Lines Matching refs:pathp
199 const char *pathp; in populate_node() local
202 pathp = fdt_get_name(blob, offset, &len); in populate_node()
203 if (!pathp) { in populate_node()
217 memcpy(fn, pathp, len); in populate_node()
226 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node()
550 const char *pathp; in of_scan_flat_dt() local
560 pathp = fdt_get_name(blob, offset, NULL); in of_scan_flat_dt()
561 rc = it(offset, pathp, depth, data); in of_scan_flat_dt()
584 const char *pathp; in of_scan_flat_dt_subnodes() local
587 pathp = fdt_get_name(blob, node, NULL); in of_scan_flat_dt_subnodes()
588 rc = it(node, pathp, data); in of_scan_flat_dt_subnodes()