/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | nop_node.c | 33 fdt_strerror(subnode1_offset)); in main() 39 fdt_strerror(subnode2_offset)); in main() 45 fdt_strerror(subsubnode2_offset)); in main() 50 FAIL("fdt_nop_node(subnode1): %s", fdt_strerror(err)); in main() 55 fdt_strerror(subnode1_offset), in main() 56 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 61 fdt_strerror(subnode2_offset)); in main() 67 fdt_strerror(subsubnode2_offset)); in main() 72 FAIL("fdt_nop_node(subnode2): %s", fdt_strerror(err)); in main() 77 fdt_strerror(subnode1_offset), in main() [all …]
|
H A D | del_node.c | 38 fdt_strerror(subnode1_offset)); in main() 44 fdt_strerror(subnode2_offset)); in main() 50 fdt_strerror(subsubnode2_offset)); in main() 55 FAIL("fdt_del_node(subnode1): %s", fdt_strerror(err)); in main() 60 fdt_strerror(subnode1_offset), in main() 61 fdt_strerror(-FDT_ERR_NOTFOUND)); in main() 66 fdt_strerror(subnode2_offset)); in main() 72 fdt_strerror(subsubnode2_offset)); in main() 77 FAIL("fdt_del_node(subnode2): %s", fdt_strerror(err)); in main() 82 fdt_strerror(subnode1_offset), in main() [all …]
|
H A D | path-references.c | 26 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); in check_ref() 33 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref() 47 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref() 65 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main() 68 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main() 77 FAIL("fdt_getprop(0, \"multiref\"): %s", fdt_strerror(len)); in main() 87 FAIL("fdt_path_offset(/foo/baz): %s", fdt_strerror(n3)); in main() 90 FAIL("fdt_path_offset(/foobar/baz): %s", fdt_strerror(n4)); in main()
|
H A D | references.c | 27 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); in check_ref() 38 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); in check_ref() 56 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); in check_rref() 76 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); in main() 79 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); in main() 82 FAIL("fdt_path_offset(/node3): %s", fdt_strerror(n3)); in main() 85 FAIL("fdt_path_offset(/node4): %s", fdt_strerror(n4)); in main() 88 FAIL("fdt_path_offset(/node5): %s", fdt_strerror(n5)); in main() 91 FAIL("fdt_path_offset(/node6): %s", fdt_strerror(n6)); in main()
|
H A D | setprop.c | 39 FAIL("fdt_open_into(): %s", fdt_strerror(err)); in main() 49 NEW_STRING, fdt_strerror(err)); in main() 61 fdt_strerror(err)); in main() 68 TEST_VALUE_2, fdt_strerror(err)); in main() 74 TEST_VALUE_2, fdt_strerror(err)); in main() 80 TEST_VALUE64_1, fdt_strerror(err)); in main()
|
H A D | del_property.c | 41 FAIL("Failed to delete \"prop-int\": %s", fdt_strerror(err)); in main() 48 fdt_strerror(lenerr)); in main() 55 FAIL("Failed to delete \"prop-str\": %s", fdt_strerror(err)); in main() 62 fdt_strerror(lenerr)); in main() 68 FAIL("fdt_pack(): %s\n", fdt_strerror(err)); in main()
|
H A D | appendprop_addrrange.c | 40 FAIL("fdt_open_into(): %s", fdt_strerror(err)); in main() 48 fdt_strerror(err)); in main() 52 fdt_strerror(err)); in main() 74 i, fdt_strerror(err)); in main() 93 FAIL("Failed to set \"reg\": %s", fdt_strerror(err)); in main()
|
H A D | nop_property.c | 37 FAIL("Failed to nop \"prop-int\": %s", fdt_strerror(err)); in main() 43 FAIL("Unexpected error on second getprop: %s", fdt_strerror(err)); in main() 50 FAIL("Failed to nop \"prop-str\": %s", fdt_strerror(err)); in main() 56 FAIL("Unexpected error on second getprop: %s", fdt_strerror(err)); in main()
|
H A D | node_check_compatible.c | 27 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(offset)); in check_compatible() 32 fdt_strerror(err)); in check_compatible() 44 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(offset)); in check_not_compatible() 49 fdt_strerror(err)); in check_not_compatible()
|
H A D | testutils.c | 84 FAIL("fdt_get_mem_rsv(%d): %s", n, fdt_strerror(err)); in check_mem_rsv() 105 fdt_strerror(retlen)); in check_property() 116 FAIL("Couldn't get property name: %s", fdt_strerror(namelen)); in check_property() 142 FAIL("fdt_getprop(\"%s\"): %s", name, fdt_strerror(proplen)); in check_getprop() 162 FAIL("fdt_getprop(\"%s\"): %s", name, fdt_strerror(proplen)); in check_get_prop_offset() 191 fdt_strerror(xac)); in check_getprop_addrrange() 194 fdt_strerror(xsc)); in check_getprop_addrrange() 351 FAIL("fdt_open_into(): %s", fdt_strerror(err)); in open_blob_rw()
|
H A D | setprop_inplace.c | 41 ~TEST_VALUE_1, fdt_strerror(err)); in main() 55 ~TEST_VALUE64_1, fdt_strerror(err)); in main() 70 xstr, fdt_strerror(err)); in main() 80 FAIL("Failed to set \"compatible\": %s\n", fdt_strerror(err)); in main()
|
H A D | supernode_atdepth_offset.c | 76 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset)); in check_supernode_atdepth() 80 fdt_strerror(superpathoffset)); in check_supernode_atdepth() 86 fdt_strerror(supernodeoffset)); in check_supernode_atdepth() 104 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset)); in check_supernode_overdepth()
|
H A D | dtb_reverse.c | 25 FAIL(#code ": %s", fdt_strerror(err)); \ 54 FAIL("fdt_getprop_by_offset(): %s\n", fdt_strerror(len)); in reverse_properties() 63 FAIL("fdt_next_property_offset(): %s\n", fdt_strerror(offset)); in reverse_properties() 111 FAIL("fdt_first_property(): %s\n", fdt_strerror(offset)); in reverse_node()
|
H A D | move_and_save.c | 43 fdt_strerror(err)); in main() 51 shuntsize, fdt_strerror(err)); in main() 59 shuntsize, fdt_strerror(err)); in main()
|
H A D | truncated_string.c | 42 fdt_strerror(len)); in main() 57 fdt_strerror(len)); in main() 67 fdt_strerror(len)); in main()
|
H A D | parent_offset.c | 45 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset)); in check_path() 50 fdt_strerror(parentpathoffset)); in check_path() 54 FAIL("fdt_parent_offset(): %s", fdt_strerror(parentoffset)); in check_path()
|
H A D | rw_oom.c | 28 FAIL(#code ": %s", fdt_strerror(err)); \ 35 FAIL(#code ": %s", fdt_strerror(off)); \ 72 FAIL("fdt_setprop_string(fdt, s1, \"compatible\", \"subnode1\"): %s", fdt_strerror(err)); in main()
|
H A D | set_name.c | 38 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len)); in check_set_name() 51 fdt_strerror(err)); in check_set_name() 55 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len)); in check_set_name()
|
H A D | sw_tree1.c | 50 fdt_strerror(err)); in realloc_fdt() 63 fdt_strerror(err)); in realloc_fdt() 76 fdt_strerror(err)); in realloc_fdt() 94 FAIL(#code ": %s", fdt_strerror(err)); \
|
H A D | dtbs_equal_unordered.c | 44 FAIL(#code ": %s", fdt_strerror(err)); \ 110 fdt_strerror(len1)); in compare_properties() 120 fdt_strerror(len2)); in compare_properties() 160 fdt_strerror(coffset2)); in compare_subnodes()
|
H A D | path_offset.c | 29 FAIL("fdt_subnode_offset(\"%s\"): %s", name, fdt_strerror(offset)); in check_subnode() 55 path, fdt_strerror(rc)); in check_path_offset() 75 path, namelen, fdt_strerror(rc)); in check_path_offset_namelen()
|
H A D | truncated_property.c | 35 fdt_strerror(len), fdt_strerror(-FDT_ERR_BADSTRUCTURE)); in main()
|
H A D | sw_states.c | 28 FAIL(#code ": %s", fdt_strerror(err)); \ 38 FAIL(#code ": %s", fdt_strerror(err)); \ 52 FAIL("fdt_create(): %s", fdt_strerror(err)); in main()
|
H A D | dtbs_equal_ordered.c | 42 FAIL(#code ": %s", fdt_strerror(err)); \ 96 offset1, fdt_strerror(err)); in compare_structure() 100 offset2, fdt_strerror(err)); in compare_structure()
|
H A D | truncated_memrsv.c | 30 FAIL("Bad header: %s", fdt_strerror(err)); in main() 40 fdt_strerror(err)); in main()
|