'\" t .\" Title: ipcget_new .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Kernel IPC facilities .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IPCGET_NEW" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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 \fIns\fR .RS 4 ipc namespace .RE .PP \fIids\fR .RS 4 ipc identifier set .RE .PP \fIops\fR .RS 4 the actual creation routine to call .RE .PP \fIparams\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