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

  /src/sys/arch/amiga/dev/
drsc.c 192 if (sc->sc_flags & SIOP_INTSOFF)
218 sc->sc_flags |= SIOP_INTDEFER | SIOP_INTSOFF;
mgnsc.c 182 if (sc->sc_flags & SIOP_INTSOFF)
201 sc->sc_flags |= SIOP_INTDEFER | SIOP_INTSOFF;
zssc.c 170 if (sc->sc_flags & SIOP_INTSOFF)
189 sc->sc_flags |= SIOP_INTDEFER | SIOP_INTSOFF;
bppcsc.c 183 if (sc->sc_flags & SIOP_INTSOFF)
cbiiisc.c 179 if (sc->sc_flags & SIOP_INTSOFF)
siopvar.h 178 #define SIOP_INTSOFF 0x80 /* Interrupts turned off */
wesc.c 173 if (sc->sc_flags & SIOP_INTSOFF)
afsc.c 199 if (sc->sc_flags & SIOP_INTSOFF)
siop2.c 332 sc->sc_flags &= ~SIOP_INTSOFF;
690 sc->sc_flags &= ~(SIOP_ALIVE|SIOP_INTDEFER|SIOP_INTSOFF);
743 sc->sc_flags &= ~(SIOP_INTDEFER|SIOP_INTSOFF);
1405 acb->status = sc->sc_flags & SIOP_INTSOFF;
1603 sc->sc_flags |= SIOP_INTSOFF;
1611 sc->sc_flags &= ~SIOP_INTSOFF;
1679 sc->sc_flags &= ~(SIOP_INTDEFER | SIOP_INTSOFF);
1688 if ((sc->sc_flags & (SIOP_INTSOFF | SIOP_INTDEFER)) != SIOP_INTSOFF) {
siop.c 346 sc->sc_flags &= ~SIOP_INTSOFF;
716 sc->sc_flags &= ~(SIOP_INTDEFER|SIOP_INTSOFF);
1273 acb->status = sc->sc_flags & SIOP_INTSOFF;
1454 sc->sc_flags |= SIOP_INTSOFF;
1462 sc->sc_flags &= ~SIOP_INTSOFF;
1529 sc->sc_flags &= ~(SIOP_INTDEFER | SIOP_INTSOFF);
1538 if ((sc->sc_flags & (SIOP_INTSOFF | SIOP_INTDEFER)) != SIOP_INTSOFF) {

Completed in 16 milliseconds