Skip to main content

aiocb

Attributes

aio_fildes#

int aiocb::aio_fildes 

Type: int The file descriptor.

aio_offset#

off_t aiocb::aio_offset 

Type: off_t The file offset.

aio_buf#

volatile void* aiocb::aio_buf 

Type: volatile void * The read/write buffer.

aio_nbytes#

size_t aiocb::aio_nbytes 

Type: size_t The number of bytes to read or write.

aio_reqprio#

int aiocb::aio_reqprio 

Type: int The AIO request priority.

aio_sigevent#

struct sigevent aiocb::aio_sigevent 

Type: struct sigevent The AIO sigevent.

aio_lio_opcode#

int aiocb::aio_lio_opcode 

Type: int The AIO list opcode.

async#

devfs_async_t aiocb::async 

Type: devfs_async_t AIO Data Structure.

Details

This is the data structure used when performing asynchronous reads or writes.