summaryrefslogtreecommitdiff
path: root/usr/src/man/man9s/copyreq.9s
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2019-12-18 12:53:38 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2019-12-18 12:53:38 +0000
commitdfbd50d8db03bb9bc7350af3a750cd017d66d0c0 (patch)
tree21b9f755196e5d6855df14fccc57df4bb7b16abc /usr/src/man/man9s/copyreq.9s
parent7124086f69f79873694e092aaeeca4dc4505248d (diff)
parentcf01ae8a5d067a3ba8327d8bc6be298d84204a4d (diff)
downloadillumos-joyent-release-20191219.tar.gz
[illumos-gate merge]release-20191219
commit cf01ae8a5d067a3ba8327d8bc6be298d84204a4d 12056 mdb: add mdb_dumpptr_cb as default callback for mdb_dumpptr() commit 15ab2c88fabf7859fc2e59b9c88614461f58d4c9 12089 loader.efi: ExitBootServices() can fail even if we got memory map commit 427723622c44f91d933c66b35e3de35f4ccd4669 12060 Convert Intro(9S) to mandoc 12061 Convert cb_ops(9S) to mandoc 12062 Convert buf(9S) to mandoc 12063 Convert free_rtn(9S) to mandoc 12064 Convert iovec(9S) to mandoc 12065 Convert aio_req(9S) to mandoc 12066 Convert copyreq(9S) to mandoc commit c8236ea6ad6caec3ccd52d13b0345b7881f0c12c 11894 zonecfg export should quote strings
Diffstat (limited to 'usr/src/man/man9s/copyreq.9s')
-rw-r--r--usr/src/man/man9s/copyreq.9s77
1 files changed, 43 insertions, 34 deletions
diff --git a/usr/src/man/man9s/copyreq.9s b/usr/src/man/man9s/copyreq.9s
index d75be110d1..1d48af0794 100644
--- a/usr/src/man/man9s/copyreq.9s
+++ b/usr/src/man/man9s/copyreq.9s
@@ -1,43 +1,52 @@
-'\" te
.\" Copyright (c) 2000, Sun Microsystems, Inc., All Rights Reserved.
.\" Copyright 1989 AT&T
-.\" 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.
-.\" 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.
-.\" 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]
-.TH COPYREQ 9S "Oct 6, 2000"
-.SH NAME
-copyreq \- STREAMS data structure for the M_COPYIN and the M_COPYOUT message
-types
-.SH SYNOPSIS
-.LP
-.nf
-#include <sys/stream.h>
-.fi
-
-.SH INTERFACE LEVEL
-.sp
-.LP
+.\" Copyright 2018, Joyent, Inc.
+.\" 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.
+.\"
+.\" 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.
+.\"
+.\" 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]
+.Dd July 9, 2018
+.Dt COPYREQ 9S
+.Os
+.Sh NAME
+.Nm copyreq
+.Nd STREAMS data structure for the
+.Dv M_COPYIN
+and the
+.Dv M_COPYOUT
+message types
+.Sh SYNOPSIS
+.In sys/stream.h
+.Sh INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI)
-.SH DESCRIPTION
-.sp
-.LP
-The data structure for the \fBM_COPYIN\fR and the \fBM_COPYOUT\fR message
+.Sh DESCRIPTION
+The data structure for the
+.Dv M_COPYIN
+and the
+.Dv M_COPYOUT
+message
types.
-.SH STRUCTURE MEMBERS
-.sp
-.in +2
-.nf
+.Sh STRUCTURE MEMBERS
+.Bd -literal -offset 2n
int cq_cmd; /* ioctl command (from ioc_cmd) */
cred_t *cq_cr; /* full credentials */
uint_t cq_id; /* ioctl id (from ioc_id) */
-uint_t cq_flag; /* must be zero */
+uint_t cq_flag; /* must be zero */
mblk_t *cq_private; /* private state information */
caddr_t cq_addr; /* address to copy data to/from */
-size_t cq_size; /* number of bytes to copy */
-.fi
-.in -2
-
-.SH SEE ALSO
-.sp
-.LP
-\fISTREAMS Programming Guide\fR
+size_t cq_size; /* number of bytes to copy */
+.Ed
+.Sh SEE ALSO
+.Rs
+.%T STREAMS Programming Guide
+.Re