Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbios_handler.hpp145 void processActiveMemoryMirror(const nlohmann::json& i_attributeData);
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbios_handler.cpp234 [this](const auto& entry) { processActiveMemoryMirror(entry); }}, in backUpOrRestoreBiosAttributes()
515 void IbmBiosHandler::processActiveMemoryMirror( in processActiveMemoryMirror() function in vpd::IbmBiosHandler