Searched refs:TPWRITE (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dwtreg.h79 #define TPWRITE 0x0004 /* tape is only open for writing */ macro
H A Dwt.c447 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 125 milliseconds