Searched refs:TPWP (Results 1 – 2 of 2) sorted by relevance
90 #define TPWP 0x2000 /* write protect error seen */ macro
522 if ((sc->flags & TPWRITE) == 0 || (sc->flags & TPWP)) in wtioctl()588 if ((sc->flags & TPWRITE) == 0 || (sc->flags & TPWP)) in wtioctl()641 if ((sc->flags & TPWRITE) == 0 || (sc->flags & (TPWP | TPRANY))) in wtstrategy()1090 else if ((error & TP_WRP) && (sc->flags & TPWP) == 0) { in wtsense()1092 sc->flags |= TPWP; in wtsense()