Searched refs:ERROR (Results 1 – 23 of 23) sorted by relevance
| /scripts/dtc/ |
| D | dtc-parser.y | 16 #define ERROR(loc, ...) \ macro 130 ERROR(&@2, "Header flags don't match earlier ones"); 177 ERROR(&@2, "Label or path %s not found", $1); 179 ERROR(&@2, "Label-relative reference %s not supported in plugin", $1); 190 ERROR(&@2, "Label-relative reference %s not supported in plugin", $3); 196 ERROR(&@3, "Label or path %s not found", $3); 208 ERROR(&@2, "Label-relative reference %s not supported in plugin", $2); 216 ERROR(&@2, "Label or path %s not found", $2); 235 ERROR(&@2, "Label or path %s not found", $2); 246 ERROR(&@3, "Label or path %s not found", $3); [all …]
|
| D | checks.c | 56 #define ERROR(nm_, fn_, d_, ...) \ macro 223 ERROR(nm, check_is_string, (propname)) 252 ERROR(nm, check_is_string_list, (propname)) 270 ERROR(nm, check_is_cell, (propname)) 288 ERROR(duplicate_node_names, check_duplicate_node_names, NULL); 304 ERROR(duplicate_property_names, check_duplicate_property_names, NULL); 322 ERROR(node_name_chars, check_node_name_chars, NODECHARS); 341 ERROR(node_name_format, check_node_name_format, NULL, &node_name_chars); 397 ERROR(property_name_chars, check_property_name_chars, PROPCHARS); 484 ERROR(duplicate_label, check_duplicate_label_node, NULL); [all …]
|
| D | dtx_diff | 299 ERROR: unable to find a 'dtc' program
|
| /scripts/ |
| D | checkpatch.pl | 2469 sub ERROR { subroutine 2877 ERROR("MODIFIED_INCLUDE_ASM", 2947 ERROR("DIFF_IN_COMMIT_MSG", 2957 ERROR("EXECUTE_PERMISSIONS", 3076 ERROR("BAD_SIGN_OFF", 3259 if (ERROR("GERRIT_CHANGE_ID", 3400 ERROR("GIT_COMMIT_ID", 3435 ERROR("CORRUPTED_PATCH", 3583 if (ERROR("DOS_LINE_ENDINGS", 3590 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 | 45 "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/api/ |
| D | resource_size.cocci | 67 msg="ERROR with %s" % (x) 76 msg="ERROR: Missing resource_size with %s" % (x)
|
| D | stream_open.cocci | 231 …"ERROR: %s: .read() can deadlock .write(); change nonseekable_open -> stream_open to fix." % (fops…
|
| /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 | use_after_iter.cocci | 152 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/misc/ |
| D | test_addr.cocci | 32 msg = "ERROR: test of a variable/field address"
|
| 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/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]…
|