7964 Want usba hcdi manual pages
[unleashed.git] / usr / src / man / man9s / iovec.9s
blobfffed62e67d0cc325b9c47c4045d61d21c8fe004
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 IOVEC 9S "Apr 11, 1991"
8 .SH NAME
9 iovec \- data storage structure for I/O using uio
10 .SH SYNOPSIS
11 .LP
12 .nf
13 #include <sys/uio.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 An  \fBiovec\fR structure describes a data storage area for transfer in a
24 \fBuio\fR(9S) structure.  Conceptually, it can be thought of as a base address
25 and length specification.
26 .SH STRUCTURE MEMBERS
27 .sp
28 .in +2
29 .nf
30 caddr_t    iov_base;  /* base address of the data storage area */
31                       /* represented by the iovec structure */
32 int        iov_len;   /* size of the data storage area in bytes */
33 .fi
34 .in -2
36 .SH SEE ALSO
37 .sp
38 .LP
39 \fBuio\fR(9S)
40 .sp
41 .LP
42 \fIWriting Device Drivers\fR