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

  /src/sys/arch/sun3/dev/
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...]
  /src/sys/dev/vme/
xy.c 1245 struct xyc_softc *xycsc = v; local in function:xycintr
1249 xycsc->sc_intrcnt.ev_count++;
1253 xyc_remove_iorq(xycsc);
1257 xyc_start(xycsc, NULL);
1354 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block,
1358 struct xy_iorq *iorq = xycsc->ciorq;
1359 struct xy_iopb *iopb = xycsc->ciopb;
1374 printf("%s: stole control iopb\n", device_xname(xycsc->sc_dev));
1379 xyc_rqinit(iorq, xycsc,
1380 (unit == XYC_NOUNIT) ? NULL : xycsc->sc_drives[unit]
2099 struct xyc_softc *xycsc = arg; local in function:xyc_tick
2136 struct xyc_softc *xycsc; local in function:xyc_ioctlcmd
    [all...]

Completed in 14 milliseconds