Query: ipc_init_proc_interface
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IPC_INIT_PROC_INTERF(9) Kernel IPC facilities IPC_INIT_PROC_INTERF(9)NAMEipc_init_proc_interface - Create a proc interface for sysipc types using a seq_file interface.SYNOPSISvoid ipc_init_proc_interface(const char * path, const char * header, int ids, int (*show) (struct seq_file *, void *));ARGUMENTSpath Path in procfs header Banner to be printed at the beginning of the file. ids ipc id table to iterate. show show routine.COPYRIGHTKernel Hackers Manual 2.6. July 2010 IPC_INIT_PROC_INTERF(9)