Lines Matching defs:xystrategy
215 static dev_type_strategy(xystrategy);
222 .d_strategy = xystrategy,
250 .d_strategy = xystrategy
534 * also from xyopen/xystrategy.
871 xystrategy, xy->sc_dk.dk_label,
960 return physio(xystrategy, NULL, dev, B_READ, minphys, uio);
967 return physio(xystrategy, NULL, dev, B_WRITE, minphys, uio);
1005 * xystrategy: buffering system interface to xy.
1008 xystrategy(struct buf *bp)
1335 * [1] xystrategy: normal block I/O, using "struct buf" system.