Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp940 uint16_t l_nodeNummber = constants::INVALID_NODE_NUMBER; in getUnexpandedLocationCode()
969 l_nodeNummber = std::stoi(i_expandedLocationCode.substr( in getUnexpandedLocationCode()
1023 return std::make_tuple(l_unexpandedLocationCode, l_nodeNummber); in registerHostStateChangeCallback()
927 uint16_t l_nodeNummber = constants::INVALID_NODE_NUMBER; getUnexpandedLocationCode() local