Searched refs:FDT_ERR_NOTFOUND (Results 1 - 23 of 23) sorted by relevance

/external/dtc/tests/
H A Dnode_offset_by_compatible.c70 check_search(fdt, "test_tree1", 0, -FDT_ERR_NOTFOUND);
71 check_search(fdt, "subnode1", subnode1_offset, -FDT_ERR_NOTFOUND);
72 check_search(fdt, "subsubnode1", subsubnode1_offset, -FDT_ERR_NOTFOUND);
73 check_search(fdt, "subsubnode2", subsubnode2_offset, -FDT_ERR_NOTFOUND);
78 subsubnode2_offset, -FDT_ERR_NOTFOUND);
81 subsubnode1_offset, -FDT_ERR_NOTFOUND);
82 check_search(fdt, "nothing-like-this", -FDT_ERR_NOTFOUND);
H A Dnop_node.c64 if (subnode1_offset != -FDT_ERR_NOTFOUND)
67 fdt_strerror(-FDT_ERR_NOTFOUND));
86 if (subnode1_offset != -FDT_ERR_NOTFOUND)
89 fdt_strerror(-FDT_ERR_NOTFOUND));
92 if (subnode2_offset != -FDT_ERR_NOTFOUND)
95 fdt_strerror(-FDT_ERR_NOTFOUND));
98 if (subsubnode2_offset != -FDT_ERR_NOTFOUND)
101 fdt_strerror(-FDT_ERR_NOTFOUND));
H A Dnode_offset_by_prop_value.c96 subsubnode1_offset, -FDT_ERR_NOTFOUND);
99 subsubnode2_offset, -FDT_ERR_NOTFOUND);
101 check_search_str(fdt, "prop-str", TEST_STRING_1, 0, -FDT_ERR_NOTFOUND);
103 check_search_str(fdt, "prop-str", "no such string", -FDT_ERR_NOTFOUND);
105 check_search_cell(fdt, "prop-int", TEST_VALUE_1+1, -FDT_ERR_NOTFOUND);
107 check_search(fdt, "no-such-prop", NULL, 0, -FDT_ERR_NOTFOUND);
H A Ddel_node.c69 if (subnode1_offset != -FDT_ERR_NOTFOUND)
72 fdt_strerror(-FDT_ERR_NOTFOUND));
91 if (subnode1_offset != -FDT_ERR_NOTFOUND)
94 fdt_strerror(-FDT_ERR_NOTFOUND));
97 if (subnode2_offset != -FDT_ERR_NOTFOUND)
100 fdt_strerror(-FDT_ERR_NOTFOUND));
103 if (subsubnode2_offset != -FDT_ERR_NOTFOUND)
106 fdt_strerror(-FDT_ERR_NOTFOUND));
H A Dnop_property.c53 if (lenerr != -FDT_ERR_NOTFOUND)
66 if (lenerr != -FDT_ERR_NOTFOUND)
H A Ddel_property.c57 if (lenerr != -FDT_ERR_NOTFOUND)
71 if (lenerr != -FDT_ERR_NOTFOUND)
H A Dpath_offset.c130 check_path_offset_namelen(fdt, "/subnode@2TRAILINGGARBAGE", 11, -FDT_ERR_NOTFOUND);
132 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 22, -FDT_ERR_NOTFOUND);
134 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 25, -FDT_ERR_NOTFOUND);
H A Dnode_offset_by_phandle.c58 check_search(fdt, ~PHANDLE_1, -FDT_ERR_NOTFOUND);
H A Dnotfound.c32 if (err != -FDT_ERR_NOTFOUND)
33 FAIL("%s return error %s instead of -FDT_ERR_NOTFOUND", s,
H A Dsubnode_offset.c89 if (ss21_off != -FDT_ERR_NOTFOUND)
93 if (ss12_off != -FDT_ERR_NOTFOUND)
H A Dparent_offset.c85 if (err != -FDT_ERR_NOTFOUND)
87 "-FDT_ERR_NOTFOUND", err);
H A Ddtb_reverse.c73 else if (offset != -FDT_ERR_NOTFOUND)
121 else if (offset != -FDT_ERR_NOTFOUND)
H A Dsupernode_atdepth_offset.c118 if (err != -FDT_ERR_NOTFOUND)
120 "of FDT_ERR_NOTFOUND", path, pdepth+1, err);
H A Ddtbs_equal_unordered.c126 if (len2 == -FDT_ERR_NOTFOUND)
166 if (coffset2 == -FDT_ERR_NOTFOUND)
H A Doverlay.c52 return -FDT_ERR_NOTFOUND;
/external/dtc/libfdt/
H A Dfdt_overlay.c76 if (path_len == -FDT_ERR_NOTFOUND)
146 if (ret && ret != -FDT_ERR_NOTFOUND)
150 if (ret && ret != -FDT_ERR_NOTFOUND)
230 if (tree_len == -FDT_ERR_NOTFOUND)
274 if (tree_child == -FDT_ERR_NOTFOUND)
314 if (fixups == -FDT_ERR_NOTFOUND)
376 return -FDT_ERR_NOTFOUND;
379 if (fixup_off == -FDT_ERR_NOTFOUND)
420 if (len == -FDT_ERR_NOTFOUND)
499 if (fixups_off == -FDT_ERR_NOTFOUND)
[all...]
H A Dfdt_strerror.c66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
H A Dfdt_ro.c100 if (offset == -FDT_ERR_NOTFOUND)
155 return -FDT_ERR_NOTFOUND;
173 return -FDT_ERR_NOTFOUND;
433 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
450 return -FDT_ERR_NOTFOUND;
463 return -FDT_ERR_NOTFOUND;
469 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
619 return -FDT_ERR_NOTFOUND;
662 *lenp = -FDT_ERR_NOTFOUND;
696 if ((err < 0) && (err != -FDT_ERR_NOTFOUND))
[all...]
H A Dfdt.c193 return -FDT_ERR_NOTFOUND;
208 return -FDT_ERR_NOTFOUND;
224 return -FDT_ERR_NOTFOUND;
H A Dfdt_rw.c198 return -FDT_ERR_NOTFOUND;
281 if (err == -FDT_ERR_NOTFOUND)
348 else if (offset != -FDT_ERR_NOTFOUND)
H A Dlibfdt.h61 #define FDT_ERR_NOTFOUND 1 macro
62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
167 * @return offset of first subnode, or -FDT_ERR_NOTFOUND if there is none
179 * @return offset of next subnode, or -FDT_ERR_NOTFOUND if there are no more
377 * -FDT_ERR_NOTFOUND, if the requested subnode does not exist
417 * -FDT_ERR_NOTFOUND, if the requested node does not exist
461 * -FDT_ERR_NOTFOUND, if the requested node has no properties
482 * -FDT_ERR_NOTFOUND, if the given property is the last in its node
584 * -FDT_ERR_NOTFOUND, node does not have named property
681 * -FDT_ERR_NOTFOUND, nod
[all...]
/external/dtc/
H A Dfdtget.c132 return prop == -FDT_ERR_NOTFOUND ? 0 : prop;
H A Dfdtput.c219 if (node == -FDT_ERR_NOTFOUND) {

Completed in 122 milliseconds