/openbmc/linux/arch/m68k/fpsp040/ |
D | tbldo.S |
|
/openbmc/linux/drivers/input/touchscreen/ |
D | goodix_fwupload.c |
|
/openbmc/phosphor-power/org/open_power/Witherspoon/ |
H A D | Fault.errors.yaml | 31 description: CPLD's error reason is PSU0_PGOOD fail 34 description: CPLD's error reason is PSU1_PGOOD fail 37 description: CPLD's error reason is 240Va_Fault_A fail 40 description: CPLD's error reason is 240Va_Fault_B fail 43 description: CPLD's error reason is 240Va_Fault_C fail 46 description: CPLD's error reason is 240Va_Fault_D fail 49 description: CPLD's error reason is 240Va_Fault_E fail 52 description: CPLD's error reason is 240Va_Fault_F fail 55 description: CPLD's error reason is 240Va_Fault_G fail 58 description: CPLD's error reason is 240Va_Fault_H fail [all …]
|
/openbmc/linux/drivers/input/mouse/ |
D | elan_i2c_smbus.c |
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | error.rs | 3 //! Error propagation for QEMU Rust code 5 //! This module contains [`Error`], the bridge between Rust errors and 6 //! [`Result`](std::result::Result)s and QEMU's C [`Error`](bindings::Error) 9 //! For FFI code, [`Error`] provides functions to simplify conversion between 10 //! the Rust ([`Result<>`](std::result::Result)) and C (`Error**`) conventions: 12 //! * [`ok_or_propagate`](crate::Error::ok_or_propagate), 13 //! [`bool_or_propagate`](crate::Error::bool_or_propagate), 14 //! [`ptr_or_propagate`](crate::Error::ptr_or_propagate) can be used to build 15 //! a C return value while also propagating an error condition 17 //! * [`err_or_else`](crate::Error::err_or_else) and [all …]
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | error.c | 3 * CAAM Error Reporting 7 * Derived from error.c file in linux drivers/crypto/caam 33 { 0x00, "No error." }, 34 { 0x01, "SGT Length Error. The descriptor is trying to read" \ 36 { 0x02, "SGT Null Entry Error." }, 37 { 0x03, "Job Ring Control Error. Bad value in Job Ring Control reg." }, 52 { 0x12, "Shared Descriptor Header Error" }, 53 { 0x13, "Header Error. Invalid length or parity, or other problems." }, 54 { 0x14, "Burster Error. Burster has gotten to an illegal state" }, 55 { 0x15, "Context Register Length Error" }, [all …]
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 92 severity & object & An error severity structure as described in \ref{subsection:headererrorseverity… 104 …ptional}) & If validation bit is set, GUID identifying the partition on which the error occurred.\\ 106 creatorID & string & A GUID identifying the creator of the error record. May be overwritten by subs… 110 …when combined with the \texttt{creatorID} field, uniquely identifies this error record on a given … 114 persistenceInfo & uint64 & Produced and consumed by the creator of the error record identified by \… 117 % Header error severity. 118 \subsection{Header Error Severity Structure} 120 This structure describes the error severity of a single CPER record. 122 name & string & The human readable name of this error severity, if known. \\ 124 code & uint64 & The integer value of this error severity. \\ [all …]
|
/openbmc/qemu/include/qapi/ |
H A D | error.h | 2 * QEMU Error Objects 16 * Error reporting system loosely patterned after Glib's GError. 20 * - Functions that use Error to report errors have an Error **errp 24 * - You may pass NULL to not receive the error, &error_abort to abort 25 * on error, &error_fatal to exit(1) on error, or a pointer to a 26 * variable containing NULL to receive the error. 29 * errors and failing cleanly; handling the error is its caller's 30 * job. Since the value of @errp is about handling the error, the 38 * should set a new error, e.g. with error_setg(errp, ...), or 42 * failure. This can make the error checking more concise, and can [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
D | error.c |
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | mihawk-cpld.hpp | 44 * known to be in an error state. A log will be created. 63 * to read CPLD-error-code-register 73 * @return int - the error-code value which is read on 74 * CPLD-error-code-register. 80 * CPLD-power_on-error-interrupt-bit-register 94 * CPLD-power_ready-error-interrupt-bit-register 117 * The parameter which is checked CPLD's the same error 125 * All of powerOnErrorcode are the definition of error-code 126 * which are read on CPLD-error-code-register. 129 * The definition of error-code: [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 251.out | 6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 7 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 8 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er… 9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error 10 qemu-img: warning: error while reading block status at offset status_fail_offset_1: Input/output er… 11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error 12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error 13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error 14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error 15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
D | drxk_hard.c |
|
/openbmc/pldm/platform-mc/ |
H A D | platform_manager.cpp | 35 lg2::error( in initTerminus() 36 "Failed to get FRU Metadata for terminus {TID}, error {ERROR}", in initTerminus() 37 "TID", tid, "ERROR", rc); in initTerminus() 53 lg2::error( in initTerminus() 54 "Failed to get Fru Record table for terminus {TID}, error {ERROR}", in initTerminus() 55 "TID", tid, "ERROR", rc); in initTerminus() 64 lg2::error( in initTerminus() 65 "Failed to fetch PDRs for terminus with TID: {TID}, error: {ERROR}", in initTerminus() 66 "TID", tid, "ERROR", rc); in initTerminus() 95 lg2::error( in initTerminus() [all …]
|
/openbmc/openpower-occ-control/ |
H A D | occ_errors.hpp | 19 "org.open_power.OCC.Firmware.Error.PresenceMismatch"; 20 constexpr auto SAFE_ERROR_PATH = "org.open_power.OCC.Device.Error.SafeState"; 22 "org.open_power.OCC.Firmware.Error.MissingOCCSensors"; 24 "org.open_power.OCC.Device.Error.OpenFailure"; 26 /** @class Error 27 * @brief Monitors for OCC device error condition 29 class Error class 32 Error() = delete; 33 Error(const Error&) = delete; 34 Error& operator=(const Error&) = delete; [all …]
|
H A D | occ_device.cpp | 26 lg2::error("Failed to set {DEVICE} active: {ERROR}", "DEVICE", devPath, in setActive() 27 "ERROR", e.what()); in setActive() 79 void Device::errorCallback(int error) in errorCallback() argument 81 if (error) in errorCallback() 83 if (error != -EHOSTDOWN) in errorCallback() 91 Error::Descriptor("org.open_power.OCC.Device.Error.ReadFailure", in errorCallback() 92 error, p.c_str())); in errorCallback() 96 statusObject.deviceError(Error::Descriptor(SAFE_ERROR_PATH)); in errorCallback() 103 statusObject.deviceError(Error::Descriptor(PRESENCE_ERROR_PATH)); in presenceCallback() 106 void Device::timeoutCallback(int error) in timeoutCallback() argument [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/ |
H A D | Hoth.interface.yaml | 22 - self.Error.CommandFailure 23 - self.Error.ResponseFailure 24 - self.Error.InterfaceError 25 - xyz.openbmc_project.Common.Error.Timeout 44 - self.Error.CommandFailure 45 - self.Error.ResponseFailure 46 - self.Error.InterfaceError 47 - xyz.openbmc_project.Common.Error.Timeout 65 - self.Error.CommandFailure 81 - self.Error.ResponseFailure [all …]
|
/openbmc/linux/Documentation/fault-injection/ |
D | notifier-error-inject.rst |
|
/openbmc/u-boot/drivers/sound/ |
H A D | max98090.c | 26 * @return -EIO for error, 0 for success. 31 int error; in max98090_hw_params() local 37 error = maxim_bic_or(priv, M98090_REG_INTERFACE_FORMAT, in max98090_hw_params() 49 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG, in max98090_hw_params() 52 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG, in max98090_hw_params() 57 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG, in max98090_hw_params() 60 error |= maxim_bic_or(priv, M98090_REG_FILTER_CONFIG, in max98090_hw_params() 63 if (error < 0) { in max98090_hw_params() 64 debug("%s: Error setting hardware params.\n", __func__); in max98090_hw_params() 78 * @return -EIO for error, 0 for success. [all …]
|
H A D | max98088.c | 32 * @return 0 for success or negative error code. 56 * @return -EIO for error, 0 for success. 61 int error; in max98088_hw_params() local 66 error = maxim_bic_or(priv, M98088_REG_DAI1_FORMAT, in max98088_hw_params() 70 error = maxim_bic_or(priv, M98088_REG_DAI1_FORMAT, in max98088_hw_params() 79 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, M98088_SHDNRUN, 0); in max98088_hw_params() 87 error |= maxim_bic_or(priv, M98088_REG_DAI1_CLKMODE, in max98088_hw_params() 93 error |= maxim_bic_or(priv, M98088_REG_DAI1_FILTERS, in max98088_hw_params() 96 error |= maxim_bic_or(priv, M98088_REG_DAI1_FILTERS, in max98088_hw_params() 99 error |= maxim_bic_or(priv, M98088_REG_PWR_SYS, M98088_SHDNRUN, in max98088_hw_params() [all …]
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 4 This script will parse error log yaml file(s) and generate 5 a header file which will then be used by the error logging client and 6 server to collect and validate the error information generated by the 27 for error in i_errors: 28 if i_parents[error] is not None: 33 # Order the error codes list such that an error is never placed 35 # definitions precede child error definitions. 37 for error in i_errors: 38 if error in errors: 41 if (not i_parents[error]) or (i_parents[error] in errors): [all …]
|
/openbmc/linux/drivers/input/keyboard/ |
D | tca8418_keypad.c |
|
/openbmc/linux/drivers/bus/fsl-mc/ |
D | dprc-driver.c |
|
/openbmc/linux/drivers/ssb/ |
D | sdio.c |
|
/openbmc/linux/arch/sparc/include/asm/ |
D | chafsr.h |
|
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 57 Error **errp); 62 Error **errp); 65 QemuOpts *opts, Error **errp); 68 bdrv_co_create_file(const char *filename, QemuOpts *opts, Error **errp); 72 Error **errp); 75 bdrv_replace_node(BlockDriverState *from, BlockDriverState *to, Error **errp); 78 bdrv_replace_child_bs(BdrvChild *child, BlockDriverState *new_bs, Error **errp); 81 Error **errp); 82 int bdrv_drop_filter(BlockDriverState *bs, Error **errp); 87 BdrvChildRole child_role, bool allow_none, Error **errp); [all …]
|