Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h47 #define SNDZERO 0x001 /* send a zero length message */ macro
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1558 if (ioctl(stdin_pipe[0], I_SWROPT, SNDZERO) != 0) { in noninteractive_login()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5532 if (arg & ~(SNDZERO|SNDPIPE)) in strioctl()
5537 if (arg & SNDZERO) in strioctl()
5549 wropt |= SNDZERO; in strioctl()