Home
last modified time | relevance | path

Searched defs:aiocb (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/sys/
Daio.h53 struct aiocb { struct
54 off_t aio_offset; /* File offset */
55 volatile void *aio_buf; /* I/O buffer in process space */
56 size_t aio_nbytes; /* Length of transfer */
57 int aio_fildes; /* File descriptor */
58 int aio_lio_opcode; /* LIO opcode */
59 int aio_reqprio; /* Request priority offset */
60 struct sigevent aio_sigevent; /* Signal to deliver */
63 int _state; /* State of the job */
64 int _errno; /* Error value */
[all …]