Home
last modified time | relevance | path

Searched refs:metaHash (Results 1 – 3 of 3) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp223 rev.metaHash = results[5]; in convertIntelVersion()
227 ":" + rev.openbmcHash + ":" + rev.metaHash; in convertIntelVersion()
248 rev.metaHash = results[5]; in convertIntelVersion()
252 ":" + rev.openbmcHash + ":" + rev.metaHash; in convertIntelVersion()
312 uint32_t hash = std::stoul(revision.metaHash, 0, 16); in ipmiAppGetDeviceId()
H A Dfirmware-update.cpp891 uint32_t hash = std::stoul(revision.metaHash, 0, 16); in ipmiGetFwVersionInfo()
/openbmc/intel-ipmi-oem/include/
H A Dappcommands.hpp30 std::string metaHash; member