Home
last modified time | relevance | path

Searched refs:sd_werror (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c357 stp->sd_werror = 0; in stropen()
387 stp->sd_werror = 0; in stropen()
1981 stp->sd_werror = *bp->b_rptr; in strrput_nondata()
1998 stp->sd_werror)); in strrput_nondata()
2031 stp->sd_werror = *bp->b_rptr; in strrput_nondata()
2045 (stp->sd_werror ? stp->sd_werror : in strrput_nondata()
2076 stp->sd_werror = ENXIO; in strrput_nondata()
2104 stp->sd_werror = 0; in strrput_nondata()
H A Dstrsubr.c4304 error = stp->sd_werror; in strgeterr()
4310 stp->sd_werror = 0; in strgeterr()
4325 error = stp->sd_werror; in strgeterr()
8021 stp->sd_werror = error; in strsetwerror()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h187 int sd_werror; /* error to return on write ops */ member