Home
last modified time | relevance | path

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

/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.cpp56 ErrorType errorType{}; in logError() local
/openbmc/phosphor-debug-collector/
H A Ddump_types.mako.cpp110 bool isErrorTypeValid(const std::string& errorType) in isErrorTypeValid()
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/common/
H A Dcper-json-error-status.json17 "errorType": { object
/openbmc/libcper/specification/json/sections/
H A Dcper-nvidia.json19 "errorType": { object
H A Dcper-pci-bus.json69 "errorType": { object
H A Dcper-generic-processor.json93 "errorType": { object
H A Dcper-ia32x64-processor.json352 "errorType": { object
H A Dcper-arm-processor.json135 "errorType": { object
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.cpp473 uint8_t errorType = strtoul(as.substr(0, 2).c_str(), nullptr, 16); in isBMCSRC() local
485 uint8_t errorType = strtoul(as.substr(0, 2).c_str(), nullptr, 16); in isHostbootSRC() local