Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/nmdm/
H A Dnmdm.c237 while ((tp->t_state & TS_CARR_ON) == 0) { in nmdmopen()
296 tp2->t_state &= ~(TS_CARR_ON | TS_CONNECTED); in nmdmclose()
/dragonfly/sys/sys/
H A Dtty.h151 #define TS_CARR_ON 0x00008 /* Carrier is present. */ macro
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c100 tp->t_state |= TS_CARR_ON | TS_CONNECTED; in vcons_open()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c229 tp->t_state |= TS_CARR_ON; in dcons_open()
/dragonfly/sys/kern/
H A Dtty_pty.c414 while ((tp->t_state & TS_CARR_ON) == 0) { in ptsopen()
722 tp->t_state &= ~(TS_CARR_ON | TS_CONNECTED); in ptcclose()
H A Dtty.c1075 if ((ISSET(tp->t_state, TS_CARR_ON) || in ttioctl()
1599 if (ISSET(tp->t_state, TS_CARR_ON) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem()
1618 CLR(tp->t_state, TS_CARR_ON); in ttymodem()
1633 SET(tp->t_state, TS_CARR_ON); in ttymodem()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c769 { TS_CARR_ON, 'C'},
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1422 if (!(tp->t_state & TS_CARR_ON) && !(mynor & CALLOUT_MASK) in sioopen()