/openbmc/libcper/specification/json/sections/ |
H A D | cper-generic-processor.json | 32 "required": ["restartable", "preciseIP", "overflow", "corrected"], 46 "corrected": { object 48 "description": "the error was corrected by hardware and/or firmware"
|
H A D | cper-arm-processor.json | 130 "corrected": { object 160 "corrected": { object 190 "corrected": { object
|
/openbmc/libcper/examples/ |
H A D | generic.json | 10 "name": "Corrected" 74 "corrected": false boolean
|
H A D | arm.json | 90 "corrected": true, boolean 120 "corrected": false, boolean
|
H A D | dmariommu.json | 10 "name": "Corrected"
|
H A D | cxlcomponent-media.json | 54 "name": "Corrected"
|
H A D | pcidev.json | 54 "name": "Corrected"
|
H A D | memory.json | 10 "name": "Corrected"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Dimm.interface.yaml | 80 Single bit data errors can be corrected by ECC. 83 Multibit data errors can be corrected by ECC. 86 Address parity errors can be corrected.
|
/openbmc/u-boot/include/mtd/ |
H A D | mtd-abi.h | 178 /* Get statistics about corrected/uncorrected errors */ 233 * @corrected: number of corrected bits 239 __u32 corrected; member
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_ecc.c | 183 return 1; /* Corrected the error */ in yaffs_ecc_correct() 193 return 1; /* Corrected the error */ in yaffs_ecc_correct() 266 return 1; /* corrected */ in yaffs_ecc_correct_other() 275 return 1; /* corrected */ in yaffs_ecc_correct_other()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel_rules.hpp | 25 * @return std::tuple<actionFlags, eventType> - The corrected values.
|
/openbmc/openbmc/poky/meta/files/ |
H A D | fs-perms-volatile-log.txt | 30 # Documentation should always be corrected
|
H A D | fs-perms-volatile-tmp.txt | 30 # Documentation should always be corrected
|
H A D | fs-perms.txt | 30 # Documentation should always be corrected
|
/openbmc/libcper/include/libcper/sections/ |
H A D | cper-section-generic.h | 40 (const char *[]){ "restartable", "preciseIP", "overflow", "corrected" }
|
H A D | cper-section-memory.h | 51 "Scrub Corrected Error", \
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | NIST-Software | 16 UNINTERRUPTED OR ERROR-FREE, OR THAT ANY DEFECTS WILL BE CORRECTED. NIST DOES
|
H A D | Minpack | 40 BE CORRECTED.
|
H A D | EPICS | 30 …E SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED.
|
/openbmc/qemu/include/exec/ |
H A D | icount.h | 54 * (precise mode), or it is constantly approximated and corrected at
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | omap_gpmc.c | 118 * @return 0 if data is OK or corrected, else returns -1 135 /* Single bit errors can be corrected! */ in omap_correct_data() 489 * @return 0 if data is OK or corrected, else returns -1 561 debug("nand: bit-flip corrected @data=%d\n", byte_pos); in omap_correct_data_bch() 564 debug("nand: bit-flip corrected @oob=%d\n", byte_pos - in omap_correct_data_bch() 632 mtd->ecc_stats.corrected += stat; in omap_read_page_bch() 666 debug("corrected bitflip %u\n", errloc[i]); in omap_correct_data_bch_sw() 890 * @eccstrength - the number of bits that could be corrected
|
/openbmc/libcper/sections/ |
H A D | cper-section-arm.c | 535 cache_tlb_error_ir, "corrected", in cper_arm_cache_tlb_error_to_ir() 536 json_object_new_boolean(cache_tlb_error->Corrected)); in cper_arm_cache_tlb_error_to_ir() 600 bus_error_ir, "corrected", in cper_arm_bus_error_to_ir() 601 json_object_new_boolean(bus_error->Corrected)); in cper_arm_bus_error_to_ir() 1141 if (json_object_object_get_ex(error_information, "corrected", &obj)) { in ir_arm_error_cache_tlb_info_to_cper() 1142 error_info_cper->Corrected = json_object_get_boolean(obj); in ir_arm_error_cache_tlb_info_to_cper() 1197 if (json_object_object_get_ex(error_information, "corrected", &obj)) { in ir_arm_error_bus_info_to_cper() 1198 error_info_cper->Corrected = json_object_get_boolean(obj); in ir_arm_error_bus_info_to_cper() 1201 error_info_cper->Corrected = 0; in ir_arm_error_bus_info_to_cper()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 081.out | 46 == checking that quorum has corrected the corrupted file == 73 -- checking that the image has been corrected --
|
/openbmc/qemu/qapi/ |
H A D | cxl.json | 180 # @corrected-volatile-error-count: Total number of correctable errors 183 # @corrected-persistent-error-count: Total number of correctable 194 'corrected-volatile-error-count': 'uint32', 195 'corrected-persistent-error-count': 'uint32'
|