Searched refs:AIO_COPYOUTDONE (Results 1 – 3 of 3) sorted by relevance
152 #define AIO_COPYOUTDONE 0x0008 /* result copied to userland */ macro
1102 if (reqp->aio_req_flags & AIO_COPYOUTDONE) in aio_copyout_result()1105 reqp->aio_req_flags |= AIO_COPYOUTDONE; in aio_copyout_result()
3825 if (reqp->aio_req_flags & AIO_COPYOUTDONE) { in aio_port_callback()