up | Inhaltsverzeichniss | Kommentar

Manual page for aio_req(9S)

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. The contents of the uio.9s structure must not be modified.

SEE ALSO

aread.9e awrite.9e aphysio.9f uio.9s


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).

Last modified 21/April/97