Lines Matching defs:aio
78 struct aio_req *aio)
80 struct uio *uio = aio->aio_uio;
81 aio_req_t *reqp = (aio_req_t *)aio->aio_private;
225 * mapout earlier so that more kmem is available when aio is
231 /* decrement fd's ref count by one, now that aio request is done. */
391 * If this is an old Solaris aio request, and the process has
409 * but there is a window, where it could miss to see a new aio
447 * special case handling for zero length requests. the aio request
449 * to complete this request is to copyout a zero to the aio request's
689 * cleanup aio requests that are on the per-process poll queue.
780 * If there has never been an old solaris aio request
1064 * release aio request freelist.
1087 kmem_free(aiop, sizeof (struct aio));
1091 * copy out aio request's result to a user-level result_t buffer.
1292 struct aio *aiop = procp->p_aio;