Lines Matching refs:allInts
105 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts );
123 OSDictionary * allInts; in IODeviceTreeAlloc() local
264 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() argument
853 if (allInts) { in IODTMapInterruptsSharing()
854 controllerInts = (OSArray *) allInts->getObject( controller ); in IODTMapInterruptsSharing()
877 allInts->setObject( controller, controllerInts ); in IODTMapInterruptsSharing()