| 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...]
 |