/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi.c | 76 int errors = 0; in check_gpr() local 87 errors++; in check_gpr() 91 return errors; in check_gpr() 109 int errors = 0; in check_fpr() local 119 errors++; in check_fpr() 132 errors++; in check_fpr() 136 return errors; in check_fpr() 156 int errors = 0; in check_z() local 175 errors++; in check_z() 185 errors++; in check_z() [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_make_id_name.cpp | 33 errors::InvalidArgument); in TEST_F() 98 errors::InvalidArgument); in TYPED_TEST() 100 errors::InvalidArgument); in TYPED_TEST() 101 EXPECT_THROW(this->makeIdName("/123", "trigger"), errors::InvalidArgument); in TYPED_TEST() 102 EXPECT_THROW(this->makeIdName("/123/", "trigger"), errors::InvalidArgument); in TYPED_TEST() 110 errors::InvalidArgument); in TYPED_TEST() 112 errors::InvalidArgument); in TYPED_TEST() 114 errors::InvalidArgument); in TYPED_TEST() 116 errors::InvalidArgument); in TYPED_TEST() 117 EXPECT_THROW(this->makeIdName(longSuffix, "name"), errors::InvalidArgument); in TYPED_TEST() [all …]
|
/openbmc/linux/lib/ |
H A D | crc32test.c | 667 int errors = 0; in crc32c_test() local 691 errors++; in crc32c_test() 699 if (errors) in crc32c_test() 700 pr_warn("crc32c: %d self tests failed\n", errors); in crc32c_test() 712 int errors = 0, runs = 0; in crc32c_combine_test() local 730 errors++; in crc32c_combine_test() 736 if (errors) in crc32c_combine_test() 737 pr_warn("crc32c_combine: %d/%d self tests failed\n", errors, runs); in crc32c_combine_test() 747 int errors = 0; in crc32_test() local 774 errors++; in crc32_test() [all …]
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 25 errors = list() 36 while len(errors) < len(i_errors): 38 if error in errors: 41 if (not i_parents[error]) or (i_parents[error] in errors): 44 errors.append(error) 47 errors = i_errors 49 return errors 129 errors = list() # Main error codes 161 errors, 171 if not check_error_inheritance(errors, parents): [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 026.out.nocache | 8 No errors were found on the image. 13 No errors were found on the image. 20 No errors were found on the image. 27 No errors were found on the image. 32 No errors were found on the image. 37 No errors were found on the image. 44 No errors were found on the image. 51 No errors were found on the image. 59 No errors were found on the image. 67 No errors were found on the image. [all …]
|
H A D | 026.out | 8 No errors were found on the image. 13 No errors were found on the image. 20 No errors were found on the image. 27 No errors were found on the image. 32 No errors were found on the image. 37 No errors were found on the image. 44 No errors were found on the image. 51 No errors were found on the image. 59 No errors were found on the image. 67 No errors were found on the image. [all …]
|
H A D | 159.out | 5 No errors were found on the image. 10 No errors were found on the image. 17 No errors were found on the image. 22 No errors were found on the image. 29 No errors were found on the image. 34 No errors were found on the image. 41 No errors were found on the image. 46 No errors were found on the image. 53 No errors were found on the image. 58 No errors were found on the image. [all …]
|
H A D | 284.out | 9 No errors were found on the image. 16 No errors were found on the image. 23 No errors were found on the image. 28 No errors were found on the image. 35 No errors were found on the image. 42 No errors were found on the image. 47 No errors were found on the image. 54 No errors were found on the image. 61 No errors were found on the image.
|
H A D | 160.out | 5 No errors were found on the image. 10 No errors were found on the image. 17 No errors were found on the image. 22 No errors were found on the image. 29 No errors were found on the image. 34 No errors were found on the image. 41 No errors were found on the image. 46 No errors were found on the image.
|
/openbmc/linux/drivers/md/bcache/ |
H A D | io.c | 58 unsigned int errors; in bch_count_backing_io_errors() local 74 errors = atomic_add_return(1, &dc->io_errors); in bch_count_backing_io_errors() 75 if (errors < dc->error_limit) in bch_count_backing_io_errors() 96 unsigned int errors; in bch_count_io_errors() local 110 errors = atomic_read(&ca->io_errors); in bch_count_io_errors() 112 old = errors; in bch_count_io_errors() 113 new = ((uint64_t) errors * 127) / 128; in bch_count_io_errors() 114 errors = atomic_cmpxchg(&ca->io_errors, in bch_count_io_errors() 116 } while (old != errors); in bch_count_io_errors() 122 unsigned int errors = atomic_add_return(1 << IO_ERROR_SHIFT, in bch_count_io_errors() local [all …]
|
/openbmc/openpower-dbus-interfaces/ |
H A D | generate_makefile.sh | 26 errors=`find $toplevel_dirs -name "*.errors.yaml"` 28 for e in ${errors}; 30 iface_path=`dirname $e`/`basename $e .errors.yaml` 34 ${e%.errors.yaml}/error.cpp: ${e} ${e%.errors.yaml}/error.hpp 38 ${e%.errors.yaml}/error.hpp: ${e} 51 for e in ${errors}; 62 for e in ${errors};
|
/openbmc/ibm-dbus-interfaces/ |
H A D | generate_makefile.sh | 26 errors=`find $toplevel_dirs -name "*.errors.yaml"` 28 for e in ${errors}; 30 iface_path=`dirname $e`/`basename $e .errors.yaml` 34 ${e%.errors.yaml}/error.cpp: ${e} ${e%.errors.yaml}/error.hpp 38 ${e%.errors.yaml}/error.hpp: ${e} 51 for e in ${errors}; 62 for e in ${errors};
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | dump.py | 87 self.errors = 0 90 if self.errors >= 5: 100 self.errors = self.errors + 1 103 self.errors = self.errors + 1 117 self.errors = 0 124 if self.errors >= 5: 140 self.errors = self.errors + 1
|
/openbmc/qemu/util/ |
H A D | selfmap.c | 34 int errors = 0; in read_self_maps() local 37 errors |= qemu_strtou64(fields[0], &p, 16, &start); in read_self_maps() 38 errors |= qemu_strtou64(p + 1, NULL, 16, &end); in read_self_maps() 39 errors |= qemu_strtou64(fields[2], NULL, 16, &offset); in read_self_maps() 40 errors |= qemu_strtoui(fields[3], &p, 16, &dev_maj); in read_self_maps() 41 errors |= qemu_strtoui(p + 1, NULL, 16, &dev_min); in read_self_maps() 42 errors |= qemu_strtou64(fields[4], NULL, 10, &inode); in read_self_maps() 44 if (!errors) { in read_self_maps()
|
/openbmc/linux/Documentation/PCI/ |
H A D | pcieaer-howto.rst | 41 - Gathers the comprehensive error information if errors occurred. 91 When PCIe AER errors are captured, the counters / statistics are also exposed 102 PCIe errors are classified into two types: correctable errors 103 and uncorrectable errors. This classification is based on the impact 104 of those errors, which may result in degraded performance or function 107 Correctable errors pose no impacts on the functionality of the 109 intervention or any loss of data. These errors are detected and 112 Unlike correctable errors, uncorrectable 113 errors impact functionality of the interface. Uncorrectable errors 116 errors are further classified into non-fatal errors and fatal errors. [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | cp-noerror | 24 errors = [] 41 errors.extend(err.args[0]) 43 errors.append((srcname, dstname, str(why))) 47 errors.extend((src, dst, str(why))) 48 if errors: 49 raise shutil.Error(errors)
|
/openbmc/linux/Documentation/ABI/removed/ |
H A D | sysfs-mce | 27 0 always panic on uncorrected errors, log corrected errors 28 1 panic or SIGBUS on uncorrected errors, log corrected errors 29 2 SIGBUS or log uncorrected errors, log corrected errors 30 3 never panic or SIGBUS, log all errors (for testing only)
|
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 38 errors = [ variable 82 ['5678', 'Second commit, a warning', 0, errors[0:1]], 83 ['9012', 'Third commit, error', 1, errors[0:2]], 84 ['3456', 'Fourth commit, warning', 0, [errors[0], errors[2]]], 85 ['7890', 'Fifth commit, link errors', 1, [errors[0], errors[3]]], 87 ['ef01', 'Seventh commit, check directory suppression', 1, [errors[4]]], 232 errors[0].rstrip().replace('\n', '\nw+')) 244 errors[1].rstrip().replace('\n', '\n+')) 261 errors[1].rstrip().replace('\n', '\n-')) 265 errors[2].rstrip().replace('\n', '\nw+')) [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dahash_test.c | 648 unsigned int errors = 0; in xfs_dahash_test() local 657 errors++; in xfs_dahash_test() 663 errors++; in xfs_dahash_test() 666 if (errors) { in xfs_dahash_test() 668 errors); in xfs_dahash_test()
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/ |
H A D | fan-policy.bb | 13 SRC_URI:append:df-openpower = " file://fan-errors.yaml" 16 SRC_URI:remove:p10bmc = "file://fan-errors.yaml" 21 install -D ${UNPACKDIR}/fan-errors.yaml ${D}${config_dir}/fan-errors.yaml 27 FILES:${PN} += "${config_dir}/fan-errors.yaml" 30 FILES:${PN}:remove:p10bmc = "${config_dir}/fan-errors.yaml"
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tunnel.sh | 673 local errors=0 677 errors=$(( $errors + $? )) 681 errors=$(( $errors + $? )) 685 errors=$(( $errors + $? )) 689 errors=$(( $errors + $? )) 693 errors=$(( $errors + $? )) 697 errors=$(( $errors + $? )) 701 errors=$(( $errors + $? )) 705 errors=$(( $errors + $? )) 709 errors=$(( $errors + $? )) [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 261 uint32_t *in, uint32_t *out, int *errors) in check_u32() argument 266 (*errors)++; in check_u32() 338 int errors = 0; in ptrace_set_sve_get_sve_data() local 396 errors++; in ptrace_set_sve_get_sve_data() 405 errors++; in ptrace_set_sve_get_sve_data() 410 read_buf + SVE_PT_SVE_FPSR_OFFSET(vq), &errors); in ptrace_set_sve_get_sve_data() 412 read_buf + SVE_PT_SVE_FPCR_OFFSET(vq), &errors); in ptrace_set_sve_get_sve_data() 414 ksft_test_result(errors == 0, "Set and get %s data for VL %u\n", in ptrace_set_sve_get_sve_data() 434 int errors = 0; in ptrace_set_sve_get_fpsimd_data() local 490 errors++; in ptrace_set_sve_get_fpsimd_data() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-devices-aer_stats | 5 statistical counters indicate the errors "as seen/reported by the device". 8 errors may be "seen" / reported by the link partner and not the 16 Description: List of correctable errors seen and reported by this 17 PCI device using ERR_COR. Note that since multiple errors may 20 total of all the errors in the file. Sample output:: 37 Description: List of uncorrectable fatal errors seen and reported by this 38 PCI device using ERR_FATAL. Note that since multiple errors may 41 total of all the errors in the file. Sample output:: 67 Description: List of uncorrectable nonfatal errors seen and reported by this 68 PCI device using ERR_NONFATAL. Note that since multiple errors [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | error-reporting-tool.rst | 6 The error reporting tool allows you to submit errors encountered during 8 use a web interface to browse errors, view statistics, and query for 9 errors. The tool works using a client-server system where the client 16 https://errors.yoctoproject.org. 44 reporting causes the build process to collect the errors and store them 48 following command sends the errors to an upstream server:: 52 In the previous example, the errors are sent to a public database 53 available at https://errors.yoctoproject.org, which is used by the 55 errors to a different database. Use the following command for more 64 typical link: https://errors.yoctoproject.org/Errors/Details/9522/ [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | events.cpp.mako | 5 %if events.errors: 9 % for e in events.errors: 15 static sd_bus_error_map errors[] = { 16 % for e in events.errors: 23 sd_bus_error_add_map(errors);
|