Searched refs:TS_TTSTOP (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | tty.c | 653 if (!ISSET(tp->t_state, TS_TTSTOP)) { in ttyinput() 654 SET(tp->t_state, TS_TTSTOP); in ttyinput() 849 if (ISSET(tp->t_state, TS_TTSTOP) && in ttyinput() 856 CLR(tp->t_state, TS_TTSTOP); in ttyinput() 1418 if (ISSET(tp->t_state, TS_TTSTOP) || in ttioctl_locked() 1421 CLR(tp->t_state, TS_TTSTOP); in ttioctl_locked() 1437 if (!ISSET(tp->t_state, TS_TTSTOP)) { in ttioctl_locked() 1438 SET(tp->t_state, TS_TTSTOP); in ttioctl_locked() 1835 CLR(tp->t_state, TS_TTSTOP); in ttyflush() 2019 CLR(tp->t_state, TS_TTSTOP); in ttymodem() [all …]
|
| H A D | tty_dev.c | 438 if (tp->t_state & TS_TTSTOP) { in ptsstart() 675 if (tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) { 825 tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) {
|
| H A D | tty_ptmx.c | 860 if (tp->t_outq.c_cc && !(tp->t_state & TS_TTSTOP)) { in ptmx_kqops_common()
|
| /xnu-10002.81.5/bsd/sys/ |
| H A D | tty.h | 202 #define TS_TTSTOP 0x00100 /* Output paused. */ macro
|
| /xnu-10002.81.5/bsd/dev/i386/ |
| H A D | km.c | 296 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()
|
| /xnu-10002.81.5/bsd/dev/arm/ |
| H A D | km.c | 278 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()
|