Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Daio.h132 #define AIO_NOTCANCELED 0x4 macro
/xnu-12377.1.9/tests/
H A Daio.c401 T_ASSERT_TRUE(((err & (AIO_ALLDONE | AIO_CANCELED | AIO_NOTCANCELED)) != 0),
404 if (err == AIO_NOTCANCELED || err == AIO_ALLDONE) {
405 if (err == AIO_NOTCANCELED) {
/xnu-12377.1.9/bsd/kern/
H A Dkern_aio.c584 *retval = AIO_NOTCANCELED; in aio_cancel()
592 if (result == 0 && *retval == AIO_NOTCANCELED) { in aio_cancel()
680 if (error == AIO_NOTCANCELED) { in _aio_close()
948 if (error == AIO_NOTCANCELED) { in _aio_exit()
1092 result = AIO_NOTCANCELED; in do_aio_cancel_locked()