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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp229 OSDictionary *dict = 0, *tmpDict = 0; local
237 tmpDict = OSDictionary::withCapacity(1);
238 if (tmpDict == 0) return false;
250 tmpDict->setObject(key, _ofDict->getObject(key));
252 dict = tmpDict;
257 if (tmpDict != 0) tmpDict->release();
H A DIOPMrootDomain.cpp347 OSDictionary *tmpDict; local
404 tmpDict = OSDictionary::withCapacity(1);
405 setProperty(kRootDomainSupportedFeatures, tmpDict);
406 tmpDict->release();

Completed in 35 milliseconds