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

/macosx-10.9.5/xnu-2422.115.4/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 101 milliseconds