1IPC_INIT_PROC_INTERF(9)      Kernel IPC facilities     IPC_INIT_PROC_INTERF(9)
2
3
4

NAME

6       ipc_init_proc_interface - Create a proc interface for sysipc types
7       using a seq_file interface.
8

SYNOPSIS

10       void ipc_init_proc_interface(const char * path, const char * header,
11                                    int ids,
12                                    int (*show) (struct seq_file *, void *));
13

ARGUMENTS

15       path
16           Path in procfs
17
18       header
19           Banner to be printed at the beginning of the file.
20
21       ids
22           ipc id table to iterate.
23
24       show
25           show routine.
26
28Kernel Hackers Manual 3.10         June 2019           IPC_INIT_PROC_INTERF(9)
Impressum