Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Delog_serialize.cpp58 std::string fwVersion{}; in load() local
75 resolved, fwVersion); in load()
83 resolved, fwVersion, updateTimestamp); in load()
90 resolved, fwVersion, updateTimestamp, eventId); in load()
98 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
104 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
116 e.version(fwVersion, true); in load()
H A Delog_entry.hpp69 AssociationList&& objects, const std::string& fwVersion, in Entry() argument
87 version(fwVersion, true); in Entry()
H A Dlog_manager.hpp75 entryId(0), fwVersion(readFWVersion()) {}; in Manager()
310 const std::string fwVersion; member in phosphor::logging::internal::Manager
H A Dlog_manager.cpp251 std::move(objects), fwVersion, getEntrySerializePath(entryId), *this); in createEntry()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp450 return fwVersion; in getFWVersion()
871 std::string fwVersion; member in phosphor::power::psu::PowerSupply
H A Dpower_supply.cpp945 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory()
947 versionProps.emplace(VERSION_PROP, fwVersion); in updateInventory()
958 fwVersion = readVPDValue(FW_VERSION, Type::HwmonDeviceDebug, in updateInventory()
960 versionProps.emplace(VERSION_PROP, fwVersion); in updateInventory()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1431 auto fwVersion = getSysFWVersion(ctx); in ipmiAppGetSystemInfo() local
1433 if (fwVersion == std::nullopt) in ipmiAppGetSystemInfo()
1437 sysInfoParamStore->update(IPMI_SYSINFO_SYSTEM_FW_VERSION, *fwVersion); in ipmiAppGetSystemInfo()