Print this page
12065 Convert aio_req(9S) to mandoc
*** 1,34 ****
AIO_REQ(9S) Data Structures for Drivers AIO_REQ(9S)
-
-
NAME
aio_req - asynchronous I/O request structure
SYNOPSIS
#include <sys/uio.h>
#include <sys/aio_req.h>
#include <sys/ddi.h>
#include <sys/sunddi.h>
-
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI)
DESCRIPTION
An aio_req structure describes an asynchronous I/O request.
STRUCTURE MEMBERS
! struct 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 ALSO
aread(9E), awrite(9E), aphysio(9F), uio(9S)
!
!
! March 28, 1997 AIO_REQ(9S)
--- 1,27 ----
AIO_REQ(9S) Data Structures for Drivers AIO_REQ(9S)
NAME
aio_req - asynchronous I/O request structure
SYNOPSIS
#include <sys/uio.h>
#include <sys/aio_req.h>
#include <sys/ddi.h>
#include <sys/sunddi.h>
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI)
DESCRIPTION
An aio_req structure describes an asynchronous I/O request.
STRUCTURE MEMBERS
! struct 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 ALSO
aread(9E), awrite(9E), aphysio(9F), uio(9S)
! illumos July 9, 2018 illumos