Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Daio.h139 #define LIO_NOP 0x0 /* option indicating that no transfer is requested */ macro
/xnu-10002.41.9/bsd/kern/
H A Dkern_aio.c1820 } else if (entryp->aiocb.aio_lio_opcode == LIO_NOP) { in aio_validate()