Searched refs:ERROR (Results 1 – 25 of 26) sorted by relevance
12
/scripts/dtc/ |
D | dtc-parser.y | 14 #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 …]
|
D | checks.c | 56 #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 …]
|
D | dtx_diff | 292 ERROR: unable to find a 'dtc' program
|
/scripts/ |
D | checkpatch.pl | 2135 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 …]
|
D | gfp-translate | 10 echo ERROR: $@
|
/scripts/coccinelle/free/ |
D | pci_free_consistent.cocci | 43 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…
|
D | kfreeaddr.cocci | 36 msg = "ERROR: invalid free of structure field"
|
D | put_device.cocci | 46 "ERROR: missing put_device; call of_find_device_by_node on line "
|
D | clk_put.cocci | 67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
|
D | iounmap.cocci | 67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
|
D | kfree.cocci | 133 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)
|
/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 106 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"
|
D | ifaddr.cocci | 34 msg = "ERROR: test of a variable/field address"
|
D | boolinit.cocci | 171 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")
|
D | cstptr.cocci | 41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
D | noderef.cocci | 81 msg = "ERROR: application of sizeof to pointer"
|
/scripts/coccinelle/api/ |
D | resource_size.cocci | 67 msg="ERROR with %s" % (x) 76 msg="ERROR: Missing resource_size with %s" % (x)
|
/scripts/coccinelle/iterators/ |
D | device_node_continue.cocci | 93 msg = "ERROR: probable double put." 102 msg = "ERROR: probable double put."
|
D | itnull.cocci | 94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
D | fen.cocci | 123 msg = "ERROR: of_node_put not needed after iterator on line %s" % (p1[0].line)
|
D | use_after_iter.cocci | 150 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
|
/scripts/coccinelle/null/ |
D | deref_null.cocci | 98 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)
|
D | eno.cocci | 48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
|
/scripts/coccinelle/locks/ |
D | flags.cocci | 80 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
|
D | call_kern.cocci | 105 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…
|
12