Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_ro.c357 int pdepth = 0, p = 0; in fdt_get_path() local
369 while (pdepth > depth) { in fdt_get_path()
373 pdepth--; in fdt_get_path()
376 if (pdepth >= depth) { in fdt_get_path()
384 pdepth++; in fdt_get_path()
389 if (pdepth < (depth + 1)) in fdt_get_path()

Completed in 3 milliseconds