Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsupernode_atdepth_offset.c61 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local
80 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset, in check_supernode_atdepth()
82 if (supernodeoffset < 0) in check_supernode_atdepth()
84 fdt_strerror(supernodeoffset)); in check_supernode_atdepth()
86 if (supernodeoffset != superpathoffset) in check_supernode_atdepth()
88 supernodeoffset, superpathoffset); in check_supernode_atdepth()
/external/dtc/libfdt/
Dfdt_ro.c596 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset() local
607 supernodeoffset = offset; in fdt_supernode_atdepth_offset()
616 return supernodeoffset; in fdt_supernode_atdepth_offset()