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()
218 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()
1210 int errType = genInfo & 0x0f; in parseOemUnifiedSel() local1268 switch (errType) in parseOemUnifiedSel()1404 errType, oemDataStr); in parseOemUnifiedSel()1417 std::string errType, errLog; in parseSelData() local1432 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 …]
98 if ((sbeError.errType() == exception::SBE_FFDC_NO_DATA) || in handleSbeBootError()99 (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()