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

  /src/sys/arch/vax/uba/
qvaux.c 182 #define DML_BRK 0100000 /* no equivalent, we will mask */
578 (void) qvauxmctl(sc, line, DML_BRK, DMBIC);
637 (void) qvauxmctl(sc, line, DML_BRK, DMBIS);
641 (void) qvauxmctl(sc, line, DML_BRK, DMBIC);
665 *(int *)data = (qvauxmctl(sc, line, 0, DMGET) & ~DML_BRK);
824 mbits |= DML_BRK;
853 if (mbits & DML_BRK) {
  /src/sys/dev/dec/
dz.c 151 #define DML_BRK 0100000 /* no equivalent, we will mask */
436 (void) dzmctl(sc, line, DML_BRK, DMBIC);
491 (void) dzmctl(sc, line, DML_BRK, DMBIS);
495 (void) dzmctl(sc, line, DML_BRK, DMBIC);
519 *(int *)data = (dzmctl(sc, line, 0, DMGET) & ~DML_BRK);
658 mbits |= DML_BRK;
685 if (mbits & DML_BRK) {
  /src/sys/dev/qbus/
dhu.c 137 #define DML_BRK 0100000 /* no equivalent, we will mask */
503 (void) dhumctl(sc, line, DML_BRK, DMBIC);
561 (void) dhumctl(sc, line, DML_BRK, DMBIS);
565 (void) dhumctl(sc, line, DML_BRK, DMBIC);
589 *(int *)data = (dhumctl(sc, line, 0, DMGET) & ~DML_BRK);
832 mbits |= DML_BRK;
863 if (mbits & DML_BRK)

Completed in 14 milliseconds