Home
last modified time | relevance | path

Searched refs:errors (Results 26 – 50 of 1765) sorted by relevance

12345678910>>...71

/openbmc/qemu/tests/qemu-iotests/
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/linux/drivers/macintosh/
H A Dwindfarm_pid.c46 st->errors[i] = error; in wf_pid_run()
53 st->errors[st->index] = error; in wf_pid_run()
58 integ += st->errors[(st->index + hlen - i) % hlen]; in wf_pid_run()
62 deriv = st->errors[st->index] - in wf_pid_run()
63 st->errors[(st->index + hlen - 1) % hlen]; in wf_pid_run()
101 st->errors[i] = error; in wf_cpu_pid_run()
109 st->errors[st->index] = error; in wf_cpu_pid_run()
116 integ += st->errors[(st->index + hlen - i) % hlen]; in wf_cpu_pid_run()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Derror-reporting-tool.rst6 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/phosphor-dbus-interfaces/yaml/com/google/gbmc/
H A DHoth.interface.yaml21 errors:
43 errors:
64 errors:
80 errors:
93 errors:
110 errors:
137 errors:
150 errors:
166 errors:
188 errors:
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAttributes.interface.yaml11 errors:
19 errors:
27 errors:
39 errors:
48 errors:
58 errors:
H A DAccountPolicy.interface.yaml10 errors:
18 errors:
28 errors:
38 errors:
/openbmc/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst5 The SoundWire PHY was designed with care and errors on the bus are going to
7 errors. Examples of this design can be found in the synchronization
8 mechanism (sync loss after two errors) and short CRCs used for the Bulk
11 The errors can be detected with multiple mechanisms:
13 1. Bus clash or parity errors: This mechanism relies on low-level detectors
15 and audio data. The current implementation only logs such errors.
17 restarting from a known position. In the case of such errors outside of a
21 and after a number of such errors are detected the bus might be reset. Note
22 that bus clashes due to programming errors (two streams using the same bit
27 not be responsible for the errors so resetting them individually is not a
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy/
H A Dpower-supply-policy.yaml159 - name: resolve power supply0 errors if present
161 'If power supply0 is present, call the resolve ps0 errors callback.'
166 callback: resolve power supply0 errors
172 - name: resolve power supply1 errors if present
174 'If power supply1 is present, call the resolve ps1 errors callback.'
179 callback: resolve power supply1 errors
185 - name: resolve power supply0 errors
192 - name: resolve power supply1 errors
201 'On supply present state changes, check if errors need to be resolved.'
206 callback: resolve power supply0 errors if present
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-dco.py35 errors = False variable
62 errors = True variable
66 errors = True variable
68 if errors:
/openbmc/u-boot/doc/
H A DREADME.mpc83xx.ddrecc6 * (injecting errors is initially disabled)
8 * define inject mask (which tells the DDR controller what type of errors
11 * enable injecting errors - from now on the controller injects errors as
14 IMPORTANT NOTICE: enabling injecting multiple-bit errors is potentially
15 dangerous as such errors are NOT corrected by the controller. Therefore caution
16 should be taken when enabling the injection of multiple-bit errors: it is only
19 Errors' below). In particular, when you simply set the multiple-bit errors in
21 errors will be injected when it accesses its code, data etc.
61 16 errors were generated, Single-Bit Error flag was not set as Single Bit Error
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch16 pykickstart/errors.py | 17 +++++++++++++++++
21 diff --git a/pykickstart/errors.py b/pykickstart/errors.py
23 --- a/pykickstart/errors.py
24 +++ b/pykickstart/errors.py
26 KickstartVersionError - An exception for errors relating to unsupported
29 + KickstartAuthError - An exception for errors relating to authentication
41 + """An exception for errors relating to authentication failed while
65 -from pykickstart.errors import KickstartError
66 +from pykickstart.errors import KickstartError, KickstartAuthError
/openbmc/linux/tools/perf/scripts/perl/
H A Drw-by-pid.pl36 $reads{$common_pid}{errors}{$ret}++;
58 $writes{$common_pid}{errors}{$ret}++;
102 foreach my $error (keys %{$reads{$pid}{errors}}) {
104 my $errcount = $reads{$pid}{errors}{$error} || 0;
142 foreach my $error (keys %{$writes{$pid}{errors}}) {
144 my $errcount = $writes{$pid}{errors}{$error} || 0;
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DIP.interface.yaml13 errors:
20 errors:
27 errors:
34 errors:
41 errors:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md3 - Provides a mechanism for logging events and errors to the journal.
11 - Generic errors used by applications are defined at
13 - Generic errors can be used by all the applications by including the generated
14 elog-errors.hpp header file.
20 - There are errors that are not generic and are very specific to the
21 application. Such errors are defined in the application that uses the error.
38 …b.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Common/File.errors.yaml
47 - Applications can commit errors to the journal using the **report** or
50 - Logging entry D-Bus objects are created for the committed errors.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-mce8 detected by the CPU. Uncorrected errors typically cause a
45 How often to poll for corrected machine check errors, in
52 0 means no polling for corrected machine check errors
53 (but some corrected errors might be still reported
80 Disables polling and CMCI for corrected errors.
87 Disables logging for corrected errors.
88 All reported corrected errors will be cleared silently.
91 errors.
H A Dsysfs-platform-dfl-fme48 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie0_errors
53 Write this file to clear errors logged in pcie0_errors. Write
57 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie1_errors
62 Write this file to clear errors logged in pcie1_errors. Write
70 Description: Read-only. It returns non-fatal errors detected.
78 What: /sys/bus/platform/devices/dfl-fme.0/errors/inject_errors
83 file to inject errors for testing purpose. Write fails with
87 What: /sys/bus/platform/devices/dfl-fme.0/errors/fme_errors
92 Write this file to clear errors logged in fme_errors. Write
96 What: /sys/bus/platform/devices/dfl-fme.0/errors/first_error
[all …]
/openbmc/telemetry/src/utils/
H A Ddbus_path_utils.cpp54 throw errors::InvalidArgument("Id", "Invalid prefixes in id."); in verifyIdPrefixes()
59 throw errors::InvalidArgument("Id", "Too many prefixes."); in verifyIdPrefixes()
64 throw errors::InvalidArgument("Id", "Prefix too long."); in verifyIdPrefixes()
72 throw errors::InvalidArgument("Id", "Too long."); in verifyIdPrefixes()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml)
31 +_generated/errors.py: _generated/__init__.py $(tools_dir)/python-errors-generator.xsl $(wildcard $…
33 $(tools_dir)/python-errors-generator.xsl \
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dhte.c300 u16 errors; in hte_basic_write_read() local
308 errors = hte_basic_data_cmp(mrc_params, addr, first_run, mode); in hte_basic_write_read()
312 return errors; in hte_basic_write_read()
329 u16 errors; in hte_write_stress_bit_lanes() local
348 errors = hte_rw_data_cmp(mrc_params, addr, HTE_LOOP_CNT, in hte_write_stress_bit_lanes()
354 return errors; in hte_write_stress_bit_lanes()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/
H A DButton.interface.yaml10 errors:
16 errors:
22 errors:
33 errors:
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/
H A Dfan-errors.yaml12 # their errors
592 - name: resolve fan0 errors if present and functional
599 callback: resolve fan0 errors
606 - name: resolve fan1 errors if present and functional
613 callback: resolve fan1 errors
626 callback: resolve fan2 errors
639 callback: resolve fan3 errors
645 - name: resolve fan0 errors
652 - name: resolve fan1 errors
659 - name: resolve fan2 errors
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c35 int errors; variable
80 ++errors; in check_faulted()
119 errors = 0; in run_test()
130 if (errors) { in run_test()
131 printf("%d errors detected\n", errors); in run_test()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/
H A Dmake-errors.patch16 mk/su-make-errors.sh | 2 +-
32 diff --git a/mk/su-make-errors.sh b/mk/su-make-errors.sh
34 --- a/mk/su-make-errors.sh
35 +++ b/mk/su-make-errors.sh
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc103 int errors = 0;
147 errors++;
151 errors++;
155 errors++;
160 errors++;
164 errors++;
187 errors++;
190 if (errors) {
273 errors++;
287 errors++;
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-rzv2m-csi.c100 u32 errors; member
284 csi->errors, HZ); in rzv2m_csi_wait_for_interrupt()
288 if (csi->errors) in rzv2m_csi_wait_for_interrupt()
306 csi->errors |= TX_TIMEOUT_ERROR; in rzv2m_csi_wait_for_tx_empty()
321 csi->errors |= RX_TIMEOUT_ERROR; in rzv2m_csi_wait_for_rx_ready()
334 csi->errors |= OVERFLOW_ERROR; in rzv2m_csi_irq_handler()
336 csi->errors |= UNDERRUN_ERROR; in rzv2m_csi_irq_handler()
436 csi->errors = 0; in rzv2m_csi_pio_transfer()
502 if (csi->errors) { in rzv2m_csi_pio_transfer()
536 if (csi->errors & UNDERRUN_ERROR) in rzv2m_csi_transfer_one()
[all …]

12345678910>>...71