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

  /src/sys/arch/atari/dev/
hdfd.c 200 int sc_overruns; /* number of overruns so far */ member in struct:fdc_softc
983 fdc->sc_overruns = 0;
1157 if ((st1 & 0x10) && (++fdc->sc_overruns < 4)) {
1176 fdc->sc_overruns = 0;
  /src/sys/arch/sparc64/dev/
fdc.c 207 int sc_overruns; /* number of DMA overruns */ member in struct:fdc_softc
1942 fdc->sc_overruns = 0;
1944 if (++fdc->sc_overruns < 3) {
1959 if (--fdc->sc_overruns < -20) {
1972 fdc->sc_overruns = 0;
2072 fdc->sc_overruns = 0;
  /src/sys/arch/sparc/dev/
fd.c 192 int sc_overruns; /* number of DMA overruns */ member in struct:fdc_softc
1757 fdc->sc_overruns = 0;
1759 if (++fdc->sc_overruns < 3) {
1774 if (--fdc->sc_overruns < -20) {
1786 fdc->sc_overruns = 0;
1885 fdc->sc_overruns = 0;
  /src/sys/arch/sun3/dev/
fd.c 169 int sc_overruns; /* number of DMA overruns */ member in struct:fdc_softc
1434 fdc->sc_overruns = 0;
1436 if (++fdc->sc_overruns < 3) {
1450 if (--fdc->sc_overruns < -20) {
1463 fdc->sc_overruns = 0;
1551 fdc->sc_overruns = 0;

Completed in 17 milliseconds