1IPC_INIT_PROC_INTERF(9) Kernel IPC facilities IPC_INIT_PROC_INTERF(9)
2
3
4
6 ipc_init_proc_interface - Create a proc interface for sysipc types
7 using a seq_file interface.
8
10 void ipc_init_proc_interface(const char * path, const char * header,
11 int ids,
12 int (*show) (struct seq_file *, void *));
13
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 2.6. June 2019 IPC_INIT_PROC_INTERF(9)