Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dtty.h197 #define TS_CARR_ON 0x00008 /* Carrier is present. */ macro
/xnu-11417.101.15/bsd/dev/i386/
H A Dkm.c119 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is on. */ in kmopen()
/xnu-11417.101.15/bsd/dev/arm/
H A Dkm.c96 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is in kmopen()
/xnu-11417.101.15/bsd/kern/
H A Dtty_dev.c290 while ((tp->t_state & TS_CARR_ON) == 0) { in ptsopen()
585 tp->t_state &= ~(TS_CARR_ON | TS_CONNECTED); in ptcclose()
H A Dtty.c1346 if ((ISSET(tp->t_state, TS_CARR_ON) || in ttioctl_locked()
2017 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()
2036 CLR(tp->t_state, TS_CARR_ON); in ttymodem()
2052 SET(tp->t_state, TS_CARR_ON); in ttymodem()