Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOReportLegend.cpp143 OSSharedPtr<const OSSymbol> tmpSubGroupName; in addLegendEntry() local
154 tmpSubGroupName = OSSymbol::withCString(subGroupName); in addLegendEntry()
158 res = organizeLegend(legendEntry, tmpGroupName.get(), tmpSubGroupName.get()); in addLegendEntry()