Searched refs:LIO_NOWAIT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Daio.h153 #define LIO_NOWAIT 0x1 macro
272 * argument takes one of the values LIO_WAIT or LIO_NOWAIT and determines whether
277 * If the mode argument is LIO_NOWAIT, the function shall return immediately, and
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c1448 * (mode == LIO_NOWAIT).
1475 if ( !(uap->mode == LIO_NOWAIT || uap->mode == LIO_WAIT) ) {
1547 * when mode is LIO_WAIT or signal user when mode is LIO_NOWAIT.
1565 if ( uap->mode == LIO_NOWAIT ) {
1623 case LIO_NOWAIT:
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c4218 if (ti->arg1 == LIO_NOWAIT)
4219 op = "LIO_NOWAIT";
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c4913 my_err = lio_listio( LIO_NOWAIT, my_aiocb_list, AIO_TESTS_OUR_COUNT, NULL );

Completed in 209 milliseconds