/u-boot/scripts/coccinelle/null/ |
A D | kmerr.cocci | 2 /// 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 D | badzero.cocci | 22 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 D | badty.cocci | 18 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 D | list_entry_update.cocci | 16 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 D | itnull.cocci | 19 virtual report 88 @script:python depends on report@ 94 coccilib.report.print_report(p2[0], msg)
|
A D | use_after_iter.cocci | 7 //#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 D | ifnullfree.cocci | 14 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 D | alloc_cast.cocci | 20 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 D | coccinelle.rst | 84 - ``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 D | conftest.py | 580 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 D | coccicheck | 233 run_cmd $SPATCH -D report \ 240 run_cmd $SPATCH -D report \
|
A D | checkpatch.pl | 2049 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 D | f_sdp.c | 294 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 D | bootstage.c | 63 U_BOOT_CMD_MKENT(report, 2, 1, do_bootstage_report, "", ""),
|
/u-boot/doc/device-tree-bindings/ |
A D | device.txt | 15 - acpi,compatible : compatible string to report
|
/u-boot/arch/xtensa/cpu/ |
A D | start.S | 360 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 D | dhry_1.c | 52 void report(void) in report() function
|
/u-boot/doc/android/ |
A D | bcb.rst | 83 # report error or boot non-Android OS (platform-specific)
|
/u-boot/doc/board/google/ |
A D | chromebook_coral.rst | 145 boot. Use 'bootstage report' in U-Boot to see the report, e.g.::
|
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
A D | fsp-s.txt | 261 - 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 D | battery.asl | 210 // to report same capacity as last full charge.
|
/u-boot/common/ |
A D | Kconfig.boot | 404 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 D | dfu.rst | 307 Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
|
/u-boot/tools/buildman/ |
A D | README | 24 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 D | README.armada-secureboot | 269 same directory (adapt accordingly if needed). The tool should report that all
|