Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dtty.c653 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()
1424 if (ISSET(tp->t_state, TS_TTSTOP) || in ttioctl_locked()
1427 CLR(tp->t_state, TS_TTSTOP); in ttioctl_locked()
1443 if (!ISSET(tp->t_state, TS_TTSTOP)) { in ttioctl_locked()
1444 SET(tp->t_state, TS_TTSTOP); in ttioctl_locked()
1841 CLR(tp->t_state, TS_TTSTOP); in ttyflush()
2025 CLR(tp->t_state, TS_TTSTOP); in ttymodem()
[all …]
H A Dtty_dev.c443 if (tp->t_state & TS_TTSTOP) { in ptsstart()
680 if (tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) {
830 tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) {
H A Dtty_ptmx.c864 if (tp->t_outq.c_cc && !(tp->t_state & TS_TTSTOP)) { in ptmx_kqops_common()
/xnu-12377.41.6/bsd/sys/
H A Dtty.h202 #define TS_TTSTOP 0x00100 /* Output paused. */ macro
/xnu-12377.41.6/bsd/dev/i386/
H A Dkm.c296 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()
/xnu-12377.41.6/bsd/dev/arm/
H A Dkm.c278 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()