Home
last modified time | relevance | path

Searched refs:supernodeoffset (Results 1 – 2 of 2) sorted by relevance

/external/dtc/tests/
Dsupernode_atdepth_offset.c74 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local
93 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset, in check_supernode_atdepth()
95 if (supernodeoffset < 0) in check_supernode_atdepth()
97 fdt_strerror(supernodeoffset)); in check_supernode_atdepth()
99 if (supernodeoffset != superpathoffset) in check_supernode_atdepth()
101 supernodeoffset, superpathoffset); in check_supernode_atdepth()
/external/dtc/libfdt/
Dfdt_ro.c445 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset() local
456 supernodeoffset = offset; in fdt_supernode_atdepth_offset()
465 return supernodeoffset; in fdt_supernode_atdepth_offset()