Searched refs:legendWith (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOReporter.cpp | 756 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 D | IOSimpleReporter.cpp | 170 return IOReporter::legendWith(channelIDs, channelNames, channelCount, channelType, unit); in createLegend()
|
| H A D | IOHistogramReporter.cpp | 409 legendEntry = IOReporter::legendWith(&channelID, &channelName, 1, channelType, unit); in createLegend()
|
| H A D | IOStateReporter.cpp | 890 return IOReporter::legendWith(channelIDs, channelNames, channelCount, channelType, unit); in createLegend()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOKernelReporters.h | 731 static OSPtr<IOReportLegendEntry> legendWith(const uint64_t *channelIDs, 773 static OSPtr<IOReportLegendEntry> legendWith(OSArray *channelIDs,
|