HomeSort by: relevance | last modified time | path
    Searched refs:DMBIS (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/emips/ebus/
dz_ebus.c 168 if (dzmctl(sc, line, TIOCM_DTR, DMBIS) & TIOCM_CD)
259 (void)dzmctl(sc, line, TIOCM_BRK, DMBIS);
267 (void)dzmctl(sc, line, TIOCM_DTR, DMBIS);
279 (void)dzmctl(sc, line, *(int *)data, DMBIS);
490 case DMBIS:
  /src/sys/dev/dec/
dz.c 407 /* Use DMBIS and *not* DMSET or else we clobber incoming bits */
408 if (dzmctl(sc, line, DML_DTR, DMBIS) & DML_DCD)
491 (void) dzmctl(sc, line, DML_BRK, DMBIS);
499 (void) dzmctl(sc, line, DML_DTR, DMBIS);
511 (void) dzmctl(sc, line, *(int *)data, DMBIS);
666 case DMBIS:
  /src/sys/dev/qbus/
dhu.c 473 /* Use DMBIS and *not* DMSET or else we clobber incoming bits */
474 if (dhumctl(sc, line, DML_DTR|DML_RTS, DMBIS) & DML_DCD)
561 (void) dhumctl(sc, line, DML_BRK, DMBIS);
569 (void) dhumctl(sc, line, DML_DTR|DML_RTS, DMBIS);
581 (void) dhumctl(sc, line, *(int *)data, DMBIS);
785 (void) dhumctl(sc, line, DML_RTS, ((flag)? DMBIC: DMBIS));
840 case DMBIS:
  /src/sys/arch/vax/uba/
qvaux.c 548 /* Use DMBIS and *not* DMSET or else we clobber incoming bits */
549 if (qvauxmctl(sc, line, DML_DTR, DMBIS) & DML_DCD)
637 (void) qvauxmctl(sc, line, DML_BRK, DMBIS);
645 (void) qvauxmctl(sc, line, DML_DTR, DMBIS);
657 (void) qvauxmctl(sc, line, *(int *)data, DMBIS);
832 case DMBIS:
  /src/sys/arch/luna68k/dev/
siotty.c 480 case DMBIS:
580 siomctl(sc, TIOCM_DTR, DMBIS);
640 siomctl(sc, TIOCM_BREAK, DMBIS);
646 siomctl(sc, TIOCM_DTR|TIOCM_RTS, DMBIS);
658 siomctl(sc, *(int *)data, DMBIS);
  /src/sys/dev/ic/
clmpcc.c 464 clmpcc_modem_control(ch, TIOCM_RTS | TIOCM_DTR, DMBIS);
544 clmpcc_modem_control(ch, TIOCM_RTS | TIOCM_DTR, DMBIS);
668 clmpcc_modem_control(ch, TIOCM_DTR, DMBIS);
680 clmpcc_modem_control(ch, *((int *)data), DMBIS);
759 case DMBIS:
825 clmpcc_modem_control(ch, TIOCM_DTR, t->c_ospeed == 0 ? DMBIC : DMBIS);
cy.c 362 cy_modem_control(sc, cy, TIOCM_RTS, DMBIS);
533 cy_modem_control(sc, cy, TIOCM_DTR, DMBIS);
545 cy_modem_control(sc, cy, *((int *) data), DMBIS);
658 cy_modem_control(sc, cy, TIOCM_DTR, (t->c_ospeed == 0 ? DMBIC : DMBIS));
834 case DMBIS: /* set bits */
  /src/sys/arch/amiga/dev/
msc.c 840 (void) mscmctl(dev, TIOCM_DTR | TIOCM_RTS, DMBIS);
853 (void) mscmctl(dev, *(int *)data, DMBIS);
957 mscmctl( tp->t_dev, TIOCM_RTS, DMBIS); /* Set/Raise RTS */
1144 case DMBIS:
ser.c 720 (void) sermctl(dev, TIOCM_DTR, DMBIS);
732 (void) sermctl(dev, *(int *) data, DMBIS);
1021 case DMBIS:
mfc.c 696 (void) mfcsmctl(dev, TIOCM_DTR | TIOCM_RTS, DMBIS);
708 (void) mfcsmctl(dev, *(int *) data, DMBIS);
924 case DMBIS:
  /src/sys/sys/
tty.h 229 #define DMBIS 1
  /src/sys/arch/sparc64/dev/
sab.c 862 sabtty_mdmctrl(sc, TIOCM_DTR, DMBIS);
868 sabtty_mdmctrl(sc, *((int *)data), DMBIS);
973 case DMBIS:
1018 (t->c_ospeed == 0) ? DMBIC : DMBIS);
  /src/sys/dev/sbus/
spif.c 465 stty_modem_control(sp, TIOCM_DTR, DMBIS);
471 stty_modem_control(sp, *((int *)data), DMBIS);
535 case DMBIS:
577 (t->c_ospeed == 0 ? DMBIC : DMBIS));
magma.c 1106 mtty_modem_control(mp, TIOCM_DTR, DMBIS);
1118 mtty_modem_control(mp, *((int *)data), DMBIS);
1252 case DMBIS: /* set bits */
1298 (void)mtty_modem_control(mp, TIOCM_DTR, (t->c_ospeed == 0 ? DMBIC : DMBIS));
  /src/sys/arch/atari/dev/
zs.c 839 cc ? DMBIS : DMBIC);
957 zs_modem(cs, ZSWR5_DTR, DMBIS);
1286 case DMBIS:
  /src/sys/arch/hp300/dev/
dcm.c 1012 (void) dcmmctl(dev, MO_ON, DMBIS);
1024 (void) dcmmctl(dev, *(int *)data, DMBIS);
1323 case DMBIS:

Completed in 24 milliseconds