Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h328 #define SW_SIGPIPE 0x00000001 /* Send SIGPIPE for write error */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c457 stp->sd_wput_opt = SW_SIGPIPE; in stropen()
2583 (stp->sd_wput_opt & SW_SIGPIPE) && sigpipeok) { in strwriteable()
5536 stp->sd_wput_opt &= ~(SW_SIGPIPE|SW_SNDZERO); in strioctl()
5540 stp->sd_wput_opt |= SW_SIGPIPE; in strioctl()
5550 if (stp->sd_wput_opt & SW_SIGPIPE) in strioctl()
H A Dstrsubr.c8165 stp->sd_wput_opt |= SW_SIGPIPE; in strsetwputhooks()
8167 stp->sd_wput_opt &= ~SW_SIGPIPE; in strsetwputhooks()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4439 (stp->sd_wput_opt & SW_SIGPIPE)) { in kstrwritemp()