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()
546 const char *pathp; in of_scan_flat_dt() local
556 pathp = fdt_get_name(blob, offset, NULL); in of_scan_flat_dt()
557 rc = it(offset, pathp, depth, data); in of_scan_flat_dt()
580 const char *pathp; in of_scan_flat_dt_subnodes() local
583 pathp = fdt_get_name(blob, node, NULL); in of_scan_flat_dt_subnodes()
584 rc = it(node, pathp, data); in of_scan_flat_dt_subnodes()