HomeSort by: relevance | last modified time | path
    Searched defs:xystrategy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
xy.c 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) function in typeref:typename:void
1335 * [1] xystrategy: normal block I/O, using "struct buf" system
    [all...]
  /src/sys/dev/vme/
xy.c 206 dev_type_strategy(xystrategy);
213 .d_strategy = xystrategy,
247 .d_strategy = xystrategy
605 * from xyopen/xystrategy.
1024 xystrategy, xy->sc_dk.dk_label,
1102 return (physio(xystrategy, NULL, dev, B_READ, minphys, uio));
1109 return (physio(xystrategy, NULL, dev, B_WRITE, minphys, uio));
1146 * xystrategy: buffering system interface to xy.
1150 xystrategy(struct buf *bp) function in typeref:typename:void
1476 * [1] xystrategy: normal block I/O, using "struct buf" system
    [all...]

Completed in 12 milliseconds