Home | History | Annotate | Download | only in doio

Lines Matching refs:ainfo

451 int aio_done(struct aio_info *ainfo);
4880 int aio_done(struct aio_info *ainfo)
4883 return ainfo->iosw.sw_flag;
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) {
4894 if ((ainfo->aio_ret = aio_return(&ainfo->aiocb)) == -1) {
4902 return (ainfo->aio_errno != EINPROGRESS);