Searched refs:TS_TTSTOP (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | tty.c | 593 if (!ISSET(tp->t_state, TS_TTSTOP)) { in ttyinput() 594 SET(tp->t_state, TS_TTSTOP); in ttyinput() 789 if (ISSET(tp->t_state, TS_TTSTOP) && in ttyinput() 796 CLR(tp->t_state, TS_TTSTOP); in ttyinput() 1314 if (ISSET(tp->t_state, TS_TTSTOP) || in ttioctl_locked() 1317 CLR(tp->t_state, TS_TTSTOP); in ttioctl_locked() 1333 if (!ISSET(tp->t_state, TS_TTSTOP)) { in ttioctl_locked() 1334 SET(tp->t_state, TS_TTSTOP); in ttioctl_locked() 1731 CLR(tp->t_state, TS_TTSTOP); in ttyflush() 1915 CLR(tp->t_state, TS_TTSTOP); in ttymodem() [all …]
|
| H A D | tty_dev.c | 430 if (tp->t_state & TS_TTSTOP) { in ptsstart() 645 if (tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) { 795 tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) {
|
| H A D | tty_ptmx.c | 857 if (tp->t_outq.c_cc && !(tp->t_state & TS_TTSTOP)) { in ptmx_kqops_common()
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | tty.h | 201 #define TS_TTSTOP 0x00100 /* Output paused. */ macro
|
| /xnu-8796.121.2/bsd/dev/i386/ |
| H A D | km.c | 302 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()
|
| /xnu-8796.121.2/bsd/dev/arm/ |
| H A D | km.c | 284 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()
|