Home
last modified time | relevance | path

Searched refs:fdt_strerror (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dnop_node.c33 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 Ddel_node.c38 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 Dpath-references.c26 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 Dreferences.c27 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 Dsetprop.c39 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 Ddel_property.c41 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 Dappendprop_addrrange.c40 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 Dnop_property.c37 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 Dnode_check_compatible.c27 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 Dtestutils.c84 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 Dsetprop_inplace.c41 ~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 Dsupernode_atdepth_offset.c76 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 Ddtb_reverse.c25 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 Dmove_and_save.c43 fdt_strerror(err)); in main()
51 shuntsize, fdt_strerror(err)); in main()
59 shuntsize, fdt_strerror(err)); in main()
H A Dtruncated_string.c42 fdt_strerror(len)); in main()
57 fdt_strerror(len)); in main()
67 fdt_strerror(len)); in main()
H A Dparent_offset.c45 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 Drw_oom.c28 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 Dset_name.c38 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 Dsw_tree1.c50 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 Ddtbs_equal_unordered.c44 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 Dpath_offset.c29 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 Dtruncated_property.c35 fdt_strerror(len), fdt_strerror(-FDT_ERR_BADSTRUCTURE)); in main()
H A Dsw_states.c28 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 Ddtbs_equal_ordered.c42 FAIL(#code ": %s", fdt_strerror(err)); \
96 offset1, fdt_strerror(err)); in compare_structure()
100 offset2, fdt_strerror(err)); in compare_structure()
H A Dtruncated_memrsv.c30 FAIL("Bad header: %s", fdt_strerror(err)); in main()
40 fdt_strerror(err)); in main()

123