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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp81 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts );
95 OSDictionary * allInts; local
202 allInts = OSDictionary::withCapacity(4);
206 assert( regIter && allInts && gIODTSharedInterrupts );
207 if( regIter && allInts && gIODTSharedInterrupts ) {
209 IODTMapInterruptsSharing( child, allInts );
234 parent->setProperty("allInts", allInts);
255 allInts->release();
642 static bool IODTMapInterruptsSharing( IORegistryEntry * regEntry, OSDictionary * allInts )
[all...]

Completed in 19 milliseconds