Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dbios_handler.cpp191 void BiosHandler::saveFCOToVPD(int64_t fcoVal) in saveFCOToVPD() argument
193 if (fcoVal == -1) in saveFCOToVPD()
199 Binary vpdVal = {0, 0, 0, static_cast<uint8_t>(fcoVal)}; in saveFCOToVPD()
211 std::cout << "Writing FCO to VPD: " << fcoVal << std::endl; in saveFCOToVPD()
372 int64_t fcoVal = -1; in readBIOSFCO() local
377 fcoVal = *pVal; in readBIOSFCO()
383 return fcoVal; in readBIOSFCO()
452 if (fcoVal.size() != 4) in saveFCOToBIOS()
459 if (fcoInBIOS == static_cast<int64_t>(fcoVal.at(3))) in saveFCOToBIOS()
471 fcoVal.at(3)))); in saveFCOToBIOS()
[all …]
H A Dbios_handler.hpp99 void saveFCOToVPD(int64_t fcoVal);
154 void saveFCOToBIOS(const std::string& fcoVal, int64_t fcoInBIOS);