Home
last modified time | relevance | path

Searched refs:report (Results 826 – 850 of 1197) sorted by relevance

1...<<31323334353637383940>>...48

/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md91 phosphor-logging daemon when the `commit` or `report` APIs are used to create an
728 when there is a fault on a redundant fan, VRM, or power supply. The report
735 longer need be picked up in the degraded mode report.
743 That way, when the code that does the report searches for PELs, it will no
/openbmc/linux/Documentation/arch/s390/
H A Dcds.rst285 DOIO_REPORT_ALL report all interrupt conditions
390 DOIO_REPORT_ALL only if the device can report intermediate interrupt
397 devices always report channel-end and device-end together, with a single
/openbmc/linux/Documentation/accel/qaic/
H A Daic100.rst498 into RAS, AER does not allow for a device to report details about internal
500 occurs, QSM will report the event with appropriate details via the QAIC_STATUS
507 QSM has the ability to report various physical attributes of the device, and in
/openbmc/linux/Documentation/dev-tools/
H A Dkfence.rst103 The header of the report provides a short summary of the function involved in
211 And finally, KFENCE may also report on invalid accesses to any protected page
/openbmc/qemu/docs/devel/testing/
H A Dfuzzing.rst107 4. Execute these commands to generate a detailed HTML coverage-report::
111 --format html -output-dir=/path/to/output/report
/openbmc/qemu/qapi/
H A Dstats.json270 # previously useful statistics to always report 0. Such changes,
H A Dblock-core.json625 # An enumeration of flags that a bitmap can report to the user.
1285 # @report: for guest operations, report the error to the guest; for
1288 # @ignore: ignore the error, only report a QMP event (BLOCK_IO_ERROR
1294 # @enospc: same as @stop on ENOSPC, same as @report otherwise.
1304 'data': ['report', 'ignore', 'enospc', 'stop', 'auto'] }
1594 # default 'report'. 'stop' and 'enospc' can only be used if the
1598 # default 'report' (no limitations, since this applies to a
1835 # request should be retried. (default: report; Since: 5.0)
2190 # default 'report'. 'stop' and 'enospc' can only be used if the
2194 # default 'report' (no limitations, since this applies to a
[all …]
/openbmc/linux/include/linux/
H A Dnetfilter.h480 u32 portid, u32 report);
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.18.rst60 - profile-manual: usage.rst: fix reference to bug report
H A Drelease-notes-4.0.15.rst45 - cve-check: sort the package list in the JSON report
/openbmc/linux/Documentation/admin-guide/media/
H A Dsi470x.rst144 If you get any errors from snd_usb_audio, please report them to the ALSA people.
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmpic.txt76 Some MPICs do not correctly report the number of hardware sources
/openbmc/linux/fs/fat/
H A Dfat.h432 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...);
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst18 report the "current" state of the lid as either "opened" or "closed".
/openbmc/linux/Documentation/arch/arm/
H A Dtcm.rst28 Registers" at the ARM site) that can report and modify the location
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst86 report Read perf.data (created by perf record) and display the profile
136 </show_bug.cgi?id=3049>` bug report).
173 ``perf report`` which will collect profiling data and present it to use using an
175 ``perf report``).
192 "text-based UI" (tui), just run ``perf report``, which will read the
196 root@crownbay:~# perf report
212 Notice also that the above report shows an entry for ``busybox``, which is
230 root@crownbay:~# perf report
923 .. image:: figures/perf-report-cycles-u.png
1127 And using ``perf report`` on the same file, we can see the
[all …]
/openbmc/linux/scripts/
H A Dcheckpatch.pl2334 sub report { subroutine
2375 push(our @report, $output);
2381 our @report;
2471 if (report("ERROR", $type, $msg)) {
2481 if (report("WARNING", $type, $msg)) {
2491 if ($check && report("CHECK", $type, $msg)) {
2666 our @report = ();
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c3878 u8 report; in rtl8192_query_rxphystatus() local
3883 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus()
3884 report >>= 6; in rtl8192_query_rxphystatus()
3885 switch (report) { in rtl8192_query_rxphystatus()
3900 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus()
3901 report >>= 5; in rtl8192_query_rxphystatus()
3902 switch (report) { in rtl8192_query_rxphystatus()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c1185 static int xhci_ep_nuke_one_xfer(XHCITransfer *t, TRBCCode report) in xhci_ep_nuke_one_xfer() argument
1189 if (report && (t->running_async || t->running_retry)) { in xhci_ep_nuke_one_xfer()
1190 t->status = report; in xhci_ep_nuke_one_xfer()
1216 unsigned int epid, TRBCCode report) in xhci_ep_nuke_xfers() argument
1241 killed += xhci_ep_nuke_one_xfer(xfer, report); in xhci_ep_nuke_xfers()
1243 report = 0; /* Only report once */ in xhci_ep_nuke_xfers()
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst1271 "action": "report",
1447 "action": "report",
1504 In ``grouped`` completion mode, no jobs will report success until all jobs are
1505 ready to report success. If any job fails, all other jobs will be cancelled.
1561 "action": "report",
/openbmc/linux/drivers/net/phy/
H A Dsfp.c2162 static int sfp_sm_mod_probe(struct sfp *sfp, bool report) in sfp_sm_mod_probe() argument
2176 if (report) in sfp_sm_mod_probe()
2202 if (report) in sfp_sm_mod_probe()
2252 if (report) in sfp_sm_mod_probe()
/openbmc/qemu/docs/devel/
H A Dstyle.rst739 error_report() or error_vreport() from error-report.h. This ensures the
748 error-report.h.
769 Example: when a function's callers need to report details on failure
772 Do not report an error to the user when you're also returning an error
/openbmc/u-boot/common/
H A DKconfig12 add up all the accumulated time and report it.
40 bool "Display a detailed boot timing report before booting the OS"
43 Enable output of a boot time report just before the OS is booted.
45 boot process. The report looks something like this:
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot361 ... msg=hwmon did not properly report fan speeds.
434 # The Wait For PowerOff keyword will time-out and report
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp67 "ActionFlags": ["service_action", "report", "call_home"],
163 "ActionFlags": ["report", "call_home", "heartbeat_call_home"],

1...<<31323334353637383940>>...48