Searched refs:req_resultp (Results 1 – 3 of 3) sorted by relevance
435 reqp->req_resultp = resultp; in _aiorw()735 (void) _aio_hash_del(reqp->req_resultp); in aiocancel_all()822 (void) _aio_hash_del(reqp->req_resultp); in _aio_cancel_req()844 (void) _aio_hash_del(reqp->req_resultp); in _aio_cancel_req()1188 if (_aio_hash_insert(reqp->req_resultp, reqp) != 0) in _aio_do_request()1345 aio_result_t *resultp = reqp->req_resultp; in _aiodone()1667 (void) _aio_hash_del(reqp->req_resultp); in _aio_req_done()1668 resultp = reqp->req_resultp; in _aio_req_done()1695 aio_result_t *resultp = reqp->req_resultp; in _aio_set_result()2052 if (resultp == next->req_resultp) { in _aio_hash_insert()[all …]
1122 (void) _aio_hash_del(reqp->req_resultp); in __aio_waitn()
141 aio_result_t *req_resultp; /* address of result buffer */ member