Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp1028 OSSharedPtr<OSArray> tmpChannelArray; in legendWith() local
1041 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()