Home
last modified time | relevance | path

Searched refs:SH_SIGPIPE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h331 #define SH_SIGPIPE 0x00000100 /* Send SIGPIPE for write error */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c358 strsetwputhooks(vp, SH_SIGPIPE | SH_RECHECK_ERR, 0); in so_installhooks()
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c8131 if (flags & SH_SIGPIPE) in strsetwputhooks()