Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 1637) sorted by relevance

12345678910>>...66

/openbmc/telemetry/tests/src/
H A Dtest_make_id_name.cpp33 errors::InvalidArgument); in TEST_F()
98 errors::InvalidArgument); in TYPED_TEST()
100 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()
123 errors::InvalidArgument); in TYPED_TEST()
125 errors::InvalidArgument); in TYPED_TEST()
127 errors::InvalidArgument); in TYPED_TEST()
[all …]
/openbmc/linux/lib/
H A Dcrc32test.c667 int errors = 0; in crc32c_test() local
691 errors++; in crc32c_test()
699 if (errors) in crc32c_test()
730 errors++; in crc32c_combine_test()
736 if (errors) in crc32c_combine_test()
747 int errors = 0; in crc32_test() local
774 errors++; in crc32_test()
778 errors++; in crc32_test()
787 if (errors) in crc32_test()
818 errors++; in crc32_combine_test()
[all …]
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c87 errors++; in check_gpr()
119 errors++; in check_fpr()
132 errors++; in check_fpr()
225 errors++; in check_p()
226 if (errors) in check_p()
275 errors++; in check_ffr()
276 if (errors) in check_ffr()
299 errors++; in check_svcr()
305 errors++; in check_svcr()
332 errors++; in check_za()
[all …]
/openbmc/phosphor-logging/tools/
H A Delog-gen.py25 errors = list()
36 while len(errors) < len(i_errors):
38 if error in errors:
44 errors.append(error)
47 errors = i_errors
49 return errors
161 errors,
175 errors = order_inherited_errors(errors, parents)
184 errors=errors,
210 errors,
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dio.c58 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()
124 errors >>= IO_ERROR_SHIFT; in bch_count_io_errors()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D026.out8 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 D026.out.nocache8 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 D159.out5 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 D284.out9 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 D160.out5 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.
H A D042.out5 No errors were found on the image.
8 No errors were found on the image.
11 No errors were found on the image.
14 No errors were found on the image.
/openbmc/ibm-dbus-interfaces/
H A Dgenerate_makefile.sh26 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/openpower-dbus-interfaces/
H A Dgenerate_makefile.sh26 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSessionInfo.interface.yaml11 errors:
17 errors:
23 errors:
29 errors:
35 errors:
41 errors:
47 errors:
54 errors:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/
H A DMountPoint.interface.yaml11 errors:
19 errors:
27 errors:
35 errors:
46 errors:
54 errors:
64 errors:
72 errors:
81 errors:
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py87 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 Dselfmap.c34 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/openbmc/poky/scripts/
H A Dcp-noerror24 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/fs/xfs/
H A Dxfs_dahash_test.c648 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/linux/Documentation/PCI/
H A Dpcieaer-howto.rst102 PCIe errors are classified into two types: correctable errors
107 Correctable errors pose no impacts on the functionality of the
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.
118 but the PCIe link itself is fully functional. Fatal errors, on
134 errors because device specific errors will still get sent directly to
168 Correctable errors
171 Correctable errors pose no impacts on the functionality of
177 Non-correctable (non-fatal and fatal) errors
[all …]
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-mce27 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/openbmc/meta-ibm/recipes-phosphor/dbus/
H A Dfan-policy.bb13 SRC_URI:append:df-openpower = " file://fan-errors.yaml"
16 SRC_URI:remove:p10bmc = "file://fan-errors.yaml"
21 install -D ${WORKDIR}/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/u-boot/tools/buildman/
H A Dtest.py38 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]]],
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+'))
275 expect = errors[3].rstrip().split('\n')
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-aer_stats5 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/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c266 (*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()
434 int errors = 0; in ptrace_set_sve_get_fpsimd_data() local
490 errors++; in ptrace_set_sve_get_fpsimd_data()
495 &fpsimd_state.fpsr, &errors); in ptrace_set_sve_get_fpsimd_data()
519 int errors = 0; in ptrace_set_fpsimd_get_sve_data() local
567 errors++; in ptrace_set_fpsimd_get_sve_data()
592 errors++; in ptrace_set_fpsimd_get_sve_data()
[all …]

12345678910>>...66