ipcget_public(9) centos man page | unix.com

Man Page: ipcget_public

Operating Environment: centos

Section: 9

IPCGET_PUBLIC(9)					       Kernel IPC facilities						  IPCGET_PUBLIC(9)

NAME
ipcget_public - get an ipc object or create a new one
SYNOPSIS
int ipcget_public(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 not IPC_PRIVATE. It adds a new entry if the key is not found and does some permission / security checkings if the key is found. On success, the ipc id is returned.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IPCGET_PUBLIC(9)
Related Man Pages
ipc(2) - redhat
ipc.h(3head) - sunos
ipc.h(3head) - opensolaris
ipc.h(3head) - centos
ipc(3head) - freebsd
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Unsure why access time on a directory change isn't changing