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

/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h278 extern aio_req_t *_aio_hash_del(aio_result_t *);
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c669 if ((reqp = _aio_hash_del((aio_result_t *)resultp)) == NULL) {
718 if ((reqp = _aio_hash_del(resultp)) == NULL)
1129 (void) _aio_hash_del(reqp->req_resultp);
1566 if ((reqp = _aio_hash_del((aio_result_t *)resultp)) == NULL) {
1615 if ((reqp = _aio_hash_del(resultp)) == NULL)
H A Daio.c731 (void) _aio_hash_del(reqp->req_resultp);
818 (void) _aio_hash_del(reqp->req_resultp);
840 (void) _aio_hash_del(reqp->req_resultp);
1414 (void) _aio_hash_del(resultp);
1660 (void) _aio_hash_del(reqp->req_resultp);
2061 _aio_hash_del(aio_result_t *resultp) function

Completed in 22 milliseconds