Searched refs:fullpath (Results 1 – 5 of 5) sorted by relevance
| /scripts/dtc/ |
| D | dtc.c | 36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 45 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
| D | checks.c | 94 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg() 96 xasprintf_append(&str, "%s: ", node->fullpath); in check_msg() 139 TRACE(c, "%s", node->fullpath); in check_nodes_props() 436 ((prop) ? "' in " : ""), (node)->fullpath 561 phandle, other->fullpath); in check_explicit_phandles() 659 path = refnode->fullpath; in fixup_path_references() 812 ranges, c_addr_cells, node->parent->fullpath, in check_ranges_format() 817 ranges, c_size_cells, node->parent->fullpath, in check_ranges_format() 1287 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address_common() 1451 provider_node->fullpath, in check_property_phandle_args() [all …]
|
| D | livetree.c | 884 data_copy_escape_string(node->fullpath, in generate_label_tree_internal() 885 strlen(node->fullpath)), in generate_label_tree_internal() 937 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry() 941 node->fullpath, prop->name, m->offset); in add_fixup_entry()
|
| D | dtc.h | 226 char *fullpath; member
|
| D | flattree.c | 250 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|