table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
IPCGET(9) | Kernel IPC facilities | IPCGET(9) |
NAME¶
ipcget - Common sys_* get codeSYNOPSIS¶
int
ipcget(struct ipc_namespace * ns,
struct ipc_ids * ids,
const struct ipc_ops * ops,
struct ipc_params * params);
ARGUMENTS¶
nsnamsepace
ids
ipc identifier set
ops
operations to be called on ipc object
creation, permission checks and further checks
params
the parameters needed by the previous
operations.
DESCRIPTION¶
Common routine called by sys_msgget, sys_semget and sys_shmget.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |