Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 26) sorted by relevance

12

/scripts/dtc/
Ddtc-parser.y14 #define ERROR(loc, ...) \ macro
120 ERROR(&@2, "Header flags don't match earlier ones");
167 ERROR(&@2, "Label or path %s not found", $1);
181 ERROR(&@3, "Label or path %s not found", $3);
199 ERROR(&@2, "Label or path %s not found", $2);
218 ERROR(&@2, "Label or path %s not found", $2);
229 ERROR(&@3, "Label or path %s not found", $3);
241 ERROR(&@3, "Label or path %s not found", $3);
365 ERROR(&@2, "Array elements must be"
391 ERROR(&@2, "Value out of range for"
[all …]
Dchecks.c56 #define ERROR(nm_, fn_, d_, ...) \ macro
214 ERROR(nm, check_is_string, (propname))
243 ERROR(nm, check_is_string_list, (propname))
261 ERROR(nm, check_is_cell, (propname))
279 ERROR(duplicate_node_names, check_duplicate_node_names, NULL);
295 ERROR(duplicate_property_names, check_duplicate_property_names, NULL);
312 ERROR(node_name_chars, check_node_name_chars, PROPNODECHARS "@");
331 ERROR(node_name_format, check_node_name_format, NULL, &node_name_chars);
373 ERROR(property_name_chars, check_property_name_chars, PROPNODECHARS);
460 ERROR(duplicate_label, check_duplicate_label_node, NULL);
[all …]
Ddtx_diff292 ERROR: unable to find a 'dtc' program
/scripts/
Dcheckpatch.pl2135 sub ERROR { subroutine
2513 ERROR("MODIFIED_INCLUDE_ASM",
2583 ERROR("DIFF_IN_COMMIT_MSG",
2593 ERROR("EXECUTE_PERMISSIONS",
2666 ERROR("BAD_SIGN_OFF",
2721 ERROR("GERRIT_CHANGE_ID",
2812 ERROR("GIT_COMMIT_ID",
2831 ERROR("CORRUPTED_PATCH",
2922 if (ERROR("DOS_LINE_ENDINGS",
2929 if (ERROR("TRAILING_WHITESPACE",
[all …]
Dgfp-translate10 echo ERROR: $@
/scripts/coccinelle/free/
Dpci_free_consistent.cocci43 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
51 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
Dkfreeaddr.cocci36 msg = "ERROR: invalid free of structure field"
Dput_device.cocci46 "ERROR: missing put_device; call of_find_device_by_node on line "
Dclk_put.cocci67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
Diounmap.cocci67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
Dkfree.cocci133 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci106 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
112 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
Difaddr.cocci34 msg = "ERROR: test of a variable/field address"
Dboolinit.cocci171 cocci.print_main("ERROR: Assignment of non-0/1 constant to bool variable",p2)
195 coccilib.report.print_report(p2[0],"ERROR: Assignment of non-0/1 constant to bool variable")
Dcstptr.cocci41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
Dnoderef.cocci81 msg = "ERROR: application of sizeof to pointer"
/scripts/coccinelle/api/
Dresource_size.cocci67 msg="ERROR with %s" % (x)
76 msg="ERROR: Missing resource_size with %s" % (x)
/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci93 msg = "ERROR: probable double put."
102 msg = "ERROR: probable double put."
Ditnull.cocci94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
Dfen.cocci123 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
Duse_after_iter.cocci150 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
/scripts/coccinelle/null/
Dderef_null.cocci98 msg="ERROR: %s is NULL but dereferenced." % (x)
108 msg="ERROR: %s is NULL but dereferenced." % (x)
158 msg="ERROR: %s is NULL but dereferenced." % (x)
167 msg="ERROR: %s is NULL but dereferenced." % (x)
Deno.cocci48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
/scripts/coccinelle/locks/
Dflags.cocci80 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
Dcall_kern.cocci105 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…

12