xbd_xenbus.c | 223 static dev_type_strategy(xbdstrategy); 230 .d_strategy = xbdstrategy, 256 .d_strategy = xbdstrategy, 971 xbdstrategy(struct buf *bp) function in typeref:typename:void 977 DPRINTF(("xbdstrategy(%p): b_bcount = %ld\n", bp, 1018 return physio(xbdstrategy, NULL, dev, B_READ, xbdminphys, uio); 1032 return physio(xbdstrategy, NULL, dev, B_WRITE, xbdminphys, uio);
|