Home
last modified time | relevance | path

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

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