Home
last modified time | relevance | path

Searched refs:AIO_COPYOUTDONE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h152 #define AIO_COPYOUTDONE 0x0008 /* result copied to userland */ macro
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c1089 if (reqp->aio_req_flags & AIO_COPYOUTDONE) in aio_copyout_result()
1092 reqp->aio_req_flags |= AIO_COPYOUTDONE; in aio_copyout_result()
H A Daio.c3812 if (reqp->aio_req_flags & AIO_COPYOUTDONE) { in aio_port_callback()