HomeSort by: relevance | last modified time | path
    Searched defs:pdepth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_ro.c 525 int pdepth = 0, p = 0; local in function:fdt_get_path
537 while (pdepth > depth) {
541 pdepth--;
544 if (pdepth >= depth) {
552 pdepth++;
557 if (pdepth < (depth + 1))
fdt_ro.c 525 int pdepth = 0, p = 0; local in function:fdt_get_path
537 while (pdepth > depth) {
541 pdepth--;
544 if (pdepth >= depth) {
552 pdepth++;
557 if (pdepth < (depth + 1))

Completed in 25 milliseconds