Home
last modified time | relevance | path

Searched refs:LIO_NOWAIT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/sys/ !
H A Daio.h153 #define LIO_NOWAIT 0x1 macro
/xnu-12377.1.9/tests/ !
H A Daio.c353 err = lio_listio(LIO_NOWAIT, aiocb_list, AIO_LIST_MAX, NULL);
393 err = lio_listio(LIO_NOWAIT, aiocb_list, AIO_LIST_MAX, NULL);
527 err = lio_listio(LIO_NOWAIT, aiocb_list, AIO_LIST_MAX, NULL);
/xnu-12377.1.9/bsd/kern/ !
H A Dkern_aio.c1568 if (!(uap->mode == LIO_NOWAIT || uap->mode == LIO_WAIT)) { in lio_listio()
1620 if ((uap->mode == LIO_NOWAIT) && in lio_listio()
1654 if ((uap->mode == LIO_NOWAIT) && in lio_listio()