Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/dtc/
Ddtc.c36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
45 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
Dchecks.c94 xasprintf_append(&str, "%s:%s: ", node->fullpath, prop->name); in check_msg()
96 xasprintf_append(&str, "%s: ", node->fullpath); in check_msg()
138 TRACE(c, "%s", node->fullpath); in check_nodes_props()
435 ((prop) ? "' in " : ""), (node)->fullpath
560 phandle, other->fullpath); in check_explicit_phandles()
658 path = refnode->fullpath; in fixup_path_references()
811 ranges, c_addr_cells, node->parent->fullpath, in check_ranges_format()
816 ranges, c_size_cells, node->parent->fullpath, in check_ranges_format()
1285 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address_common()
1449 provider_node->fullpath, in check_property_phandle_args()
[all …]
Dlivetree.c876 data_copy_escape_string(node->fullpath, in generate_label_tree_internal()
877 strlen(node->fullpath)), in generate_label_tree_internal()
929 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry()
933 node->fullpath, prop->name, m->offset); in add_fixup_entry()
Ddtc.h226 char *fullpath; member
Dflattree.c250 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_offload.py341 fullpath = os.path.join("/sys/bus/netdevsim/", path)
343 with open(fullpath, "w") as f:
346 log("WRITE %s: %r" % (fullpath, val), -e.errno)
348 log("WRITE %s: %r" % (fullpath, val), 0)
/Linux-v6.6/tools/testing/ktest/
Dktest.pl2523 my $fullpath = "$builddir/$file";
2524 if ($file eq $err || $fullpath eq $err) {