Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h48 #define SNDPIPE 0x002 /* send SIGPIPE on write and */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5532 if (arg & ~(SNDZERO|SNDPIPE)) in strioctl()
5539 if (arg & SNDPIPE) in strioctl()
5551 wropt |= SNDPIPE; in strioctl()