Home
last modified time | relevance | path

Searched refs:LIO_WRITE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Daio.h141 #define LIO_WRITE 0x2 /* option requesting a write */ macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_aio.c1808 } else if (entryp->aiocb.aio_lio_opcode == LIO_WRITE) { in aio_validate()