table of contents
other versions
IPCGET(9) | Kernel IPC facilities | IPCGET(9) |
NAME¶
ipcget - Common sys_*get code
SYNOPSIS¶
int ipcget(struct ipc_namespace * ns, struct ipc_ids * ids, const struct ipc_ops * ops, struct ipc_params * params);
ARGUMENTS¶
struct ipc_namespace * ns
namespace
struct ipc_ids * ids
ipc identifier set
const struct ipc_ops * ops
operations to be called on ipc object creation,
permission checks and further checks
struct ipc_params * params
the parameters needed by the previous operations.
DESCRIPTION¶
Common routine called by sys_msgget, sys_semget and sys_shmget.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |