Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/scripts/coccinelle/null/
A Dkmerr.cocci2 /// NULL check. It only gives a report in the case where there is some
20 virtual report
32 @fixed depends on context && !org && !report@
47 @rfixed depends on (org || report) && !context exists@
69 @script:python depends on report@
75 coccilib.report.print_report(p1[0],msg)
A Dbadzero.cocci22 virtual report
78 @script:python depends on report@
82 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
182 @script:python depends on report@
186 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
188 @script:python depends on report@
192 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
237 @script:python depends on report@
241 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
/u-boot/scripts/coccinelle/misc/
A Dbadty.cocci18 virtual report
50 // For org and report mode
53 @r depends on (org || report) disable sizeof_type_expr@
70 @script:python depends on report@
75 coccilib.report.print_report(p[0], msg)
/u-boot/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci16 virtual report
26 @depends on context && !org && !report@
38 @back depends on (org || report) && !context exists@
56 @script:python depends on back && report@
62 coccilib.report.print_report(p1[0],msg)
A Ditnull.cocci19 virtual report
88 @script:python depends on report@
94 coccilib.report.print_report(p2[0], msg)
A Duse_after_iter.cocci7 //#may also cause a report to be a false positive.
18 virtual report
141 @script:python depends on report@
147 coccilib.report.print_report(p2[0], msg)
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci14 virtual report
37 @r depends on context || report || org @
52 @script:python depends on report@
57 coccilib.report.print_report(p[0], msg)
/u-boot/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci20 virtual report
72 // For org and report mode
75 @r2 depends on org || report@
93 @script:python depends on report@
102 coccilib.report.print_report(p[0], msg)
/u-boot/doc/develop/
A Dcoccinelle.rst84 - ``report`` generates a list in the following format:
93 of Coccinelle, the default mode is "report".
108 make coccicheck MODE=report
128 make coccicheck MODE=report V=1
136 make coccicheck MODE=report J=4
164 make coccicheck COCCI=<my_SP.cocci> MODE=report
343 Detailed description of the ``report`` mode
346 ``report`` generates a list in the following format::
367 @script:python depends on report@
373 coccilib.report.print_report(p[0], msg)
[all …]
/u-boot/test/py/
A Dconftest.py580 for report in reports:
581 if report.outcome == 'failed':
582 if hasattr(report, 'wasxfail'):
589 msg = 'FAILED:\n' + str(report.longrepr)
592 if report.outcome == 'skipped':
593 if hasattr(report, 'wasxfail'):
596 msg = 'XFAILED:\n' + str(report.longrepr)
600 msg = 'SKIPPED:\n' + str(report.longrepr)
/u-boot/scripts/
A Dcoccicheck233 run_cmd $SPATCH -D report \
240 run_cmd $SPATCH -D report \
A Dcheckpatch.pl2049 sub report { subroutine
2081 push(our @report, $output);
2087 our @report;
2177 if (report("ERROR", $type, $msg)) {
2187 if (report("WARNING", $type, $msg)) {
2197 if ($check && report("CHECK", $type, $msg)) {
2454 our @report = ();
/u-boot/drivers/usb/gadget/
A Df_sdp.c294 u8 report = data[0]; in sdp_rx_command_complete() local
301 if (report != 1) { in sdp_rx_command_complete()
302 pr_err("Unexpected report %d\n", report); in sdp_rx_command_complete()
379 u8 report = data[0]; in sdp_rx_data_complete() local
387 if (report != 2) { in sdp_rx_data_complete()
388 pr_err("Unexpected report %d\n", report); in sdp_rx_data_complete()
491 int report = w_value & HID_REPORT_ID_MASK; in sdp_setup() local
496 switch (report) { in sdp_setup()
/u-boot/cmd/
A Dbootstage.c63 U_BOOT_CMD_MKENT(report, 2, 1, do_bootstage_report, "", ""),
/u-boot/doc/device-tree-bindings/
A Ddevice.txt15 - acpi,compatible : compatible string to report
/u-boot/arch/xtensa/cpu/
A Dstart.S360 movi a0, hang # report and ask user to reset board
364 movi a4, hang # report and ask user to reset board
/u-boot/lib/dhry/
A Ddhry_1.c52 void report(void) in report() function
/u-boot/doc/android/
A Dbcb.rst83 # report error or boot non-Android OS (platform-specific)
/u-boot/doc/board/google/
A Dchromebook_coral.rst145 boot. Use 'bootstage report' in U-Boot to see the report, e.g.::
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-s.txt261 - fsps,fatal-error-report: URR
262 - fsps,no-fatal-error-report: FER
263 - fsps,correctable-error-report: NFER
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dbattery.asl210 // to report same capacity as last full charge.
/u-boot/common/
A DKconfig.boot404 add up all the accumulated time and report it.
432 bool "Display a detailed boot timing report before booting the OS"
435 Enable output of a boot time report just before the OS is booted.
437 boot process. The report looks something like this:
/u-boot/doc/usage/
A Ddfu.rst307 Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
/u-boot/tools/buildman/
A DREADME24 with your patch series. It can build each individual commit and report
74 Buildman stores image size information and can report changes in image size
222 Since the toolchain prefix is an explicit request, buildman will report an
1068 (no errors to report)
/u-boot/doc/
A DREADME.armada-secureboot269 same directory (adapt accordingly if needed). The tool should report that all

Completed in 23 milliseconds

12