|
FreeBSD kernel kern code
|
Data Fields | |
| int | aio_fildes |
| off_t | aio_offset |
| volatile void * | aio_buf |
| size_t | aio_nbytes |
| struct osigevent | aio_sigevent |
| int | aio_lio_opcode |
| int | aio_reqprio |
| struct __aiocb_private | _aiocb_private |
| struct osigevent oaiocb::aio_sigevent |
Definition at line 196 of file vfs_aio.c.
Referenced by aiocb_copyin_old_sigevent().