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

  /src/sys/dev/gpib/
ct.c 106 #define EOFS 128
154 int sc_eofs[EOFS];
388 if (sc->sc_eofp == EOFS - 1)
389 sc->sc_eofs[EOFS - 1]--;
392 DPRINTF(CDB_BSF, ("%s: ctclose backup eofs prt %d blk %d\n",
418 if (cmd == MTBSF && sc->sc_eofp == EOFS - 1) {
419 cnt = sc->sc_eofs[EOFS - 1] - cnt;
545 DPRINTF(CDB_BSF, ("%s: clearing eofs\n",
547 for (i=0; i<EOFS; i++)
899 if (sc->sc_eofp == EOFS - 1
    [all...]
  /src/sys/arch/hp300/dev/
ct.c 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
    [all...]

Completed in 11 milliseconds