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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptController.cpp59 IOInterruptSource *interruptSources; local
72 interruptSources = nub->_interruptSources;
73 vectorData = interruptSources[source].vectorData;
219 IOInterruptSource *interruptSources; local
224 interruptSources = nub->_interruptSources;
225 vectorData = interruptSources[source].vectorData;
262 IOInterruptSource *interruptSources; local
269 interruptSources = nub->_interruptSources;
270 vectorData = interruptSources[source].vectorData;
281 IOInterruptSource *interruptSources; local
310 IOInterruptSource *interruptSources; local
332 IOInterruptSource *interruptSources; local
478 IOInterruptSource *interruptSources; local
601 IOInterruptSource *interruptSources; local
633 IOInterruptSource *interruptSources; local
[all...]
H A DIOService.cpp5356 IOInterruptSource *interruptSources; local
5365 interruptSources = (IOInterruptSource *)IOMalloc(numSources * sizeof(IOInterruptSource));
5366 if (interruptSources == 0) return kIOReturnNoMemory;
5368 bzero(interruptSources, numSources * sizeof(IOInterruptSource));
5371 nub->_interruptSources = interruptSources;
5388 interruptSources = nub->_interruptSources;
5389 interruptSources[source].interruptController = interruptController;
5390 interruptSources[source].vectorData = data;

Completed in 24 milliseconds