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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c509 aio_result_t *uresultp; local
554 uresultp = _aio_req_done();
556 if (uresultp != NULL &&
557 uresultp != (aio_result_t *)-1) {
558 return (uresultp);
560 if (uresultp == (aio_result_t *)-1 &&
572 uresultp = _aio_req_done();
573 if (uresultp != NULL && uresultp != (aio_result_t *)-1) {
575 resultp = uresultp;
[all...]

Completed in 16 milliseconds