Home
last modified time | relevance | path

Searched refs:fdt_end_node (Results 1 – 10 of 10) sorted by relevance

/external/dtc/tests/
Dsw_states.c56 CHECK_BADSTATE(fdt_end_node(fdt)); in main()
64 CHECK_BADSTATE(fdt_end_node(fdt)); in main()
90 CHECK_OK(fdt_end_node(fdt)); in main()
92 CHECK_OK(fdt_end_node(fdt)); in main()
93 CHECK_OK(fdt_end_node(fdt)); in main()
107 CHECK_OK(fdt_end_node(fdt)); in main()
109 CHECK_OK(fdt_end_node(fdt)); in main()
111 CHECK_OK(fdt_end_node(fdt)); in main()
113 CHECK_OK(fdt_end_node(fdt)); in main()
123 CHECK_BADSTATE(fdt_end_node(fdt)); in main()
Dsw_tree1.c191 CHECK(fdt_end_node(fdt)); in main()
193 CHECK(fdt_end_node(fdt)); in main()
194 CHECK(fdt_end_node(fdt)); in main()
208 CHECK(fdt_end_node(fdt)); in main()
210 CHECK(fdt_end_node(fdt)); in main()
212 CHECK(fdt_end_node(fdt)); in main()
214 CHECK(fdt_end_node(fdt)); in main()
Dappendprop1.c41 CHECK(fdt_end_node(fdt)); in main()
Dadd_subnode_with_nops.c51 CHECK(fdt_end_node(fdt)); in main()
Ddtb_reverse.c116 CHECK(fdt_end_node(out)); in reverse_node()
/external/dtc/libfdt/
Dfdt_empty_tree.c29 err = fdt_end_node(buf); in fdt_create_empty_tree()
Dversion.lds39 fdt_end_node;
Dfdt_sw.c233 int fdt_end_node(void *fdt) in fdt_end_node() function
Dlibfdt.h1475 int fdt_end_node(void *fdt);
/external/dtc/pylibfdt/
Dlibfdt.i955 while self.check_space(fdt_end_node(self._fdt)):