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

  /src/sys/dev/isa/
wtreg.h 85 #define TPVOL 0x0100 /* read file mark or hit end of tape */
wt.c 485 if ((sc->flags & TPRANY) && (sc->flags & (TPVOL | TPWANY)) == 0) {
534 sc->flags &= ~(TPRO | TPWO | TPVOL);
616 if (sc->flags & TPVOL)
767 sc->flags |= TPVOL; /* end of file */
795 sc->flags &= ~(TPRO | TPWO | TPVOL);
817 sc->flags &= ~(TPRO | TPWO | TPVOL);

Completed in 14 milliseconds