Searched refs:errType (Results 1 – 6 of 6) sorted by relevance
75 auto errType = sbeError.errType(); in threadStopAll() local78 if (errType == SBE_CMD_FAILED) in threadStopAll()85 errType), in threadStopAll()
63 if (sbeError.errType() == SBE_CHIPOP_NOT_ALLOWED) in sbeEnterMpReboot()81 if (sbeError.errType() == SBE_CMD_TIMEOUT) in sbeEnterMpReboot()
1212 int errType = genInfo & 0x0f; in parseOemUnifiedSel() local1270 switch (errType) in parseOemUnifiedSel()1406 errType, oemDataStr); in parseOemUnifiedSel()1419 std::string errType, errLog; in parseSelData() local1434 errType = stdErr; in parseSelData()1462 msgLog += errType + " (0x" + recTypeStream.str() + in parseSelData()1480 errType = oemTSErr; in parseSelData()1483 msgLog += errType + " (0x" + recTypeStream.str() + "), MFG ID: " + in parseSelData()1489 errType = fbUniSELErr; in parseSelData()1491 msgLog += errType + " (0x" + recTypeStream.str() + "), " + errLog; in parseSelData()[all …]
305 if (sbeError.errType() == openpower::phal::exception::SBE_CMD_TIMEOUT) in logErrorAndCreatePEL()311 else if (sbeError.errType() == in logErrorAndCreatePEL()322 if (sbeError.errType() == in logErrorAndCreatePEL()416 if (sbeError.errType() == in collectDumpFromSBE()523 if (sbeError.errType() == in executeThreadStop()541 if (sbeError.errType() == openpower::phal::exception::SBE_CMD_TIMEOUT) in executeThreadStop()
134 if ((sbeError.errType() == exception::SBE_FFDC_NO_DATA) || in handleSbeBootError()135 (sbeError.errType() == exception::SBE_CMD_TIMEOUT) || (dumpIsRequired)) in handleSbeBootError()
926 if ((sbeError.errType() == SBE_FFDC_NO_DATA) || in processSbeBootError()927 (sbeError.errType() == SBE_CMD_TIMEOUT) || (dumpIsRequired)) in processSbeBootError()