HomeSort by: relevance | last modified time | path
    Searched defs:sc_dcd (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
txcom.c 92 int sc_dcd; member in struct:txcom_chip
1101 chip->sc_dcd = 0;
1103 chip->sc_dcd = 1;
1132 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);
1157 if (modem && chip->sc_dcd)
1158 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);
txcom.c 92 int sc_dcd; member in struct:txcom_chip
1101 chip->sc_dcd = 0;
1103 chip->sc_dcd = 1;
1132 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);
1157 if (modem && chip->sc_dcd)
1158 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);
txcom.c 92 int sc_dcd; member in struct:txcom_chip
1101 chip->sc_dcd = 0;
1103 chip->sc_dcd = 1;
1132 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);
1157 if (modem && chip->sc_dcd)
1158 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);
txcom.c 92 int sc_dcd; member in struct:txcom_chip
1101 chip->sc_dcd = 0;
1103 chip->sc_dcd = 1;
1132 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);
1157 if (modem && chip->sc_dcd)
1158 (void) (*tp->t_linesw->l_modem)(tp, chip->sc_dcd);

Completed in 47 milliseconds