1IPCGET(9)                    Kernel IPC facilities                   IPCGET(9)
2
3
4

NAME

6       ipcget - Common sys_*get code
7

SYNOPSIS

9       int ipcget(struct ipc_namespace * ns, struct ipc_ids * ids,
10                  struct ipc_ops * ops, struct ipc_params * params);
11

ARGUMENTS

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

DESCRIPTION

27       Common routine called by sys_msgget, sys_semget and sys_shmget.
28
30Kernel Hackers Manual 3.10         June 2019                         IPCGET(9)
Impressum