table of contents
other versions
- wheezy 3.2.78-1
| IPCGET_NEW(9) | Kernel IPC facilities | IPCGET_NEW(9) |
NAME¶
ipcget_new - create a new ipc objectSYNOPSIS¶
int
ipcget_new(struct ipc_namespace * ns,
struct ipc_ids * ids,
struct ipc_ops * ops,
struct ipc_params * params);
ARGUMENTS¶
nsnamespace
ids
IPC identifer set
ops
the actual creation routine to call
params
its parameters
DESCRIPTION¶
This routine is called by sys_msgget, sys_semget and sys_shmget when the key is IPC_PRIVATE.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |