'\" t .\" Title: ipcget .\" 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" "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 \- Common sys_*\fBget\fR code .SH "SYNOPSIS" .HP \w'int\ ipcget('u .BI "int ipcget(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 namespace .RE .PP \fIstruct ipc_ids * ids\fR .RS 4 ipc identifier set .RE .PP \fIconst struct ipc_ops * ops\fR .RS 4 operations to be called on ipc object creation, permission checks and further checks .RE .PP \fIstruct ipc_params * params\fR .RS 4 the parameters needed by the previous operations\&. .RE .SH "DESCRIPTION" .PP Common routine called by \fBsys_msgget\fR, \fBsys_semget\fR and \fBsys_shmget\fR\&. .SH "COPYRIGHT" .br