Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp105 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()
[all …]