Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOHistogramReporter.cpp276 OSSharedPtr<OSData> tmpConfigData; in handleCreateLegend() local
285 tmpConfigData = OSData::withBytes(_histogramSegmentsConfig, in handleCreateLegend()
288 if (!tmpConfigData) { in handleCreateLegend()
298 tmpDict->setObject(kIOReportLegendConfigKey, tmpConfigData.get()); in handleCreateLegend()
394 OSSharedPtr<OSData> tmpConfigData; in createLegend() local
415 tmpConfigData = OSData::withBytes(config, in createLegend()
418 if (!tmpConfigData) { in createLegend()
428 tmpDict->setObject(kIOReportLegendConfigKey, tmpConfigData.get()); in createLegend()