Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c433 reqp->req_resultp = resultp; in _aiorw()
732 (void) _aio_hash_del(reqp->req_resultp); in aiocancel_all()
819 (void) _aio_hash_del(reqp->req_resultp); in _aio_cancel_req()
841 (void) _aio_hash_del(reqp->req_resultp); in _aio_cancel_req()
1664 (void) _aio_hash_del(reqp->req_resultp); in _aio_req_done()
1665 resultp = reqp->req_resultp; in _aio_req_done()
2049 if (resultp == next->req_resultp) { in _aio_hash_insert()
2076 if (resultp == next->req_resultp) { in _aio_hash_del()
2103 if (resultp == next->req_resultp) in _aio_hash_find()
2213 reqp->req_resultp = &aiocbp->aio_resultp; in _aio_rw()
[all …]
H A Dposix_aio.c1121 (void) _aio_hash_del(reqp->req_resultp); in __aio_waitn()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h139 aio_result_t *req_resultp; /* address of result buffer */ member