Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOHistogramReporter.cpp277 OSSharedPtr<OSData> tmpConfigData; in handleCreateLegend() local
286 tmpConfigData = OSData::withBytes(_histogramSegmentsConfig, in handleCreateLegend()
289 if (!tmpConfigData) { in handleCreateLegend()
299 tmpDict->setObject(kIOReportLegendConfigKey, tmpConfigData.get()); in handleCreateLegend()
395 OSSharedPtr<OSData> tmpConfigData; in createLegend() local
416 tmpConfigData = OSData::withBytes(config, in createLegend()
419 if (!tmpConfigData) { in createLegend()
429 tmpDict->setObject(kIOReportLegendConfigKey, tmpConfigData.get()); in createLegend()