Searched refs:xystrategy (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/sun3/dev/ |
| D | xy.c | 215 static dev_type_strategy(xystrategy); 222 .d_strategy = xystrategy, 250 .d_strategy = xystrategy 871 xystrategy, xy->sc_dk.dk_label, in xyioctl() 960 return physio(xystrategy, NULL, dev, B_READ, minphys, uio); in xyread() 967 return physio(xystrategy, NULL, dev, B_WRITE, minphys, uio); in xywrite() 1008 xystrategy(struct buf *bp) in xystrategy() function
|
| /netbsd/src/sys/dev/vme/ |
| D | xy.c | 206 dev_type_strategy(xystrategy); 213 .d_strategy = xystrategy, 247 .d_strategy = xystrategy 1024 xystrategy, xy->sc_dk.dk_label, in xyioctl() 1102 return (physio(xystrategy, NULL, dev, B_READ, minphys, uio)); in xyread() 1109 return (physio(xystrategy, NULL, dev, B_WRITE, minphys, uio)); in xywrite() 1150 xystrategy(struct buf *bp) in xystrategy() function
|