Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp1027 OSSharedPtr<OSArray> channelLegendArray; in legendWith() local
1038 channelLegendArray = OSArray::withCapacity(chCnt); in legendWith()
1064 channelLegendArray->setObject(cnt, tmpChannelArray.get()); in legendWith()
1069 if (channelLegendArray->getCount() != 0) { in legendWith()
1084 legendEntry->setObject(kIOReportLegendChannelsKey, channelLegendArray.get()); in legendWith()