Searched refs:tmpDict (Results 1 – 2 of 2) sorted by relevance
277 OSDictionary *tmpDict; // no refcount in handleCreateLegend() local292 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() local422 tmpDict = OSDynamicCast(OSDictionary, in createLegend()424 if (!tmpDict) { in createLegend()428 tmpDict->setObject(kIOReportLegendConfigKey, tmpConfigData.get()); in createLegend()
1530 OSSharedPtr<OSDictionary> tmpDict; in start() local1707 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()