Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h311 #define SW_RECHECK_ERR 0x00000002 /* Recheck errors in strwrite loop */ macro
/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c8136 stp->sd_wput_opt |= SW_RECHECK_ERR; in strsetwputhooks()
8138 stp->sd_wput_opt &= ~SW_RECHECK_ERR; in strsetwputhooks()
H A Dstreamio.c2868 if ((stp->sd_wput_opt & SW_RECHECK_ERR) && in strwrite_common()