Searched refs:channelIDs (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOReporter.cpp | 751 OSSharedPtr<OSArray> channelIDs; in handleCreateLegend() local 753 channelIDs = copyChannelIDs(); in handleCreateLegend() 755 if (channelIDs) { in handleCreateLegend() 756 legendEntry = IOReporter::legendWith(channelIDs.get(), _channelNames.get(), _channelType, _unit); in handleCreateLegend() 989 OSSharedPtr<OSArray> channelIDs; in copyChannelIDs() local 992 channelIDs = OSArray::withCapacity((unsigned)_nChannels); in copyChannelIDs() 994 if (!channelIDs) { in copyChannelIDs() 1008 channelIDs->setObject((unsigned)cnt, tmpNum.get()); in copyChannelIDs() 1012 return channelIDs; in copyChannelIDs() 1018 IOReporter::legendWith(OSArray *channelIDs, in legendWith() argument [all …]
|
| H A D | IOSimpleReporter.cpp | 157 IOSimpleReporter::createLegend(const uint64_t *channelIDs, in createLegend() argument 170 return IOReporter::legendWith(channelIDs, channelNames, channelCount, channelType, unit); in createLegend()
|
| H A D | IOStateReporter.cpp | 876 IOStateReporter::createLegend(const uint64_t *channelIDs, in createLegend() argument 890 return IOReporter::legendWith(channelIDs, channelNames, channelCount, channelType, unit); in createLegend()
|
| /xnu-10063.141.1/iokit/IOKit/ |
| H A D | IOKernelReporters.h | 731 static OSPtr<IOReportLegendEntry> legendWith(const uint64_t *channelIDs, 773 static OSPtr<IOReportLegendEntry> legendWith(OSArray *channelIDs, 904 static OSPtr<IOReportLegendEntry> createLegend(const uint64_t *channelIDs, 1357 static OSPtr<IOReportLegendEntry> createLegend(const uint64_t *channelIDs,
|