Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp756 legendEntry = IOReporter::legendWith(channelIDs.get(), _channelNames.get(), _channelType, _unit); in handleCreateLegend()
1018 IOReporter::legendWith(OSArray *channelIDs, in legendWith() function in IOReporter
1094 IOReporter::legendWith(const uint64_t *channelIDs, in legendWith() function in IOReporter
1130 return legendWith(channelIDsArray.get(), channelNamesArray.get(), channelType, unit); in legendWith()
H A DIOSimpleReporter.cpp170 return IOReporter::legendWith(channelIDs, channelNames, channelCount, channelType, unit); in createLegend()
H A DIOHistogramReporter.cpp409 legendEntry = IOReporter::legendWith(&channelID, &channelName, 1, channelType, unit); in createLegend()
H A DIOStateReporter.cpp890 return IOReporter::legendWith(channelIDs, channelNames, channelCount, channelType, unit); in createLegend()
/xnu-11215/iokit/IOKit/
H A DIOKernelReporters.h731 static OSPtr<IOReportLegendEntry> legendWith(const uint64_t *channelIDs,
773 static OSPtr<IOReportLegendEntry> legendWith(OSArray *channelIDs,