Searched refs:TS_CARR_ON (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c122 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is on. */
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c124 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is on. */
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h191 #define TS_CARR_ON 0x00008 /* Carrier is present. */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c219 while ((tp->t_state & TS_CARR_ON) == 0) {
480 tp->t_state &= ~(TS_CARR_ON | TS_CONNECTED);
H A Dtty.c88 * o Check for TS_CARR_ON being set while everything is closed and not
89 * waiting for carrier. TS_CARR_ON isn't cleared if nothing is open,
1281 if ((ISSET(tp->t_state, TS_CARR_ON) ||
1856 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) {
1875 CLR(tp->t_state, TS_CARR_ON);
1890 SET(tp->t_state, TS_CARR_ON);
H A Dtty_ptmx.c587 while ((tp->t_state & TS_CARR_ON) == 0) {
874 tp->t_state &= ~(TS_CARR_ON | TS_CONNECTED);

Completed in 104 milliseconds