Home
last modified time | relevance | path

Searched refs:STRISTTY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsession.c290 stp->sd_flag |= STRISTTY; /* just to be sure */ in sess_ctty_set()
H A Dstreamio.c599 (stp->sd_flag & (STRISTTY|STRXPG4TTY)) == (STRISTTY|STRXPG4TTY)) { in stropen()
2472 stp->sd_flag |= STRISTTY; in strrput_nondata()
2474 stp->sd_flag &= ~STRISTTY; in strrput_nondata()
3940 (cmd == I_PUSH) && (stp->sd_flag & STRISTTY)) { in strioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h282 #define STRISTTY 0x00000080 /* stream is a terminal */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c144 { SF(STRISTTY), "stream is a terminal" },
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c823 if (!(stp->sd_flag & STRISTTY) || (flag & FNOCTTY)) in spec_open()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c445 if (stp->sd_flag & STRISTTY) { in sotpi_init()