Home
last modified time | relevance | path

Searched refs:SW_SIGPIPE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h310 #define SW_SIGPIPE 0x00000001 /* Send SIGPIPE for write error */ macro
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c408 stp->sd_wput_opt = SW_SIGPIPE; in stropen()
2513 (stp->sd_wput_opt & SW_SIGPIPE) && sigpipeok) { in strwriteable()
5410 stp->sd_wput_opt &= ~(SW_SIGPIPE|SW_SNDZERO); in strioctl()
5414 stp->sd_wput_opt |= SW_SIGPIPE; in strioctl()
5424 if (stp->sd_wput_opt & SW_SIGPIPE) in strioctl()
H A Dstrsubr.c8132 stp->sd_wput_opt |= SW_SIGPIPE; in strsetwputhooks()
8134 stp->sd_wput_opt &= ~SW_SIGPIPE; in strsetwputhooks()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1689 (stp->sd_wput_opt & SW_SIGPIPE)) { in kstrwritempnoqwait()
H A Dsocktpi.c4511 (stp->sd_wput_opt & SW_SIGPIPE)) { in kstrwritemp()