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

/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp83 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts );
96 OSDictionary * allInts; local
203 allInts = OSDictionary::withCapacity(4);
207 assert( regIter && allInts && gIODTSharedInterrupts );
208 if( regIter && allInts && gIODTSharedInterrupts ) {
210 IODTMapInterruptsSharing( child, allInts );
219 parent->setProperty("allInts", allInts);
240 allInts->release();
643 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts )
[all...]

Completed in 25 milliseconds