HomeSort by: relevance | last modified time | path
    Searched defs:nodeoffset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
parent_offset.c 34 int nodeoffset, parentoffset, parentpathoffset, pathparentlen; local
43 nodeoffset = fdt_path_offset(fdt, path);
44 if (nodeoffset < 0)
45 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
52 parentoffset = fdt_parent_offset(fdt, nodeoffset);
supernode_atdepth_offset.c 63 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; local
74 nodeoffset = fdt_path_offset(fdt, path);
75 if (nodeoffset < 0)
76 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
82 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset,
100 int nodeoffset, err; local
102 nodeoffset = fdt_path_offset(fdt, path);
103 if (nodeoffset < 0)
104 FAIL("fdt_path_offset(%s): %s", path, fdt_strerror(nodeoffset));
106 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, pdepth + 1, NULL)
    [all...]

Completed in 28 milliseconds