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

  /src/sys/dev/isa/
wtreg.h 79 #define TPWRITE 0x0004 /* tape is only open for writing */
wt.c 447 sc->flags |= TPWRITE;
522 if ((sc->flags & TPWRITE) == 0 || (sc->flags & TPWP))
588 if ((sc->flags & TPWRITE) == 0 || (sc->flags & TPWP))
641 if ((sc->flags & TPWRITE) == 0 || (sc->flags & (TPWP | TPRANY)))

Completed in 13 milliseconds