Home
last modified time | relevance | path

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

/arch/powerpc/boot/dtc-src/
Dchecks.c107 #define FAIL(c, ...) \ macro
190 FAIL(c, "\"%s\" property in %s is not a string", in check_is_string()
207 FAIL(c, "\"%s\" property in %s is not a single cell", in check_is_cell()
227 FAIL(c, "Duplicate node name %s", in check_duplicate_node_names()
240 FAIL(c, "Duplicate property name %s in %s", in check_duplicate_property_names()
256 FAIL(c, "Bad character '%c' in node %s", in check_node_name_chars()
265 FAIL(c, "Node %s has multiple '@' characters in name", in check_node_name_format()
276 FAIL(c, "Bad character '%c' in property name \"%s\", node %s", in check_property_name_chars()
293 FAIL(c, "%s has bad length (%d) linux,phandle property", in check_explicit_phandles()
300 FAIL(c, "%s has invalid linux,phandle value 0x%x", in check_explicit_phandles()
[all …]