Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOHistogramReporter.cpp277 OSDictionary *tmpDict; // no refcount in handleCreateLegend() local
292 tmpDict = OSDynamicCast(OSDictionary, in handleCreateLegend()
294 if (!tmpDict) { in handleCreateLegend()
298 tmpDict->setObject(kIOReportLegendConfigKey, tmpConfigData.get()); in handleCreateLegend()
395 OSDictionary *tmpDict; // no refcount in createLegend() local
422 tmpDict = OSDynamicCast(OSDictionary, in createLegend()
424 if (!tmpDict) { in createLegend()
428 tmpDict->setObject(kIOReportLegendConfigKey, tmpConfigData.get()); in createLegend()
H A DIOPMrootDomain.cpp1530 OSSharedPtr<OSDictionary> tmpDict; in start() local
1707 tmpDict = OSDictionary::withCapacity(1); in start()
1708 setProperty(kRootDomainSupportedFeatures, tmpDict.get()); in start()
1713 tmpDict = OSDictionary::withCapacity(1); in start()
1714 setProperty(kIOPMSystemDefaultOverrideKey, tmpDict.get()); in start()