Searched refs:dimmInfo (Results 1 – 4 of 4) sorted by relevance
| /openbmc/pldm/oem/meta/event/ |
| H A D | oem_event_manager.hpp | 74 const DimmInfo& dimmInfo, uint8_t generalInfo) const; 150 void getCommonDimmLocation(const DimmInfo& dimmInfo, in getCommonDimmLocation() argument 154 std::string sled_str = std::to_string(dimmInfo.sled); in getCommonDimmLocation() 155 std::string socket_str = std::to_string(dimmInfo.socket); in getCommonDimmLocation() 158 if (dimmInfo.channel == 0xFF && dimmInfo.slot == 0xFF) in getCommonDimmLocation() 167 uint8_t channel = dimmInfo.channel & 0x0F; in getCommonDimmLocation() 168 uint8_t slot = dimmInfo.slot & 0x07; in getCommonDimmLocation() 169 convertToDimmString(dimmInfo.socket, channel, slot, dimm); in getCommonDimmLocation()
|
| H A D | oem_event_manager.cpp | 235 DimmInfo dimmInfo = { in handleUnifiedBIOSEvent() local 275 handleMemoryError(eventData, errorLog, dimmInfo, generalInfo); in handleUnifiedBIOSEvent() 293 std::to_string(dimmInfo.sled) + "/Socket " + in handleUnifiedBIOSEvent() 294 std::to_string(dimmInfo.socket) + ", Port " + in handleUnifiedBIOSEvent() 306 std::to_string(dimmInfo.sled) + "/Socket " + in handleUnifiedBIOSEvent() 307 std::to_string(dimmInfo.socket) + ", Port " + in handleUnifiedBIOSEvent() 324 "), IIO Port Location: Sled " + std::to_string(dimmInfo.sled) + in handleUnifiedBIOSEvent() 325 "/Socket " + std::to_string(dimmInfo.socket) + ", Stack 0x" + in handleUnifiedBIOSEvent() 431 getCommonDimmLocation(dimmInfo, dimmLocation, dimm); in handleUnifiedBIOSEvent() 505 "), UPI Port Location: Sled " + std::to_string(dimmInfo.sled) + in handleUnifiedBIOSEvent() [all …]
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | oemcommands.cpp | 725 std::string dimmInfo = KEY_Q_DIMM_INFO + std::to_string(pos); in sysConfig() local 744 if (sysObj.find(dimmInfo) == sysObj.end()) in sysConfig() 748 phosphor::logging::entry("SYS_JSON_KEY=%s", dimmInfo.c_str())); in sysConfig() 777 std::string speedSize = sysObj[dimmInfo][indKey][DIMM_SPEED]; in sysConfig() 789 std::string type = sysObj[dimmInfo][indKey][DIMM_TYPE]; in sysConfig() 790 std::string dualInlineMem = sysObj[dimmInfo][indKey][KEY_DIMM_TYPE]; in sysConfig() 1954 std::string dimmInfo = KEY_Q_DIMM_INFO + std::to_string(*hostId); in ipmiOemQSetDimmInfo() local 1965 oemData[dimmInfo][ss.str()][KEY_DIMM_INDEX] = dimmIndex; in ipmiOemQSetDimmInfo() 1966 oemData[dimmInfo][ss.str()][KEY_DIMM_TYPE] = dimmType; in ipmiOemQSetDimmInfo() 1968 oemData[dimmInfo][ss.str()][dimmInfoKey[paramSel]] = str.c_str(); in ipmiOemQSetDimmInfo() [all …]
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | pel_test.cpp | 1268 nlohmann::json dimmInfo{}; in getDIMMInfo() local 1269 auto hasDIMMInfo = [&dimmInfo](const auto& optionalSection) { in getDIMMInfo() 1287 dimmInfo = userDataJson.at("DIMMs Additional Info"); in getDIMMInfo() 1293 dimmInfo = userDataJson.at( in getDIMMInfo() 1305 return dimmInfo; in getDIMMInfo()
|