Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp161 std::string l_attributeName = std::get<0>(l_attribute); in biosAttributesCallback() local
164 auto configIt = l_attributeConfigMap.find(l_attributeName); in biosAttributesCallback()
175 if (l_attributeName == "hb_memory_mirror_mode") in biosAttributesCallback()
180 if (l_attributeName == "pvm_keep_and_clear") in biosAttributesCallback()
185 if (l_attributeName == "pvm_create_default_lpar") in biosAttributesCallback()
190 if (l_attributeName == "pvm_clear_nvram") in biosAttributesCallback()
201 std::string l_attributeName = std::get<0>(l_attribute); in biosAttributesCallback() local
202 if (l_attributeName == "hb_field_core_override") in biosAttributesCallback()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp1516 const std::string l_attributeName = in getVpdValueInBiosConfigManager() local
1523 utils::biosGetAttributeMethodCall(l_attributeName); in getVpdValueInBiosConfigManager()
1590 l_attributeName + "] from BIOS Config Manager"; in getVpdValueInBiosConfigManager()