Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/aio/
H A Daio.c435 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 …]
H A Dposix_aio.c1122 (void) _aio_hash_del(reqp->req_resultp); in __aio_waitn()
/titanic_50/usr/src/lib/libc/inc/
H A Dasyncio.h141 aio_result_t *req_resultp; /* address of result buffer */ member