Lines Matching refs:FAIL
119 #define FAIL(c, ...) \ macro
194 FAIL(c, "always_fail check"); in check_always_fail()
209 FAIL(c, "\"%s\" property in %s is not a string", in check_is_string()
228 FAIL(c, "\"%s\" property in %s is not a single cell", in check_is_cell()
250 FAIL(c, "Duplicate node name %s", in check_duplicate_node_names()
265 FAIL(c, "Duplicate property name %s in %s", in check_duplicate_property_names()
283 FAIL(c, "Bad character '%c' in node %s", in check_node_name_chars()
292 FAIL(c, "Node %s has multiple '@' characters in name", in check_node_name_format()
303 FAIL(c, "Bad character '%c' in property name \"%s\", node %s", in check_property_name_chars()
335 FAIL(c, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label()
376 FAIL(c, "%s has bad length (%d) %s property", in check_explicit_phandles()
388 FAIL(c, "%s in %s is a reference to another node", in check_explicit_phandles()
403 FAIL(c, "%s has bad value (0x%x) in %s property", in check_explicit_phandles()
409 FAIL(c, "%s has %s property which replaces existing phandle information", in check_explicit_phandles()
414 FAIL(c, "%s has duplicated phandle 0x%x (seen before at %s)", in check_explicit_phandles()
439 FAIL(c, "\"name\" property in %s is incorrect (\"%s\" instead" in check_name_properties()
469 FAIL(c, "Reference to non-existent node or label \"%s\"\n", in fixup_phandle_references()
493 FAIL(c, "Reference to non-existent node or label \"%s\"\n", in fixup_path_references()
552 FAIL(c, "Root node has a \"reg\" property"); in check_reg_format()
557 FAIL(c, "\"reg\" property in %s is empty", node->fullpath); in check_reg_format()
564 FAIL(c, "\"reg\" property in %s has invalid length (%d bytes) " in check_reg_format()
581 FAIL(c, "Root node has a \"ranges\" property"); in check_ranges_format()
593 FAIL(c, "%s has empty \"ranges\" property but its " in check_ranges_format()
598 FAIL(c, "%s has empty \"ranges\" property but its " in check_ranges_format()
603 FAIL(c, "\"ranges\" property in %s has invalid length (%d bytes) " in check_ranges_format()
629 FAIL(c, "Relying on default #address-cells value for %s", in check_avoid_default_addr_size()
633 FAIL(c, "Relying on default #size-cells value for %s", in check_avoid_default_addr_size()
650 FAIL(c, "/chosen has obsolete \"interrupt-controller\" " in check_obsolete_chosen_interrupt_controller()