12065 Convert aio_req(9S) to mandoc
1 AIO_REQ(9S) Data Structures for Drivers AIO_REQ(9S) 2 3 4 5 NAME 6 aio_req - asynchronous I/O request structure 7 8 SYNOPSIS 9 #include <sys/uio.h> 10 #include <sys/aio_req.h> 11 #include <sys/ddi.h> 12 #include <sys/sunddi.h> 13 14 15 INTERFACE LEVEL 16 Solaris DDI specific (Solaris DDI) 17 18 DESCRIPTION 19 An aio_req structure describes an asynchronous I/O request. 20 21 STRUCTURE MEMBERS 22 struct uio*aio_uio; /* uio structure describing the I/O request */ 23 24 25 26 The aio_uio member is a pointer to a uio(9S) structure, describing the 27 I/O transfer request. 28 29 SEE ALSO 30 aread(9E), awrite(9E), aphysio(9F), uio(9S) 31 32 33 34 March 28, 1997 AIO_REQ(9S) --- EOF ---