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 COPYREQ 9S "Oct 6, 2000"
   8 .SH NAME
   9 copyreq \- STREAMS data structure for the M_COPYIN and the M_COPYOUT message
  10 types
  11 .SH SYNOPSIS
  12 .LP
  13 .nf
  14 #include <sys/stream.h>
  15 .fi
  16 
  17 .SH INTERFACE LEVEL
  18 .sp
  19 .LP
  20 Architecture independent level 1 (DDI/DKI)
  21 .SH DESCRIPTION
  22 .sp
  23 .LP
  24 The data structure for the \fBM_COPYIN\fR and the \fBM_COPYOUT\fR message
  25 types.
  26 .SH STRUCTURE MEMBERS
  27 .sp
  28 .in +2
  29 .nf
  30 int      cq_cmd;           /* ioctl command (from ioc_cmd) */
  31 cred_t   *cq_cr;           /* full credentials */
  32 uint_t   cq_id;            /* ioctl id (from ioc_id) */
  33 uint_t   cq_flag;              /* must be zero */
  34 mblk_t   *cq_private;      /* private state information */
  35 caddr_t  cq_addr;          /* address to copy data to/from */
  36 size_t   cq_size;          /* number of bytes to copy */        
  37 .fi
  38 .in -2
  39 
  40 .SH SEE ALSO
  41 .sp
  42 .LP
  43 \fISTREAMS Programming Guide\fR