Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c510 aio_result_t *uresultp; in aiowait() local
555 uresultp = _aio_req_done(); in aiowait()
557 if (uresultp != NULL && in aiowait()
558 uresultp != (aio_result_t *)-1) { in aiowait()
559 return (uresultp); in aiowait()
561 if (uresultp == (aio_result_t *)-1 && in aiowait()
573 uresultp = _aio_req_done(); in aiowait()
574 if (uresultp != NULL && uresultp != (aio_result_t *)-1) { in aiowait()
576 resultp = uresultp; in aiowait()
580 dontblock = (uresultp == (aio_result_t *)-1); in aiowait()
[all …]