Searched refs:uresultp (Results 1 – 1 of 1) sorted by relevance
513 aio_result_t *uresultp; in aiowait() local558 uresultp = _aio_req_done(); in aiowait()560 if (uresultp != NULL && in aiowait()561 uresultp != (aio_result_t *)-1) { in aiowait()562 return (uresultp); in aiowait()564 if (uresultp == (aio_result_t *)-1 && in aiowait()576 uresultp = _aio_req_done(); in aiowait()577 if (uresultp != NULL && uresultp != (aio_result_t *)-1) { in aiowait()579 resultp = uresultp; in aiowait()583 dontblock = (uresultp == (aio_result_t *)-1); in aiowait()[all …]