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

  /src/sys/arch/sparc64/dev/
fdc.c 220 #define sc_nstat sc_io.fdcio_nstat macro
897 fdc->sc_nstat = 0;
922 n = fdc->sc_nstat;
1236 * The return value is also stored in `sc_nstat'.
1249 return fdc->sc_nstat = n;
1262 return fdc->sc_nstat = -1;
1428 n = fdc->sc_nstat;
1712 fdc->sc_nstat = 0;
1741 fdc->sc_nstat = 0;
1754 if (fdc->sc_nstat != 2 || (st0 & 0xf8) != 0x20 |
    [all...]
  /src/sys/arch/sparc/dev/
fd.c 205 #define sc_nstat sc_io.fdcio_nstat macro
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 |
    [all...]
  /src/sys/arch/sun3/dev/
fd.c 181 #define sc_nstat sc_io.fdcio_nstat macro
519 fdc->sc_nstat = 0;
540 n = fdc->sc_nstat;
848 fdc->sc_nstat = n;
861 fdc->sc_nstat = -1;
1026 n = fdc->sc_nstat;
1263 fdc->sc_nstat = 0;
1328 fdc->sc_nstat = 0;
1373 if (fdc->sc_nstat != 2 || (st0 & 0xf8) != 0x20 ||
1405 if (fdc->sc_nstat != 7 || (st0 & 0xf8) != 0 || st1 != 0)
    [all...]

Completed in 22 milliseconds