Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty.c592 if (!ISSET(tp->t_state, TS_TTSTOP)) { in ttyinput()
593 SET(tp->t_state, TS_TTSTOP); in ttyinput()
788 if (ISSET(tp->t_state, TS_TTSTOP) && in ttyinput()
795 CLR(tp->t_state, TS_TTSTOP); in ttyinput()
1313 if (ISSET(tp->t_state, TS_TTSTOP) || in ttioctl_locked()
1316 CLR(tp->t_state, TS_TTSTOP); in ttioctl_locked()
1332 if (!ISSET(tp->t_state, TS_TTSTOP)) { in ttioctl_locked()
1333 SET(tp->t_state, TS_TTSTOP); in ttioctl_locked()
1730 CLR(tp->t_state, TS_TTSTOP); in ttyflush()
1914 CLR(tp->t_state, TS_TTSTOP); in ttymodem()
[all …]
H A Dtty_dev.c429 if (tp->t_state & TS_TTSTOP) { in ptsstart()
637 if (tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) {
787 tp->t_outq.c_cc && (tp->t_state & TS_TTSTOP) == 0) {
H A Dtty_ptmx.c849 if (tp->t_outq.c_cc && !(tp->t_state & TS_TTSTOP)) { in ptmx_kqops_common()
/xnu-8019.80.24/bsd/dev/i386/
H A Dkm.c302 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h201 #define TS_TTSTOP 0x00100 /* Output paused. */ macro
/xnu-8019.80.24/bsd/dev/arm/
H A Dkm.c284 if (tp->t_state & (TS_TIMEOUT | TS_BUSY | TS_TTSTOP)) { in kmstart()