HomeSort by relevance Sort by last modified time
    Searched refs:FDT_ERR_NOTFOUND (Results 1 - 25 of 33) sorted by null

1 2

  /external/dtc/tests/
node_offset_by_compatible.c 70 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);
nop_node.c 64 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));
node_offset_by_prop_value.c 96 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);
del_node.c 69 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));
nop_property.c 53 if (lenerr != -FDT_ERR_NOTFOUND)
66 if (lenerr != -FDT_ERR_NOTFOUND)
del_property.c 57 if (lenerr != -FDT_ERR_NOTFOUND)
71 if (lenerr != -FDT_ERR_NOTFOUND)
path_offset.c 130 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);
node_offset_by_phandle.c 58 check_search(fdt, ~PHANDLE_1, -FDT_ERR_NOTFOUND);
notfound.c 32 if (err != -FDT_ERR_NOTFOUND)
33 FAIL("%s return error %s instead of -FDT_ERR_NOTFOUND", s,
subnode_offset.c 89 if (ss21_off != -FDT_ERR_NOTFOUND)
93 if (ss12_off != -FDT_ERR_NOTFOUND)
parent_offset.c 85 if (err != -FDT_ERR_NOTFOUND)
87 "-FDT_ERR_NOTFOUND", err);
dtb_reverse.c 73 else if (offset != -FDT_ERR_NOTFOUND)
121 else if (offset != -FDT_ERR_NOTFOUND)
supernode_atdepth_offset.c 118 if (err != -FDT_ERR_NOTFOUND)
120 "of FDT_ERR_NOTFOUND", path, pdepth+1, err);
dtbs_equal_unordered.c 126 if (len2 == -FDT_ERR_NOTFOUND)
166 if (coffset2 == -FDT_ERR_NOTFOUND)
  /external/dtc/libfdt/
fdt_overlay.c 76 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...]
fdt_strerror.c 66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
fdt_ro.c 100 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...]
fdt.c 193 return -FDT_ERR_NOTFOUND;
208 return -FDT_ERR_NOTFOUND;
224 return -FDT_ERR_NOTFOUND;
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_strerror.c 66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
fdt_ro.c 100 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...]
fdt.c 193 return -FDT_ERR_NOTFOUND;
208 return -FDT_ERR_NOTFOUND;
224 return -FDT_ERR_NOTFOUND;
fdt_rw.c 198 return -FDT_ERR_NOTFOUND;
281 if (err == -FDT_ERR_NOTFOUND)
347 else if (offset != -FDT_ERR_NOTFOUND)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_strerror.c 66 FDT_ERRTABENT(FDT_ERR_NOTFOUND),
fdt.c 192 return -FDT_ERR_NOTFOUND;
207 return -FDT_ERR_NOTFOUND;
223 return -FDT_ERR_NOTFOUND;
fdt_ro.c 129 return -FDT_ERR_NOTFOUND;
147 return -FDT_ERR_NOTFOUND;
402 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
419 return -FDT_ERR_NOTFOUND;
432 return -FDT_ERR_NOTFOUND;
438 if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
567 if ((err < 0) && (err != -FDT_ERR_NOTFOUND))

Completed in 230 milliseconds

1 2