Merge remote-tracking branch 'origin/master'
[unleashed/lotheac.git] / share / man / man9s / iocblk.9s
blobd73f5fdb4e815b7112e50a4583f7b7aa5122fa82
1 '\" te
2 .\" Copyright (c) 2000, Sun Microsystems, Inc.  All Rights Reserved.
3 .\" Copyright 1989 AT&T
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH IOCBLK 9S "Nov 13, 1996"
8 .SH NAME
9 iocblk \- STREAMS data structure for the M_IOCTL message type
10 .SH SYNOPSIS
11 .LP
12 .nf
13 #include <sys/stream.h>
14 .fi
16 .SH INTERFACE LEVEL
17 .sp
18 .LP
19 Architecture independent level 1 (DDI/DKI).
20 .SH DESCRIPTION
21 .sp
22 .LP
23 The \fBiocblk\fR data structure is used for passing \fBM_IOCTL\fR messages.
24 .SH STRUCTURE MEMBERS
25 .sp
26 .in +2
27 .nf
28 int         ioc_cmd;      /* ioctl command type */
29 cred_t      *ioc_cr;      /* full credentials */
30 uint_t      ioc_id;       /* ioctl id */
31 uint_t      ioc_flag;     /* ioctl flags */
32 uint_t      ioc_count;    /* count of bytes in data field */
33 int         ioc_rval;     /* return value */
34 int         ioc_error;    /* error code */
35 .fi
36 .in -2
38 .SH SEE ALSO
39 .sp
40 .LP
41 \fISTREAMS Programming Guide\fR