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

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h144 #define AIO_NOTCANCELED 0x4 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c595 if ( error == AIO_NOTCANCELED ) {
597 * AIO_NOTCANCELED is returned when we find an aio request for this process
890 if ( error == AIO_NOTCANCELED ) {
892 * AIO_NOTCANCELED is returned when we find an aio request for this process
972 * target async IO requests, AIO_NOTCANCELED if we could not cancel all
1043 result = AIO_NOTCANCELED;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4931 if ( my_err != AIO_ALLDONE && my_err != AIO_CANCELED && my_err != AIO_NOTCANCELED ) {

Completed in 70 milliseconds