Home
last modified time | relevance | path

Searched refs:show (Results 1 – 2 of 2) sorted by relevance

/ipc/
Dutil.c77 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,
Dutil.h118 int ids, int (*show)(struct seq_file *, void *));
121 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0) argument