Home
last modified time | relevance | path

Searched refs:SO_ISTTY (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dzcons.c509 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in zc_manager_open()
583 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in zc_subsidiary_open()
H A Dptm.c387 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in ptmopen()
H A Dpts.c416 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in ptsopen()
H A Dptem.c202 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY; in ptemopen()
H A Dldterm.c809 strop->so_flags = SO_READOPT|SO_HIWAT|SO_LOWAT|SO_NDELON|SO_ISTTY; in ldtermopen()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h632 #define SO_ISTTY 0x0400 /* the stream is acting as a terminal */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2471 if (sop->so_flags & SO_ISTTY) in strrput_nondata()