Searched defs:sigpipeok (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2493 * If `sigpipeok' is set and the SW_SIGPIPE option is enabled on the stream,
2497 strwriteable(struct stdata *stp, boolean_t eiohup, boolean_t sigpipeok) argument
2514 (stp->sd_wput_opt & SW_SIGPIPE) && sigpipeok) {

Completed in 58 milliseconds