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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptController.cpp79 interruptSources = nub->_interruptSources;
230 interruptSources = nub->_interruptSources;
275 interruptSources = nub->_interruptSources;
292 interruptSources = nub->_interruptSources;
327 interruptSources = nub->_interruptSources;
355 interruptSources = nub->_interruptSources;
440 _interruptSources = (IOInterruptSource *)IOMalloc(sizeof(IOInterruptSource));
441 if (_interruptSources == 0) return kIOReturnNoMemory;
447 _interruptSources[0].interruptController = parentController;
448 _interruptSources[
[all...]
H A DIOService.cpp4656 if (nub->_interruptSources == 0) {
4664 nub->_interruptSources = interruptSources;
4681 interruptSources = nub->_interruptSources;
4692 /* Make sure the _interruptSources are set */
4693 if (_interruptSources == 0) {
4703 *interruptController = _interruptSources[source].interruptController;
4712 *interruptController = _interruptSources[source].interruptController;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h1138 IOInterruptSource *_interruptSources; member in class:IOService

Completed in 30 milliseconds