Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h259 #define TS_TBLOCK 0x00000004 /* input stopped by IXOFF mode */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1199 (tp->t_state & TS_TBLOCK) && in ldtermrput()
1201 tp->t_state &= ~TS_TBLOCK; in ldtermrput()
1216 if ((tp->t_modes.c_iflag & IXOFF) && (tp->t_state & TS_TBLOCK) && in ldtermrput()
1218 tp->t_state &= ~TS_TBLOCK; in ldtermrput()
1470 tp->t_state |= TS_TBLOCK; in ldtermrput()
1525 if ((tp->t_modes.c_iflag & IXOFF) && (tp->t_state & TS_TBLOCK) && in ldtermrsrv()
1527 tp->t_state &= ~TS_TBLOCK; in ldtermrsrv()
4057 if (tp->t_state & (TS_TBLOCK|TS_IFBLOCK)) { in ldterm_dosig()
4059 tp->t_state &= ~(TS_TBLOCK|TS_IFBLOCK); in ldterm_dosig()
4295 tp->t_state |= (TS_TBLOCK|TS_IFBLOCK); in ldterm_do_ioctl()
[all …]