Searched refs:tmpChannelArray (Results 1 – 1 of 1) sorted by relevance
1028 OSSharedPtr<OSArray> tmpChannelArray; in legendWith() local1041 tmpChannelArray = OSArray::withCapacity(3); in legendWith()1044 tmpChannelArray->setObject(kIOReportChannelIDIdx, channelIDs->getObject(cnt)); in legendWith()1052 tmpChannelArray->setObject(kIOReportChannelTypeIdx, tmpNum.get()); in legendWith()1060 tmpChannelArray->setObject(kIOReportChannelNameIdx, tmpSymbol); in legendWith()1064 channelLegendArray->setObject(cnt, tmpChannelArray.get()); in legendWith()1065 tmpChannelArray.reset(); in legendWith()