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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h112 #define LIO_NOP 0x0 /* option indicating that no transfer is requested */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c1604 /* look for lio_listio LIO_NOP requests and ignore them. */
1606 if ( entryp->aiocb.aio_lio_opcode == LIO_NOP ) {
1739 /* look for lio_listio LIO_NOP requests and ignore them. */
1741 if ( entryp->aiocb.aio_lio_opcode == LIO_NOP ) {
1802 else if ( entryp->aiocb.aio_lio_opcode == LIO_NOP )

Completed in 33 milliseconds