Searched refs:AIO_ALLDONE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h96 #define AIO_ALLDONE 0x1 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c244 *retval = AIO_ALLDONE;
687 * target async IO requests, and AIO_ALLDONE if all target async IO requests
828 * return AIO_ALLDONE result.
835 result = AIO_ALLDONE;
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4806 if ( my_err != AIO_ALLDONE && my_err != AIO_CANCELED && my_err != AIO_NOTCANCELED ) {

Completed in 92 milliseconds