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

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h138 #define AIO_CANCELED 0x2 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c971 * Returns -1 if no matches were found, AIO_CANCELED when we cancelled all
1013 result = AIO_CANCELED;
/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 22 milliseconds