Home
last modified time | relevance | path

Searched defs:errorType (Results 1 – 22 of 22) sorted by relevance

/openbmc/pldm/oem/meta/event/
H A Doem_event_manager.cpp177 uint8_t errorType = (eventData[11] >> 2) & 0x03; in handleSystemEvent() local
208 uint8_t errorType = (eventData[11] >> 2) & 0x03; in handleSystemEvent() local
243 UnifiedError errorType = static_cast<UnifiedError>(generalInfo & 0xF); in handleUnifiedBIOSEvent() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault.hpp65 ErrorType errorType{ErrorType::phaseFaultN}; in toErrorType() local
H A Derror_history.hpp79 void setWasLogged(ErrorType errorType, bool wasLogged) in setWasLogged()
H A Dphase_fault_detection.cpp91 ErrorType errorType = toErrorType(faultType); in checkForPhaseFault() local
H A Derror_logging_utils.cpp58 ErrorType errorType{}; in logError() local
/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp118 auto errorType = etype.value(); in addCallback() local
H A Ddump_utils.hpp359 std::string errorType = extractParameter<std::string>( in getErrorDumpType() local
/openbmc/libcper/specification/json/sections/
H A Dcper-pci-bus.json13 "errorType": { object
H A Dcper-nvidia.json19 "errorType": { object
H A Dcper-generic-processor.json18 "errorType": { object
H A Dcper-ia32x64-processor.json103 "errorType": { object
H A Dcper-arm-processor.json63 "errorType": { object
/openbmc/libcper/specification/json/common/
H A Dcper-json-error-status.json17 "errorType": { object
/openbmc/libcper/examples/
H A Darm.json75 "errorType": { object
99 "errorType": { object
H A Dgeneric.json66 "errorType": { object
H A Dpcibus.json63 "errorType": { object
H A Dmemory2.json63 "errorType": { object
H A Dpcidev.json63 "errorType": { object
H A Dnvidia.json67 "errorType": 31677, number
H A Dmemory.json63 "errorType": { object
H A Dnvidia_cmet_info.json65 "errorType": 0, number
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.cpp466 uint8_t errorType = strtoul(as.substr(0, 2).c_str(), nullptr, 16); in isBMCSRC() local
478 uint8_t errorType = strtoul(as.substr(0, 2).c_str(), nullptr, 16); in isHostbootSRC() local