Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h330 #define SW_SNDZERO 0x00000004 /* send 0-length msg down pipe/FIFO */ macro
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c873 if ((write_size == 0) && !(stp->sd_wput_opt & SW_SNDZERO)) in fifo_write()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5536 stp->sd_wput_opt &= ~(SW_SIGPIPE|SW_SNDZERO); in strioctl()
5538 stp->sd_wput_opt |= SW_SNDZERO; in strioctl()
5548 if (stp->sd_wput_opt & SW_SNDZERO) in strioctl()