Searched defs:xdf_lb_rdwr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c61 * throught xdf_lb_rdwr(), which is a synchronous IO interface. IOs
142 int xdf_lb_rdwr(dev_info_t *, uchar_t, void *, diskaddr_t, size_t, void *);
151 xdf_lb_rdwr,
1645 if (xdf_lb_rdwr(vdp->xdf_dip, TG_READ, vdp->xdf_cache_flush_block,
1695 if (xdf_lb_rdwr(vdp->xdf_dip, TG_WRITE, NULL, 0, 0, 0) == 0) {
2412 xdf_lb_rdwr(dev_info_t *dip, uchar_t cmd, void *bufp, function
2681 rv = xdf_lb_rdwr(vdp->xdf_dip, TG_WRITE,
2685 rv = xdf_lb_rdwr(vdp->xdf_dip, TG_WRITE,

Completed in 66 milliseconds