Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 5 of 5) sorted by relevance

/scripts/dtc/
Dchecks.c104 TRACE(c, "%s", node->fullpath); in check_nodes_props()
176 propname, node->fullpath); in check_is_string()
195 propname, node->fullpath); in check_is_cell()
217 child->fullpath); in check_duplicate_node_names()
232 prop->name, node->fullpath); in check_duplicate_property_names()
250 node->name[n], node->fullpath); in check_node_name_chars()
259 node->fullpath); in check_node_name_format()
278 node->fullpath); in check_unit_address_vs_reg()
282 node->fullpath); in check_unit_address_vs_reg()
297 prop->name[n], prop->name, node->fullpath); in check_property_name_chars()
[all …]
Ddtc.c49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
58 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
Dlivetree.c798 data_copy_mem(node->fullpath, in generate_label_tree_internal()
799 strlen(node->fullpath) + 1)); in generate_label_tree_internal()
844 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry()
848 node->fullpath, prop->name, m->offset); in add_fixup_entry()
Ddtc.h158 char *fullpath; member
Dflattree.c272 emit->string(etarget, tree->fullpath, 0); in flatten_tree()