Searched refs:wasDisabledSoft (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptController.cpp62 int wasDisabledSoft; local
150 wasDisabledSoft = vector->interruptDisabledSoft;
157 if (!wasDisabledSoft) originalNub->enableInterrupt(originalSource);
176 if (wasAlreadyRegisterd) wasDisabledSoft = vector->interruptDisabledSoft;
177 else wasDisabledSoft = true;
189 if (!wasDisabledSoft) originalNub->enableInterrupt(originalSource);

Completed in 13 milliseconds