Home
last modified time | relevance | path

Searched refs:errType (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-proc-control/procedures/phal/
H A Dthread_stopall.cpp75 auto errType = sbeError.errType(); in threadStopAll() local
78 if (errType == SBE_CMD_FAILED) in threadStopAll()
85 errType), in threadStopAll()
H A Denter_mpreboot.cpp63 if (sbeError.errType() == SBE_CHIPOP_NOT_ALLOWED) in sbeEnterMpReboot()
81 if (sbeError.errType() == SBE_CMD_TIMEOUT) in sbeEnterMpReboot()
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.cpp218 if (sbeError.errType() == openpower::phal::exception::SBE_CMD_TIMEOUT) in logErrorAndCreatePEL()
224 else if (sbeError.errType() == in logErrorAndCreatePEL()
235 if (sbeError.errType() == in logErrorAndCreatePEL()
302 if (sbeError.errType() == in collectDumpFromSBE()
407 if (sbeError.errType() == in executeThreadStop()
425 if (sbeError.errType() == openpower::phal::exception::SBE_CMD_TIMEOUT) in executeThreadStop()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1210 int errType = genInfo & 0x0f; in parseOemUnifiedSel() local
1268 switch (errType) in parseOemUnifiedSel()
1404 errType, oemDataStr); in parseOemUnifiedSel()
1417 std::string errType, errLog; in parseSelData() local
1432 errType = stdErr; in parseSelData()
1460 msgLog += errType + " (0x" + recTypeStream.str() + in parseSelData()
1478 errType = oemTSErr; in parseSelData()
1487 errType = fbUniSELErr; in parseSelData()
1495 errType = oemNTSErr; in parseSelData()
1508 errType = unknownErr; in parseSelData()
[all …]
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_main.cpp98 if ((sbeError.errType() == exception::SBE_FFDC_NO_DATA) || in handleSbeBootError()
99 (sbeError.errType() == exception::SBE_CMD_TIMEOUT) || (dumpIsRequired)) in handleSbeBootError()
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp926 if ((sbeError.errType() == SBE_FFDC_NO_DATA) || in processSbeBootError()
927 (sbeError.errType() == SBE_CMD_TIMEOUT) || (dumpIsRequired)) in processSbeBootError()