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

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h151 #define LIO_NOP 0x0 /* option indicating that no transfer is requested */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c2019 * Look for lio_listio LIO_NOP requests and ignore them; this is
2022 if ( entryp->aiocb.aio_lio_opcode == LIO_NOP ) {
2087 else if ( entryp->aiocb.aio_lio_opcode == LIO_NOP )

Completed in 23 milliseconds