Lines Matching refs:aio_errno
160 int aio_errno; /* from aio_error */
3390 if (aiop->aio_errno != 0) {
3394 strerror(aiop->aio_errno),
3395 aiop->aio_errno,
3407 aiop->aio_errno,
4854 /*printf("aio_wait: errno %d return %d\n", aiop->aio_errno, aiop->aio_ret);*/
4887 if ((ainfo->aio_errno = aio_error(&ainfo->aiocb)) == -1) {
4892 /*printf("%d aio_done aio_errno=%d\n", getpid(), ainfo->aio_errno); */
4893 if (ainfo->aio_errno != EINPROGRESS) {
4902 return (ainfo->aio_errno != EINPROGRESS);