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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5355 long numSources; local
5364 numSources = array->getCount();
5365 interruptSources = (IOInterruptSource *)IOMalloc(numSources * sizeof(IOInterruptSource));
5368 bzero(interruptSources, numSources * sizeof(IOInterruptSource));
5370 nub->_numInterruptSources = numSources;

Completed in 27 milliseconds