Lines Matching refs:pathp
213 const char *pathp; in populate_node() local
216 pathp = fdt_get_name(blob, offset, &len); in populate_node()
217 if (!pathp) { in populate_node()
231 memcpy(fn, pathp, len); in populate_node()
240 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node()
678 const char *pathp; in of_scan_flat_dt() local
688 pathp = fdt_get_name(blob, offset, NULL); in of_scan_flat_dt()
689 rc = it(offset, pathp, depth, data); in of_scan_flat_dt()
712 const char *pathp; in of_scan_flat_dt_subnodes() local
715 pathp = fdt_get_name(blob, node, NULL); in of_scan_flat_dt_subnodes()
716 rc = it(node, pathp, data); in of_scan_flat_dt_subnodes()