Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dldterm.h282 #define TS_ISPTSTTY 0x00400000 /* is x/open terminal */ macro
/titanic_50/usr/src/uts/common/io/
H A Dldterm.c1160 if ((tp->t_state & TS_ISPTSTTY) && (*mp->b_rptr & FLUSHBAND)) in ldtermrput()
3072 if ((tp->t_state & TS_ISPTSTTY) && in ldtermwput()
3324 (msgdsize(mp) || !(tp->t_state & TS_ISPTSTTY))) { in ldtermwmsg()
4765 tp->t_state |= TS_ISPTSTTY; in ldterm_do_ioctl()