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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h119 volatile long controllerDisabled; member in class:IOSharedInterruptController
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp485 controllerDisabled = 1;
603 controllerDisabled = 0;
641 if (controllerDisabled && (vectorsEnabled == vectorsRegistered)) {
642 controllerDisabled = 0;
724 controllerDisabled = 1;

Completed in 9 milliseconds