Home
last modified time | relevance | path

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

/scripts/dtc/
A Ddtc-parser.y16 #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 Dchecks.c56 #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 Ddtx_diff299 ERROR: unable to find a 'dtc' program
/scripts/
A Dcheckpatch.pl2481 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 Dgfp-translate10 echo ERROR: $@
/scripts/coccinelle/free/
A 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…
A Dkfreeaddr.cocci36 msg = "ERROR: invalid free of structure field"
A Dput_device.cocci45 "ERROR: missing put_device; call of_find_device_by_node on line "
A Diounmap.cocci67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
A Dclk_put.cocci67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
A Dkfree.cocci133 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)
/scripts/coccinelle/api/
A Dresource_size.cocci67 msg="ERROR with %s" % (x)
76 msg="ERROR: Missing resource_size with %s" % (x)
A Dstream_open.cocci231 …"ERROR: %s: .read() can deadlock .write(); change nonseekable_open -> stream_open to fix." % (fops…
/scripts/coccinelle/iterators/
A Ddevice_node_continue.cocci93 msg = "ERROR: probable double put."
102 msg = "ERROR: probable double put."
A Ditnull.cocci94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
A Duse_after_iter.cocci152 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
/scripts/coccinelle/null/
A 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)
A Deno.cocci48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
/scripts/coccinelle/misc/
A Dtest_addr.cocci32 msg = "ERROR: test of a variable/field address"
A Dcstptr.cocci41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
A Dnoderef.cocci81 msg = "ERROR: application of sizeof to pointer"
/scripts/coccinelle/locks/
A Dflags.cocci80 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
A Dcall_kern.cocci105 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…

Completed in 20 milliseconds