Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Delog_serialize.cpp61 std::string fwVersion{}; in load() local
78 resolved, fwVersion); in load()
86 resolved, fwVersion, updateTimestamp); in load()
93 resolved, fwVersion, updateTimestamp, eventId); in load()
101 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
108 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
115 resolved, fwVersion, updateTimestamp, eventId, resolution); in load()
127 e.version(fwVersion, true); in load()
H A Delog_entry.hpp68 AssociationList&& objects, const std::string& fwVersion, in Entry() argument
85 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.cpp248 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 Dnew_power_supply.hpp466 return fwVersion; in getFWVersion()
887 std::string fwVersion; member in phosphor::power::psu::PowerSupply
H A Dpower_supply.cpp952 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory()
954 versionProps.emplace(VERSION_PROP, fwVersion); in updateInventory()
965 fwVersion = readVPDValue(FW_VERSION, Type::HwmonDeviceDebug, in updateInventory()
967 versionProps.emplace(VERSION_PROP, fwVersion); in updateInventory()
H A Dnew_power_supply.cpp967 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory()
969 versionProps.emplace(VERSION_PROP, fwVersion); in updateInventory()
980 fwVersion = readVPDValue(FW_VERSION, Type::HwmonDeviceDebug, in updateInventory()
982 versionProps.emplace(VERSION_PROP, fwVersion); in updateInventory()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1429 auto fwVersion = getSysFWVersion(ctx); in ipmiAppGetSystemInfo() local
1430 if (fwVersion == std::nullopt) in ipmiAppGetSystemInfo()
1435 *fwVersion); in ipmiAppGetSystemInfo()