8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man9s / copyresp.9s
blob5cde22a46f54adafeb05d827c25af1dd04262bca
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 COPYRESP 9S "Nov 14, 1996"
8 .SH NAME
9 copyresp \- STREAMS data structure for the M_IOCDATA 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 data structure copyresp is used with the \fBM_IOCDATA\fR message type.
24 .SH STRUCTURE MEMBERS
25 .sp
26 .in +2
27 .nf
28 int      cp_cmd;       /* ioctl command (from ioc_cmd) */
29 cred_t   *cp_cr;       /* full credentials */
30 uint_t   cp_id;        /* ioctl id (from ioc_id) */
31 uint_t   cp_flag;      /* ioctl flags */
32 mblk_t   *cp_private;  /* private state information */
33 caddr_t  cp_rval;      /* status of request: 0 -> success;
34                        /* non-zero -> failure */
35 .fi
36 .in -2
38 .SH SEE ALSO
39 .sp
40 .LP
41 \fISTREAMS Programming Guide\fR