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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c82 static int aio_req_alloc(aio_req_t **, aio_result_t *);
2434 if (error = aio_req_alloc(&reqp, resultp)) {
2493 aio_req_alloc(aio_req_t **nreqp, aio_result_t *resultp) function
3331 if (error = aio_req_alloc(&reqp, resultp)) {

Completed in 66 milliseconds