Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio_alloc.c182 reqp->req_state = AIO_REQ_FREE; in _aio_req_alloc()
196 ASSERT(reqp->req_state == AIO_REQ_FREE); in _aio_req_alloc()
210 ASSERT(reqp->req_state != AIO_REQ_FREE && in _aio_req_free()
213 reqp->req_state = AIO_REQ_FREE; in _aio_req_free()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h160 #define AIO_REQ_FREE 5 macro