Searched defs:aio_req_setup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio.c88 static int aio_req_setup(aio_req_t **, aio_t *, aiocb_t *,
1403 error = aio_req_setup(&reqp, aiop, aiocb,
1985 error = aio_req_setup(&reqp, aiop, &aiocb, resultp, vp, 1);
2016 * the fd is stored in the aio_req_t by aio_req_setup(), and
2177 error = aio_req_setup(&reqp, aiop, &aiocb, resultp, vp, 0);
2217 * the fd is stored in the aio_req_t by aio_req_setup(), and
2391 aio_req_setup( function
3114 error = aio_req_setup(&reqp, aiop, &aiocb_n,
3609 error = aio_req_setup(&reqp, aiop, aiocb,

Completed in 66 milliseconds