Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h633 #define SO_ISNTTY 0x0800 /* the stream is not acting as a terminal */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2473 if (sop->so_flags & SO_ISNTTY) in strrput_nondata()