Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-power/power-sequencer/
H A Dmihawk-cpld.cpp67 ErrorCode code; in onFailure()
68 code = static_cast<ErrorCode>(readFromCPLDErrorCode(StatusReg_2)); in onFailure()
72 case ErrorCode::_1: in onFailure()
75 case ErrorCode::_2: in onFailure()
78 case ErrorCode::_3: in onFailure()
81 case ErrorCode::_4: in onFailure()
84 case ErrorCode::_5: in onFailure()
87 case ErrorCode::_6: in onFailure()
90 case ErrorCode::_7: in onFailure()
93 case ErrorCode::_8: in onFailure()
[all …]
H A Dmihawk-cpld.hpp122 enum class ErrorCode : int enum in phosphor::power::MihawkCPLD
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2018-5996.patch55 - catch(const CInBufferException &e) { return e.ErrorCode; }
56 - catch(const CLzOutWindowException &e) { return e.ErrorCode; }
58 + catch(const CInBufferException &e) { _errorMode = true; return e.ErrorCode; }
59 + catch(const CLzOutWindowException &e) { _errorMode = true; return e.ErrorCode; }
200 - catch(const CInBufferException &e) { return e.ErrorCode; }
202 + catch(const CInBufferException &e) { _errorMode = true; return e.ErrorCode; }
/openbmc/linux/drivers/usb/storage/
H A Disd200.c368 unsigned char ErrorCode; member
406 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
412 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
418 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
424 buf->ErrorCode = 0x70 | SENSE_ERRCODE_VALID; in isd200_build_sense()
430 buf->ErrorCode = 0; in isd200_build_sense()
/openbmc/linux/drivers/scsi/arcmsr/
H A Darcmsr.h996 uint8_t ErrorCode:7; member
H A Darcmsr_hba.c1338 sensebuffer->ErrorCode = SCSI_SENSE_CURRENT_ERRORS; in arcmsr_report_sense_info()
3018 sensebuffer->ErrorCode = SCSI_SENSE_CURRENT_ERRORS; in arcmsr_iop_message_xfer()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp71 "Message": "Comp %1 failed %2 times over %3 secs with ErrorCode %4",