Home
last modified time | relevance | path

Searched refs:SW_RECHECK_ERR (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h329 #define SW_RECHECK_ERR 0x00000002 /* Recheck errors in strwrite loop */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8169 stp->sd_wput_opt |= SW_RECHECK_ERR; in strsetwputhooks()
8171 stp->sd_wput_opt &= ~SW_RECHECK_ERR; in strsetwputhooks()
H A Dstreamio.c2958 if ((stp->sd_wput_opt & SW_RECHECK_ERR) && in strwrite_common()