Home
last modified time | relevance | path

Searched refs:STWRERRNONPERSIST (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h270 #define STWRERRNONPERSIST 0x00002000 /* nonpersistent write errors */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c146 { SF(STWRERRNONPERSIST), "nonpersistent write errors" },
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c2337 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()
H A Dstrsubr.c4305 if ((stp->sd_flag & STWRERRNONPERSIST) && !ispeek) { in strgeterr()
8027 stp->sd_flag &= ~STWRERRNONPERSIST; in strsetwerror()
8029 stp->sd_flag |= STWRERRNONPERSIST; in strsetwerror()