Lines Matching refs:FAIL

107 #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()
308 FAIL(c, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label()
349 FAIL(c, "%s has bad length (%d) %s property", in check_explicit_phandles()
361 FAIL(c, "%s in %s is a reference to another node", in check_explicit_phandles()
376 FAIL(c, "%s has bad value (0x%x) in %s property", in check_explicit_phandles()
382 FAIL(c, "%s has %s property which replaces existing phandle information", in check_explicit_phandles()
387 FAIL(c, "%s has duplicated phandle 0x%x (seen before at %s)", in check_explicit_phandles()
412 FAIL(c, "\"name\" property in %s is incorrect (\"%s\" instead" in check_name_properties()
442 FAIL(c, "Reference to non-existent node or label \"%s\"\n", in fixup_phandle_references()
466 FAIL(c, "Reference to non-existent node or label \"%s\"\n", in fixup_path_references()
525 FAIL(c, "Root node has a \"reg\" property"); in check_reg_format()
530 FAIL(c, "\"reg\" property in %s is empty", node->fullpath); in check_reg_format()
537 FAIL(c, "\"reg\" property in %s has invalid length (%d bytes) " in check_reg_format()
554 FAIL(c, "Root node has a \"ranges\" property"); in check_ranges_format()
566 FAIL(c, "%s has empty \"ranges\" property but its " in check_ranges_format()
571 FAIL(c, "%s has empty \"ranges\" property but its " in check_ranges_format()
576 FAIL(c, "\"ranges\" property in %s has invalid length (%d bytes) " in check_ranges_format()
602 FAIL(c, "Relying on default #address-cells value for %s", in check_avoid_default_addr_size()
606 FAIL(c, "Relying on default #size-cells value for %s", in check_avoid_default_addr_size()
623 FAIL(c, "/chosen has obsolete \"interrupt-controller\" " in check_obsolete_chosen_interrupt_controller()