Home
last modified time | relevance | path

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

/openbmc/pldm/oem/meta/event/
H A Doem_event_manager.cpp619 uint8_t failType = eventData[11] & 0xF; in handleSystemPostEvent() local
632 if (failType == 4 || failType == 6) in handleSystemPostEvent()
634 tempLog = "IPv" + std::to_string(failType) + " fail"; in handleSystemPostEvent()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1317 uint8_t failType = ptr[10] & 0xf; in parseOemUnifiedSel() local
1320 (failType == 4 || failType == 6) in parseOemUnifiedSel()
1321 ? std::format("IPv{} fail", failType) in parseOemUnifiedSel()