Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
Headersaio(3HEAD)


NAME

 aio - asynchronous input and output

SYNOPSIS

 
#include <aio.h> 

DESCRIPTION

 

The <aio.h> header defines the aiocb structure which includes the following members:

 
int               aio_fildes       file descriptor
off_t             aio_offset       file offset
volatile void*    aio_buf          location of buffer
size_t            aio_nbytes       length of transfer
int               aio_reqprio      request priority offset
struct sigevent   aio_sigevent     signal number and value
int               aio_lio_opcode   operation to be performed

This header also includes the following constants:

 
AIO_CANCELED
AIO_NOTCANCELED
AIO_ALLDONE
LIO_WAIT
LIO_NOWAIT
LIO_READ
LIO_WRITE
LIO_NOP 

SEE ALSO

 

lseek(2), read(2), write(2), fsync(3C)


SunOS 5.9Go To TopLast Changed 10 Feb 1998

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.