Lines Matching defs:qvauxmctl
207 static unsigned qvauxmctl(struct qvaux_softc *, int, int, int);
549 if (qvauxmctl(sc, line, DML_DTR, DMBIS) & DML_DCD)
578 (void) qvauxmctl(sc, line, DML_BRK, DMBIC);
582 (void) qvauxmctl(sc, line, 0, DMSET);
637 (void) qvauxmctl(sc, line, DML_BRK, DMBIS);
641 (void) qvauxmctl(sc, line, DML_BRK, DMBIC);
645 (void) qvauxmctl(sc, line, DML_DTR, DMBIS);
649 (void) qvauxmctl(sc, line, DML_DTR, DMBIC);
653 (void) qvauxmctl(sc, line, *(int *)data, DMSET);
657 (void) qvauxmctl(sc, line, *(int *)data, DMBIS);
661 (void) qvauxmctl(sc, line, *(int *)data, DMBIC);
665 *(int *)data = (qvauxmctl(sc, line, 0, DMGET) & ~DML_BRK);
740 (void) qvauxmctl(sc, line, 0, DMSET); /* hang up line */
798 qvauxmctl(struct qvaux_softc *sc, int line, int bits, int how)
887 qvauxmctl(sc, i, DML_DTR, DMSET);