Lines Matching refs:tmpNum
990 OSSharedPtr<OSNumber> tmpNum; in copyChannelIDs() local
1002 tmpNum = OSNumber::withNumber(_elements[cnt2].channel_id, 64); in copyChannelIDs()
1003 if (!tmpNum) { in copyChannelIDs()
1008 channelIDs->setObject((unsigned)cnt, tmpNum.get()); in copyChannelIDs()
1009 tmpNum.reset(); in copyChannelIDs()
1025 OSSharedPtr<OSNumber> tmpNum; in legendWith() local
1048 tmpNum = OSNumber::withNumber(type64, 64); in legendWith()
1049 if (!tmpNum) { in legendWith()
1052 tmpChannelArray->setObject(kIOReportChannelTypeIdx, tmpNum.get()); in legendWith()
1053 tmpNum.reset(); in legendWith()
1076 tmpNum = OSNumber::withNumber(unit, 64); in legendWith()
1077 if (tmpNum) { in legendWith()
1078 channelInfoDict->setObject(kIOReportLegendUnitKey, tmpNum.get()); in legendWith()