Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h289 extern aio_req_t *_aio_req_remove(aio_req_t *);
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c662 (void) _aio_req_remove(reqp); in aio_error()
717 (void) _aio_req_remove(reqp); in aio_return()
1120 if ((reqp = _aio_req_remove(NULL)) != NULL) { in __aio_waitn()
1595 (void) _aio_req_remove(reqp); in aio_return64()
H A Daio.c1999 _aio_req_remove(aio_req_t *reqp) in _aio_req_remove() function