Home
last modified time | relevance | path

Searched refs:EOFS (Results 1 – 1 of 1) sorted by relevance

/original-bsd/sys/hp300/dev/
H A Dct.c38 #define EOFS 128 macro
68 int sc_eofs[EOFS];
288 if (sc->sc_eofp == EOFS - 1)
289 sc->sc_eofs[EOFS - 1]--;
318 if (cmd == MTBSF && sc->sc_eofp == EOFS - 1) {
319 cnt = sc->sc_eofs[EOFS - 1] - cnt;
447 for (i=0; i<EOFS; i++)
829 if (sc->sc_eofp == EOFS - 1)
830 sc->sc_eofs[EOFS - 1]++;
833 if (sc->sc_eofp == EOFS - 1)
[all …]