Searched refs:TS_CARR_ON (Results 1 – 5 of 5) sorted by relevance
125 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is on. */ in kmopen()
196 #define TS_CARR_ON 0x00008 /* Carrier is present. */ macro
102 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is in kmopen()
287 while ((tp->t_state & TS_CARR_ON) == 0) { in ptsopen()543 tp->t_state &= ~(TS_CARR_ON | TS_CONNECTED); in ptcclose()
1235 if ((ISSET(tp->t_state, TS_CARR_ON) || in ttioctl_locked()1906 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()1925 CLR(tp->t_state, TS_CARR_ON); in ttymodem()1941 SET(tp->t_state, TS_CARR_ON); in ttymodem()