Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/i386/
H A Dkm.c125 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is on. */ in kmopen()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h196 #define TS_CARR_ON 0x00008 /* Carrier is present. */ macro
/xnu-8019.80.24/bsd/dev/arm/
H A Dkm.c102 tp->t_state |= TS_CARR_ON; /* lie and say carrier exists and is in kmopen()
/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.c287 while ((tp->t_state & TS_CARR_ON) == 0) { in ptsopen()
543 tp->t_state &= ~(TS_CARR_ON | TS_CONNECTED); in ptcclose()
H A Dtty.c1235 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()