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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h99 #define AIO_CANCELED 0x2 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c685 * Returns -1 if no matches were found, AIO_CANCELED when we cancelled all
721 result = AIO_CANCELED;
784 result = AIO_CANCELED;
/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 45 milliseconds