Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp606 const OSSymbol *tmpSymbol; in serializeVariables() local
651 tmpSymbol = OSDynamicCast(OSSymbol, iter->getNextObject()); in serializeVariables()
653 if (tmpSymbol == nullptr) { in serializeVariables()
659 parseVariableName(tmpSymbol, &entryGuid, &entryName); in serializeVariables()
677 tmpObject = _varDict->getObject(tmpSymbol); in serializeVariables()
1027 OSSharedPtr<const OSSymbol> tmpSymbol; in convertPropToObject() local
1033 tmpSymbol = OSSymbol::withString(delimitedName.get()); in convertPropToObject()
1035 if (tmpSymbol == nullptr) { in convertPropToObject()
1039 switch (getVariableType(tmpSymbol.get())) { in convertPropToObject()
1071 tmpSymbol.reset(); in convertPropToObject()
[all …]
H A DIOReporter.cpp1026 const OSSymbol *tmpSymbol; in legendWith() local
1058 tmpSymbol = OSDynamicCast(OSSymbol, channelNames->getObject(cnt)); in legendWith()
1059 if (tmpSymbol && tmpSymbol != gIOReportNoChannelName) { in legendWith()
1060 tmpChannelArray->setObject(kIOReportChannelNameIdx, tmpSymbol); in legendWith()
H A DIONVRAMV3Handler.cpp1494 OSSharedPtr<const OSSymbol> tmpSymbol; in convertPropToObject() local
1499 tmpSymbol = OSSymbol::withCString((const char *)propName); in convertPropToObject()
1501 if (tmpSymbol == nullptr) { in convertPropToObject()
1505 switch (getVariableType(tmpSymbol.get())) { in convertPropToObject()
1537 tmpSymbol.reset(); in convertPropToObject()
1541 propSymbol = tmpSymbol; in convertPropToObject()