Data Structures for Drivers aioreq(9S)
NAME
aioreq - asynchronous I/O request structure
SYNOPSIS
#include
#include
#include
#include
INTERFACE LEVEL
Solaris DI specific (Solaris DI)
DESCRIPTION
An aioreq structure describes an asynchronous I/O request.
STRUCTURE MEMBERS
struct uio*aiouio; /* uio structure describing the I/O request */
The aiouio 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)
SunOS 5.11 Last change: 28 Mar 1997 1
|