Home
last modified time | relevance | path

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

/openbmc/pldm/oem/meta/event/
H A Doem_event_manager.cpp542 ", DIMM Failure Event: " + memoryError[eventType] + in handleUnifiedBIOSEvent()
582 memoryError[static_cast<uint8_t>(eventType)] + in handleMemoryError()
592 memoryError[static_cast<uint8_t>(eventType)] + in handleMemoryError()
603 (static_cast<uint8_t>(eventType) < memoryError.size()) in handleMemoryError()
605 : (memoryError.size() - 1); in handleMemoryError()
608 ", DIMM Failure Event: " + memoryError[estrIdx]; in handleMemoryError()
H A Dtypes.hpp156 static constexpr auto memoryError = std::to_array( variable
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp86 memoryError = 4, enumerator
3193 bmcSource = static_cast<uint8_t>(NmiSource::memoryError); in ipmiOEMGetNmiSource()
3242 case NmiSource::memoryError: in ipmiOEMSetNmiSource()