Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dsupernode_atdepth_offset.c63 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local
82 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset, in check_supernode_atdepth()
84 if (supernodeoffset < 0) in check_supernode_atdepth()
86 fdt_strerror(supernodeoffset)); in check_supernode_atdepth()
88 if (supernodeoffset != superpathoffset) in check_supernode_atdepth()
90 supernodeoffset, superpathoffset); in check_supernode_atdepth()
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_ro.c579 int supernodeoffset = -FDT_ERR_INTERNAL; in fdt_supernode_atdepth_offset() local
590 supernodeoffset = offset; in fdt_supernode_atdepth_offset()
599 return supernodeoffset; in fdt_supernode_atdepth_offset()