Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c81 struct buf *bp = &reqp->aio_req_buf; in aphysio()
443 struct buf *bp = &reqp->aio_req_buf; in aio_zerolen()
474 bp = &reqp->aio_req_buf; in aphysio_unlock()
960 aio_sigev_send(reqp->aio_req_buf.b_proc, in aio_cleanup_notifyq()
965 aio_sigev_send(reqp->aio_req_buf.b_proc, in aio_cleanup_notifyq()
1095 bp = &reqp->aio_req_buf; in aio_copyout_result()
H A Daio.c2446 reqp->aio_req_buf.b_file = vp; in aio_req_setup()
2506 reqp->aio_req_buf.b_offset = -1; in aio_req_alloc()
3343 reqp->aio_req_buf.b_file = vp; in aio_req_setupLF()
3819 bp = &reqp->aio_req_buf; in aio_port_callback()
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h90 struct buf aio_req_buf; /* buf struct */ member