Home
last modified time | relevance | path

Searched refs:_numInterruptSources (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp542 _numInterruptSources = 1; in initInterruptController()
H A DIOService.cpp862 if (_numInterruptSources && _interruptSources) { in free()
864 for (i = 0; i < _numInterruptSources; i++) { in free()
870 IODelete(_interruptSources, IOInterruptSource, _numInterruptSources); in free()
872 IODelete(sourcesPrivate, IOInterruptSourcePrivate, _numInterruptSources); in free()
8623 nub->_numInterruptSources = numSources; in resolveInterrupt()
8671 if ((source < 0) || (source >= _numInterruptSources)) { in lookupInterrupt()
8772 for (int source = 0; source < _numInterruptSources; source++) { in unregisterAllInterrupts()
/xnu-11215/iokit/IOKit/
H A DIOService.h1644 int _numInterruptSources; variable