Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libfdt/
H A Dfdt_ro.c512 int supernodedepth, int *nodedepth) in fdt_supernode_atdepth_offset() argument
519 if (supernodedepth < 0) in fdt_supernode_atdepth_offset()
525 if (depth == supernodedepth) in fdt_supernode_atdepth_offset()
532 if (supernodedepth > depth) in fdt_supernode_atdepth_offset()
H A Dlibfdt.h801 int supernodedepth, int *nodedepth);