Home
last modified time | relevance | path

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

/openbmc/pldm/oem/meta/event/
H A Doem_event_manager.cpp243 UnifiedError errorType = static_cast<UnifiedError>(generalInfo & 0xF); in handleUnifiedBIOSEvent()
246 case UnifiedError::UNIFIED_PCIE_ERR: in handleUnifiedBIOSEvent()
273 case UnifiedError::UNIFIED_MEM_ERR: in handleUnifiedBIOSEvent()
278 case UnifiedError::UNIFIED_UPI_ERR: in handleUnifiedBIOSEvent()
315 case UnifiedError::UNIFIED_IIO_ERR: in handleUnifiedBIOSEvent()
332 case UnifiedError::UNIFIED_MCA_ERR: in handleUnifiedBIOSEvent()
356 case UnifiedError::UNIFIED_MCA_ERR_EXT: in handleUnifiedBIOSEvent()
374 case UnifiedError::UNIFIED_RP_PIO_1st: in handleUnifiedBIOSEvent()
375 case UnifiedError::UNIFIED_RP_PIO_2nd: in handleUnifiedBIOSEvent()
379 static_cast<uint8_t>(UnifiedError::UNIFIED_RP_PIO_1st); in handleUnifiedBIOSEvent()
[all …]
H A Dtypes.hpp46 enum class UnifiedError : uint8_t enum