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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp484 vectorsEnabled = 0;
602 if (vectorsEnabled == vectorsRegistered) {
638 vectorsEnabled++;
641 if (controllerDisabled && (vectorsEnabled == vectorsRegistered)) {
670 vectorsEnabled--;
722 if (vectorsEnabled != vectorsRegistered) {
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterruptController.h118 int vectorsEnabled; member in class:IOSharedInterruptController

Completed in 49 milliseconds