Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dconnect.c36 #define SNDPIPE 0x002 macro
/titanic_44/usr/src/uts/common/sys/
H A Dstropts.h50 #define SNDPIPE 0x002 /* send SIGPIPE on write and */ macro
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c5406 if (arg & ~(SNDZERO|SNDPIPE)) in strioctl()
5413 if (arg & SNDPIPE) in strioctl()
5425 wropt |= SNDPIPE; in strioctl()