Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dbios_handler.cpp432 void BiosHandler::saveFCOToBIOS(const std::string& fcoVal, int64_t fcoInBIOS) in saveFCOToBIOS() argument
441 if (fcoInBIOS == static_cast<int64_t>(fcoVal.at(3))) in saveFCOToBIOS()
443 std::cout << "Skip FCO BIOS write, value is already: " << fcoInBIOS in saveFCOToBIOS()
629 auto fcoInBIOS = readBIOSFCO(); in restoreBIOSAttribs() local
637 saveFCOToVPD(fcoInBIOS); in restoreBIOSAttribs()
641 saveFCOToBIOS(fcoInVPD, fcoInBIOS); in restoreBIOSAttribs()
H A Dbios_handler.hpp154 void saveFCOToBIOS(const std::string& fcoVal, int64_t fcoInBIOS);