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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h105 #define AIO_NOTCANCELED 0x4 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c315 if ( error == AIO_NOTCANCELED ) {
317 * AIO_NOTCANCELED is returned when we find an aio request for this process
621 if ( error == AIO_NOTCANCELED ) {
623 * AIO_NOTCANCELED is returned when we find an aio request for this process
686 * target async IO requests, AIO_NOTCANCELED if we could not cancel all
803 * return AIO_NOTCANCELED result.
809 result = AIO_NOTCANCELED;
/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 48 milliseconds