Searched refs:fullpath (Results 1 – 5 of 5) sorted by relevance
| /scripts/dtc/ |
| A D | dtc.c | 49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 58 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
| A D | checks.c | 89 fprintf(stderr, "%s", node->fullpath); in check_msg() 118 TRACE(c, "%s", node->fullpath); in check_nodes_props() 392 ((prop) ? "' in " : ""), (node)->fullpath 517 phandle, other->fullpath); in check_explicit_phandles() 615 path = refnode->fullpath; in fixup_path_references() 761 c_addr_cells, node->parent->fullpath, in check_ranges_format() 766 c_size_cells, node->parent->fullpath, in check_ranges_format() 1061 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address() 1209 provider_node->fullpath, in check_property_phandle_args() 1548 remote_node->fullpath); in check_graph_endpoint()
|
| A D | livetree.c | 877 data_copy_mem(node->fullpath, in generate_label_tree_internal() 878 strlen(node->fullpath) + 1)); in generate_label_tree_internal() 923 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry() 927 node->fullpath, prop->name, m->offset); in add_fixup_entry()
|
| A D | dtc.h | 161 char *fullpath; member
|
| A D | flattree.c | 264 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|
Completed in 18 milliseconds