Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOReportLegend.cpp55 OSSharedPtr<IOReportLegend> iorLegend = OSMakeShared<IOReportLegend>(); in with() local
57 if (iorLegend) { in with()
59 if (iorLegend->initWith(legend) != kIOReturnSuccess) { in with()
64 return iorLegend; in with()