Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp166 failureReason = {{0b00, "BMC discovery failure"}, in messageHook() local
196 const auto it = failureReason.find(selData.eventData3 >> 5 & 0b11); in messageHook()
197 if (it == failureReason.end()) in messageHook()