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

/xnu-2422.115.4/iokit/IOKit/
H A DIOInterruptController.h124 volatile int controllerDisabled; member in class:IOSharedInterruptController
/xnu-2422.115.4/iokit/Kernel/
H A DIOInterruptController.cpp476 controllerDisabled = 1;
593 controllerDisabled = 0;
631 if (controllerDisabled && (vectorsEnabled == vectorsRegistered)) {
632 controllerDisabled = 0;
721 controllerDisabled = 1;

Completed in 78 milliseconds