'\" t .\" Title: kernel_to_ipc64_perm .\" 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 "KERNEL_TO_IPC64_PERM" "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" kernel_to_ipc64_perm \- convert kernel ipc permissions to user .SH "SYNOPSIS" .HP \w'void\ kernel_to_ipc64_perm('u .BI "void kernel_to_ipc64_perm(struct\ kern_ipc_perm\ *\ " "in" ", struct\ ipc64_perm\ *\ " "out" ");" .SH "ARGUMENTS" .PP \fIin\fR .RS 4 kernel permissions .RE .PP \fIout\fR .RS 4 new style ipc permissions .RE .SH "DESCRIPTION" .PP Turn the kernel object \fIin\fR into a set of permissions descriptions for returning to userspace (\fIout\fR)\&. .SH "COPYRIGHT" .br