'\" t .\" Title: ipcget_new .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Kernel IPC facilities .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "IPCGET_NEW" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "Kernel IPC facilities" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ipcget_new \- create a new ipc object .SH "SYNOPSIS" .HP \w'int\ ipcget_new('u .BI "int ipcget_new(struct\ ipc_namespace\ *\ " "ns" ", struct\ ipc_ids\ *\ " "ids" ", const\ struct\ ipc_ops\ *\ " "ops" ", struct\ ipc_params\ *\ " "params" ");" .SH "ARGUMENTS" .PP \fIstruct ipc_namespace * ns\fR .RS 4 ipc namespace .RE .PP \fIstruct ipc_ids * ids\fR .RS 4 ipc identifier set .RE .PP \fIconst struct ipc_ops * ops\fR .RS 4 the actual creation routine to call .RE .PP \fIstruct ipc_params * params\fR .RS 4 its parameters .RE .SH "DESCRIPTION" .PP This routine is called by sys_msgget, \fBsys_semget\fR and \fBsys_shmget\fR when the key is IPC_PRIVATE\&. .SH "COPYRIGHT" .br