HomeSort by relevance Sort by last modified time
    Searched defs:nodeoffset (Results 1 - 2 of 2) sorted by null

  /external/dtc/tests/
parent_offset.c 45 int nodeoffset, parentoffset, parentpathoffset, pathparentlen; local
54 nodeoffset = fdt_path_offset(fdt, path);
55 if (nodeoffset < 0)
56 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
63 parentoffset = fdt_parent_offset(fdt, nodeoffset);
supernode_atdepth_offset.c 74 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; local
85 nodeoffset = fdt_path_offset(fdt, path);
86 if (nodeoffset < 0)
87 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
93 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset,
111 int nodeoffset, err; local
113 nodeoffset = fdt_path_offset(fdt, path);
114 if (nodeoffset < 0)
115 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
117 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, pdepth + 1, NULL)
    [all...]

Completed in 61 milliseconds