Home
last modified time | relevance | path

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

/ipc/
Dutil.c76 int (*show)(struct seq_file *, void *); member
138 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
149 iface->show = show; in ipc_init_proc_interface()
853 return iface->show(s, it); in sysvipc_proc_show()
860 .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