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

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c365 int pdepth = 0, p = 0; fdt_get_path() local
377 while (pdepth > depth) { fdt_get_path()
381 pdepth--; fdt_get_path()
384 if (pdepth >= depth) { fdt_get_path()
392 pdepth++; fdt_get_path()
397 if (pdepth < (depth + 1)) fdt_get_path()

Completed in 102 milliseconds