Lines Matching refs:xbuf
2531 struct buf *xbuf; in rsm_rebind() local
2535 xbuf = ddi_umem_iosetup(cookie, 0, msg->len, B_WRITE, in rsm_rebind()
2537 ASSERT(xbuf != NULL); in rsm_rebind()
2540 mem.ms_bp = xbuf; in rsm_rebind()
2574 freerbuf(xbuf); in rsm_rebind()
2856 struct buf *xbuf; in rsm_publish() local
2964 xbuf = ddi_umem_iosetup(seg->s_cookie, 0, seg->s_len, B_WRITE, in rsm_publish()
2966 ASSERT(xbuf != NULL); in rsm_publish()
2969 mem.ms_bp = xbuf; in rsm_publish()
2983 freerbuf(xbuf); in rsm_publish()
3014 freerbuf(xbuf); in rsm_publish()
7609 struct buf *xbuf; in rsm_iovec_ioctl() local
7612 xbuf = ddi_umem_iosetup(ex_seg->s_cookie, in rsm_iovec_ioctl()
7616 ASSERT(xbuf != NULL); in rsm_iovec_ioctl()
7619 iovec->local_mem.ms_memory.bp = xbuf; in rsm_iovec_ioctl()
9155 struct buf *xbuf; in rsm_unquiesce_exp_seg() local
9256 xbuf = ddi_umem_iosetup(segp->s_cookie, 0, segp->s_len, B_WRITE, in rsm_unquiesce_exp_seg()
9258 ASSERT(xbuf != NULL); in rsm_unquiesce_exp_seg()
9261 mem.ms_bp = xbuf; in rsm_unquiesce_exp_seg()