1IPCGET(9) Kernel IPC facilities IPCGET(9)
2
3
4
6 ipcget - Common sys_*get code
7
9 int ipcget(struct ipc_namespace * ns, struct ipc_ids * ids,
10 struct ipc_ops * ops, struct ipc_params * params);
11
13 ns
14 namsepace
15
16 ids
17 IPC identifier set
18
19 ops
20 operations to be called on ipc object creation, permission checks
21 and further checks
22
23 params
24 the parameters needed by the previous operations.
25
27 Common routine called by sys_msgget, sys_semget and sys_shmget.
28
30Kernel Hackers Manual 2.6. November 2011 IPCGET(9)