Searched refs:SYSFLG_DCD (Results 1 – 2 of 2) sorted by relevance
107 #define CLPSCOM_MODEM_STATUS_MASK (SYSFLG_DCD | SYSFLG_DSR | SYSFLG_CTS)510 sc->sc_ms_dcd = SYSFLG_DCD; in clpscom_param()522 sc->sc_ms_cts = SYSFLG_DCD; in clpscom_param()550 (*tp->t_linesw->l_modem)(tp, ISSET(sc->sc_ms, SYSFLG_DCD)); in clpscom_param()895 if (ISSET(combits, SYSFLG_DCD)) in clpscom_to_tiocm()991 (void) (*tp->t_linesw->l_modem)(tp, ISSET(ms, SYSFLG_DCD)); in clpscom_mssoft()
70 #define SYSFLG_DCD (1 << 10) macro