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

/external/fio/engines/
H A Dsolarisaio.c63 io_u->error = io_u->resultp.aio_errno;
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c160 int aio_errno; /* from aio_error */ member in struct:aio_info
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 !
[all...]

Completed in 128 milliseconds