Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/gpib/
H A Dct.c106 #define EOFS 128 macro
154 int sc_eofs[EOFS];
388 if (sc->sc_eofp == EOFS - 1) in ctclose()
389 sc->sc_eofs[EOFS - 1]--; in ctclose()
418 if (cmd == MTBSF && sc->sc_eofp == EOFS - 1) { in ctcommand()
419 cnt = sc->sc_eofs[EOFS - 1] - cnt; in ctcommand()
547 for (i=0; i<EOFS; i++) in ctstart()
899 if (sc->sc_eofp == EOFS - 1) in ctaddeof()
900 sc->sc_eofs[EOFS - 1]++; in ctaddeof()
903 if (sc->sc_eofp == EOFS - 1) in ctaddeof()
[all …]
/netbsd-src/sys/arch/hp300/dev/
H A Dct.c98 #define EOFS 128 macro
126 int sc_eofs[EOFS];
427 if (sc->sc_eofp == EOFS - 1) in ctclose()
428 sc->sc_eofs[EOFS - 1]--; in ctclose()
456 if (cmd == MTBSF && sc->sc_eofp == EOFS - 1) { in ctcommand()
457 cnt = sc->sc_eofs[EOFS - 1] - cnt; in ctcommand()
582 for (i=0; i<EOFS; i++) in ctstart()
942 if (sc->sc_eofp == EOFS - 1) in ctaddeof()
943 sc->sc_eofs[EOFS - 1]++; in ctaddeof()
946 if (sc->sc_eofp == EOFS - 1) in ctaddeof()
[all …]