Lines Matching refs:FAIL

118 #define FAIL(c, ...) \  macro
193 FAIL(c, "always_fail check"); in check_always_fail()
208 FAIL(c, "\"%s\" property in %s is not a string", in check_is_string()
227 FAIL(c, "\"%s\" property in %s is not a single cell", in check_is_cell()
249 FAIL(c, "Duplicate node name %s", in check_duplicate_node_names()
264 FAIL(c, "Duplicate property name %s in %s", in check_duplicate_property_names()
282 FAIL(c, "Bad character '%c' in node %s", in check_node_name_chars()
291 FAIL(c, "Node %s has multiple '@' characters in name", in check_node_name_format()
302 FAIL(c, "Bad character '%c' in property name \"%s\", node %s", in check_property_name_chars()
334 FAIL(c, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label()
375 FAIL(c, "%s has bad length (%d) %s property", in check_explicit_phandles()
387 FAIL(c, "%s in %s is a reference to another node", in check_explicit_phandles()
402 FAIL(c, "%s has bad value (0x%x) in %s property", in check_explicit_phandles()
408 FAIL(c, "%s has %s property which replaces existing phandle information", in check_explicit_phandles()
413 FAIL(c, "%s has duplicated phandle 0x%x (seen before at %s)", in check_explicit_phandles()
438 FAIL(c, "\"name\" property in %s is incorrect (\"%s\" instead" in check_name_properties()
468 FAIL(c, "Reference to non-existent node or label \"%s\"\n", in fixup_phandle_references()
492 FAIL(c, "Reference to non-existent node or label \"%s\"\n", in fixup_path_references()
551 FAIL(c, "Root node has a \"reg\" property"); in check_reg_format()
556 FAIL(c, "\"reg\" property in %s is empty", node->fullpath); in check_reg_format()
563 FAIL(c, "\"reg\" property in %s has invalid length (%d bytes) " in check_reg_format()
580 FAIL(c, "Root node has a \"ranges\" property"); in check_ranges_format()
592 FAIL(c, "%s has empty \"ranges\" property but its " in check_ranges_format()
597 FAIL(c, "%s has empty \"ranges\" property but its " in check_ranges_format()
602 FAIL(c, "\"ranges\" property in %s has invalid length (%d bytes) " in check_ranges_format()
628 FAIL(c, "Relying on default #address-cells value for %s", in check_avoid_default_addr_size()
632 FAIL(c, "Relying on default #size-cells value for %s", in check_avoid_default_addr_size()
649 FAIL(c, "/chosen has obsolete \"interrupt-controller\" " in check_obsolete_chosen_interrupt_controller()