Home | History | Annotate | Download | only in dev

Lines Matching defs:sc_nstat

205 #define sc_nstat	sc_io.fdcio_nstat
727 fdc->sc_nstat = 0;
752 n = fdc->sc_nstat;
1056 * The return value is also stored in `sc_nstat'.
1069 return (fdc->sc_nstat = n);
1082 return (fdc->sc_nstat = -1);
1260 n = fdc->sc_nstat;
1529 fdc->sc_nstat = 0;
1558 fdc->sc_nstat = 0;
1571 if (fdc->sc_nstat != 2 || (st0 & 0xf8) != 0x20 ||
1627 fdc->sc_nstat = 0;
1674 if (fdc->sc_nstat != 2 || (st0 & 0xf8) != 0x20 ||
1694 fdc->sc_nstat = 0;
1727 if (fdc->sc_nstat != 7 || st1 != 0 ||
1737 fdc->sc_nstat, fdc->sc_tc);
1740 if (fdc->sc_nstat == 7 &&
1803 fdc->sc_nstat = 0;
1818 fdc->sc_nstat = 0;
1836 if (fdc->sc_nstat != 2 || (st0 & 0xf8) != 0x20 || cyl != 0) {
1891 if (fdc->sc_nstat == 7 &&
1910 if (fdc->sc_nstat == 7 &&
2147 printf("fdc: dumpreg(%d regs): <", fdc->sc_nstat);
2148 for (i = 0; i < fdc->sc_nstat; i++)
2162 printf("fdc: sensei(%d regs): <", fdc->sc_nstat);
2163 for (i=0; i< fdc->sc_nstat; i++)