Searched refs:ERROR (Results 1 – 23 of 23) sorted by relevance
/scripts/dtc/ |
A D | dtc-parser.y | 16 #define ERROR(loc, ...) \ macro 177 ERROR(&@2, "Label or path %s not found", $1); 196 ERROR(&@3, "Label or path %s not found", $3); 216 ERROR(&@2, "Label or path %s not found", $2); 246 ERROR(&@3, "Label or path %s not found", $3); 258 ERROR(&@3, "Label or path %s not found", $3); 385 ERROR(&@2, "Array elements must be" 431 ERROR(&@2, "References are only allowed in " 518 ERROR(&@$, "Division by zero"); 527 ERROR(&@$, "Division by zero"); [all …]
|
A 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); 397 ERROR(property_name_chars, check_property_name_chars, PROPCHARS); 484 ERROR(duplicate_label, check_duplicate_label_node, NULL); 567 ERROR(explicit_phandles, check_explicit_phandles, NULL); [all …]
|
A D | dtx_diff | 299 ERROR: unable to find a 'dtc' program
|
/scripts/ |
A D | checkpatch.pl | 2481 sub ERROR { subroutine 4353 ERROR("OPEN_BRACE", 4537 ERROR("TEST_TYPE", 4548 ERROR("TEST_ATTR", 5436 if (ERROR("SPACING", 5454 if (ERROR("SPACING", 5591 ERROR("SPACING", 6972 ERROR("MEMSET", 7372 ERROR("DATE_TIME", 7508 ERROR("IN_ATOMIC", [all …]
|
A D | gfp-translate | 10 echo ERROR: $@
|
/scripts/coccinelle/free/ |
A 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…
|
A D | kfreeaddr.cocci | 36 msg = "ERROR: invalid free of structure field"
|
A D | put_device.cocci | 45 "ERROR: missing put_device; call of_find_device_by_node on line "
|
A D | iounmap.cocci | 67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
|
A D | clk_put.cocci | 67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
|
A D | kfree.cocci | 133 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)
|
/scripts/coccinelle/api/ |
A D | resource_size.cocci | 67 msg="ERROR with %s" % (x) 76 msg="ERROR: Missing resource_size with %s" % (x)
|
A D | stream_open.cocci | 231 …"ERROR: %s: .read() can deadlock .write(); change nonseekable_open -> stream_open to fix." % (fops…
|
/scripts/coccinelle/iterators/ |
A D | device_node_continue.cocci | 93 msg = "ERROR: probable double put." 102 msg = "ERROR: probable double put."
|
A D | itnull.cocci | 94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
A 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/ |
A 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)
|
A D | eno.cocci | 48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
|
/scripts/coccinelle/misc/ |
A D | test_addr.cocci | 32 msg = "ERROR: test of a variable/field address"
|
A D | cstptr.cocci | 41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
A D | noderef.cocci | 81 msg = "ERROR: application of sizeof to pointer"
|
/scripts/coccinelle/locks/ |
A D | flags.cocci | 80 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
|
A 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]…
|
Completed in 20 milliseconds