Function report |
Source Code:ipc\util.c |
Create Date:2022-07-28 16:39:31 |
Last Modify:2022-05-23 18:05:07 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pc_init_proc_interface - create a proc interface for sysipc types using a seq_file interface.*@path: Path in procfs*@header: Banner to be printed at the beginning of the file.*@ids: ipc id table to iterate.*@show: show routine.
Proto:void __init ipc_init_proc_interface(const char *path, const char *header, int ids, int (*show)(struct seq_file *, void *))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | path | |
const char * | header | |
int | ids | |
int (* | show |
143 | iface = Allocation memory |
144 | If Not iface Then Return |
151 | pde = proc_create_data(path, S_IRUGO, NULL, & sysvipc_proc_fops, iface) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |