Home
last modified time | relevance | path

Searched refs:AIO_REQ_CANCELED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c806 if (ostate == AIO_REQ_CANCELED) in _aio_cancel_req()
820 reqp->req_state = AIO_REQ_CANCELED; in _aio_cancel_req()
839 reqp->req_state = AIO_REQ_CANCELED; in _aio_cancel_req()
1069 reqp->req_state == AIO_REQ_CANCELED); in _aio_do_request()
1176 if (reqp->req_state == AIO_REQ_CANCELED) { in _aio_do_request()
1213 if (reqp->req_state == AIO_REQ_CANCELED) { in _aio_finish_request()
1536 reqp->req_state = AIO_REQ_CANCELED; in _aio_fsync_del()
1604 if (reqp->req_state == AIO_REQ_CANCELED) { in _aio_work_done()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h158 #define AIO_REQ_CANCELED 3 macro