Home
last modified time | relevance | path

Searched refs:TS_CARR_ON (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/bsd/sys/ !
H A Dtty.h196 #define TS_CARR_ON 0x00008 /* Carrier is present. */ macro
/xnu-8796.121.2/bsd/dev/i386/ !
H A Dkm.c125 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is on. */ in kmopen()
/xnu-8796.121.2/bsd/dev/arm/ !
H A Dkm.c102 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is in kmopen()
/xnu-8796.121.2/bsd/kern/ !
H A Dtty_dev.c288 while ((tp->t_state & TS_CARR_ON) == 0) { in ptsopen()
555 tp->t_state &= ~(TS_CARR_ON | TS_CONNECTED); in ptcclose()
H A Dtty.c1236 if ((ISSET(tp->t_state, TS_CARR_ON) || in ttioctl_locked()
1907 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()
1926 CLR(tp->t_state, TS_CARR_ON); in ttymodem()
1942 SET(tp->t_state, TS_CARR_ON); in ttymodem()