Searched refs:SW_SIGPIPE (Results 1 – 5 of 5) sorted by relevance
310 #define SW_SIGPIPE 0x00000001 /* Send SIGPIPE for write error */ macro
408 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()
8132 stp->sd_wput_opt |= SW_SIGPIPE; in strsetwputhooks()8134 stp->sd_wput_opt &= ~SW_SIGPIPE; in strsetwputhooks()
1689 (stp->sd_wput_opt & SW_SIGPIPE)) { in kstrwritempnoqwait()
4511 (stp->sd_wput_opt & SW_SIGPIPE)) { in kstrwritemp()