xy.c | 1098 struct xyc_softc *xycsc = v; local in function:xycintr 1101 xycsc->sc_intrcnt.ev_count++; 1104 xyc_remove_iorq(xycsc); 1107 xyc_start(xycsc, NULL); 1207 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block, 1210 struct xy_iorq *iorq = xycsc->ciorq; 1211 struct xy_iopb *iopb = xycsc->ciopb; 1227 printf("%s: stole control iopb\n", device_xname(xycsc->sc_dev)); 1232 xyc_rqinit(iorq, xycsc, 1233 (unit == XYC_NOUNIT) ? NULL : xycsc->sc_drives[unit] 1937 struct xyc_softc *xycsc = arg; local in function:xyc_tick 1974 struct xyc_softc *xycsc; local in function:xyc_ioctlcmd [all...] |