Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOReportLegend.cpp107 OSSharedPtr<OSObject> curLegend; in addReporterLegend() local
117 curLegend = reportingService->copyProperty(kIOReportLegendKey); in addReporterLegend()
118 legend = IOReportLegend::with(OSDynamicCast(OSArray, curLegend.get())); in addReporterLegend()