Home | History | Annotate | Download | only in vme

Lines Matching defs:xdstrategy

290 dev_type_strategy(xdstrategy);
297 .d_strategy = xdstrategy,
331 .d_strategy = xdstrategy
706 * from xdopen/xdstrategy.
1106 xdstrategy, xd->sc_dk.dk_label,
1183 return (physio(xdstrategy, NULL, dev, B_READ, minphys, uio));
1190 return (physio(xdstrategy, NULL, dev, B_WRITE, minphys, uio));
1226 * xdstrategy: buffering system interface to xd.
1230 xdstrategy(struct buf *bp)
1636 * [1] xdstrategy: normal block I/O, using "struct buf" system.