Home
last modified time | relevance | path

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

/openbmc/pldm/oem/meta/event/
H A Doem_event_manager.cpp621 PostError eventType = static_cast<PostError>(eventData[6] & 0xF); in handleSystemPostEvent()
628 case PostError::POST_PXE_BOOT_FAIL: in handleSystemPostEvent()
629 case PostError::POST_HTTP_BOOT_FAIL: in handleSystemPostEvent()
646 case PostError::POST_GET_CERT_FAIL: in handleSystemPostEvent()
653 case PostError::POST_AMD_ABL_FAIL: in handleSystemPostEvent()
661 case PostError::POST_BOOT_DRIVE_FAIL: in handleSystemPostEvent()
662 case PostError::POST_DATA_DRIVE_FAIL: in handleSystemPostEvent()
663 case PostError::POST_CXL_NOT_READY: in handleSystemPostEvent()
664 case PostError::POST_CXL_ERR_RECORD_CLEARED_BY_BIOS: in handleSystemPostEvent()
H A Dtypes.hpp81 enum class PostError : uint8_t enum