Searched refs:show (Results 1 – 2 of 2) sorted by relevance
/ipc/ |
D | util.c | 77 int (*show)(struct seq_file *, void *); member 139 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface() 150 iface->show = show; in ipc_init_proc_interface() 890 return iface->show(s, it); in sysvipc_proc_show() 897 .show = sysvipc_proc_show,
|
D | util.h | 118 int ids, int (*show)(struct seq_file *, void *)); 121 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0) argument
|