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

NAME

6       ipc_findkey - find a key in an ipc identifier set
7

SYNOPSIS

9       struct kern_ipc_perm * ipc_findkey(struct ipc_ids * ids, key_t key);
10

ARGUMENTS

12       ids
13           Identifier set
14
15       key
16           The key to find
17

DESCRIPTION

19       Requires ipc_ids.rw_mutex locked. Returns the LOCKED pointer to the ipc
20       structure if found or NULL if not. If key is found ipc points to the
21       owning ipc structure
22
24Kernel Hackers Manual 2.6.         June 2019                    IPC_FINDKEY(9)
Impressum