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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c2431 * get an aio_reqp from the free list or allocate one
2749 aio_req_t *aio_reqp,
2753 aio_result_t *resultp = aio_reqp->aio_req_resultp;
2764 *nextp = aio_reqp;
2765 aio_reqp->aio_hash_next = NULL;
3328 * get an aio_reqp from the free list or allocate one
2748 aio_hash_insert( aio_req_t *aio_reqp, aio_t *aiop) argument
H A Ddriver_lyr.c2097 ldi_aread(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) argument
2121 return (cb->cb_aread(dev, aio_reqp, cr));
2125 ldi_awrite(ldi_handle_t lh, struct aio_req *aio_reqp, cred_t *cr) argument
2149 return (cb->cb_awrite(dev, aio_reqp, cr));

Completed in 55 milliseconds