Searched refs:allInts (Results 1 – 1 of 1) sorted by relevance
105 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts );123 OSDictionary * allInts; in IODeviceTreeAlloc() local264 allInts = OSDictionary::withCapacity(4); in IODeviceTreeAlloc()268 assert( regIter && allInts && gIODTSharedInterrupts ); in IODeviceTreeAlloc()269 if (regIter && allInts && gIODTSharedInterrupts) { in IODeviceTreeAlloc()271 IODTMapInterruptsSharing( child, allInts ); in IODeviceTreeAlloc()286 parent->setProperty("allInts", allInts); in IODeviceTreeAlloc()307 allInts->release(); in IODeviceTreeAlloc()790 IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts ) in IODTMapInterruptsSharing() argument853 if (allInts) { in IODTMapInterruptsSharing()[all …]