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

  /src/sys/arch/vax/uba/
qvaux.c 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)
798 qvauxmctl(struct qvaux_softc *sc, int line, int bits, int how) function in typeref:typename:unsigned
    [all...]
qvaux.c 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)
798 qvauxmctl(struct qvaux_softc *sc, int line, int bits, int how) function in typeref:typename:unsigned
    [all...]
qvaux.c 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)
798 qvauxmctl(struct qvaux_softc *sc, int line, int bits, int how) function in typeref:typename:unsigned
    [all...]

Completed in 84 milliseconds