Home | History | Annotate | Download | only in dev

Lines Matching defs:EOFS

98 #define EOFS	128
126 int sc_eofs[EOFS];
427 if (sc->sc_eofp == EOFS - 1)
428 sc->sc_eofs[EOFS - 1]--;
433 printf("%s: ctclose backup eofs prt %d blk %d\n",
456 if (cmd == MTBSF && sc->sc_eofp == EOFS - 1) {
457 cnt = sc->sc_eofs[EOFS - 1] - cnt;
579 printf("%s: clearing eofs\n",
582 for (i=0; i<EOFS; i++)
942 if (sc->sc_eofp == EOFS - 1)
943 sc->sc_eofs[EOFS - 1]++;
946 if (sc->sc_eofp == EOFS - 1)
947 sc->sc_eofs[EOFS - 1] = EOFS;