Searched refs:STWRERRNONPERSIST (Results 1 – 4 of 4) sorted by relevance
270 #define STWRERRNONPERSIST 0x00002000 /* nonpersistent write errors */ macro
146 { SF(STWRERRNONPERSIST), "nonpersistent write errors" },
2337 stp->sd_flag &= ~STWRERRNONPERSIST; in strrput_nondata()2340 stp->sd_flag |= STWRERRNONPERSIST; in strrput_nondata()4573 stp->sd_flag &= ~STWRERRNONPERSIST; in strioctl()4576 stp->sd_flag |= STWRERRNONPERSIST; in strioctl()4592 erropt |= (stp->sd_flag & STWRERRNONPERSIST) ? WERRNONPERSIST : in strioctl()
4305 if ((stp->sd_flag & STWRERRNONPERSIST) && !ispeek) { in strgeterr()8027 stp->sd_flag &= ~STWRERRNONPERSIST; in strsetwerror()8029 stp->sd_flag |= STWRERRNONPERSIST; in strsetwerror()