1 '\" te 2 .\" Copyright 1989 AT&T 3 .\" Copyright (c) 1997, Sun Microsystems, Inc. All Rights Reserved 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 AIO_REQ 9S "Mar 28, 1997" 8 .SH NAME 9 aio_req \- asynchronous I/O request structure 10 .SH SYNOPSIS 11 .LP 12 .nf 13 #include <sys/uio.h> 14 #include <sys/aio_req.h> 15 #include <sys/ddi.h> 16 #include <sys/sunddi.h> 17 .fi 18 19 .SH INTERFACE LEVEL 20 .sp 21 .LP 22 Solaris DDI specific (Solaris DDI) 23 .SH DESCRIPTION 24 .sp 25 .LP 26 An \fBaio_req\fR structure describes an asynchronous \fBI/O \fRrequest. 27 .SH STRUCTURE MEMBERS 28 .sp 29 .in +2 30 .nf 31 struct uio*aio_uio; /* uio structure describing the I/O request */ 32 .fi 33 .in -2 34 35 .sp 36 .LP 37 The \fBaio_uio\fR member is a pointer to a \fBuio\fR(9S) structure, describing 38 the \fBI/O \fRtransfer request. 39 .SH SEE ALSO 40 .sp 41 .LP 42 \fBaread\fR(9E), \fBawrite\fR(9E), \fBaphysio\fR(9F), \fBuio\fR(9S)