Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Daio_subr.c82 struct buf *bp = &reqp->aio_req_buf; in aphysio()
456 struct buf *bp = &reqp->aio_req_buf; in aio_zerolen()
487 bp = &reqp->aio_req_buf; in aphysio_unlock()
973 aio_sigev_send(reqp->aio_req_buf.b_proc, in aio_cleanup_notifyq()
978 aio_sigev_send(reqp->aio_req_buf.b_proc, in aio_cleanup_notifyq()
1108 bp = &reqp->aio_req_buf; in aio_copyout_result()
H A Daio.c2459 reqp->aio_req_buf.b_file = vp; in aio_req_setup()
2519 reqp->aio_req_buf.b_offset = -1; in aio_req_alloc()
3356 reqp->aio_req_buf.b_file = vp; in aio_req_setupLF()
3832 bp = &reqp->aio_req_buf; in aio_port_callback()
/titanic_44/usr/src/uts/common/sys/
H A Daio_impl.h90 struct buf aio_req_buf; /* buf struct */ member