Rechercher une page de manuel
ipcget_new
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
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
ns
- namespace
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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre