Query: aio_req
OS: minix
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
aio_req(9S) Data Structures for Drivers aio_req(9S)NAMEaio_req - asynchronous I/O request structureSYNOPSIS#include <sys/uio.h> #include <sys/aio_req.h> #include <sys/ddi.h> #include <sys/sunddi.h>INTERFACE LEVELSolaris DDI specific (Solaris DDI)DESCRIPTIONAn aio_req structure describes an asynchronous I/O request.STRUCTURE MEMBERSstruct uio*aio_uio; /* uio structure describing the I/O request */ The aio_uio member is a pointer to a uio(9S) structure, describing the I/O transfer request.SEE ALSOaread(9E), awrite(9E), aphysio(9F), uio(9S) SunOS 5.10 28 Mar 1997 aio_req(9S)
Related Man Pages |
---|
awrite(9e) - opensolaris |
aread(9e) - opensolaris |
awrite(9e) - linux |
awrite(9e) - opendarwin |
awrite(9e) - plan9 |
Similar Topics in the Unix Linux Community |
---|
CIO/DIO and JFS2 read ahead |
What is maxreqs parameter in AIX? |
Asynchronous I/O on AIX and DB performance |
CPU performance |