Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/py/
H A Dnsim.py44 fullpath = os.path.join("/sys/bus/netdevsim/", path)
45 with open(fullpath, "w") as f:
49 fullpath = os.path.join(f"/sys/kernel/debug/netdevsim/netdevsim{self.addr}/", path)
50 with open(fullpath, "w") as f:
/linux/scripts/dtc/
H A Dlivetree.c937 data_copy_escape_string(node->fullpath, in generate_label_tree_internal()
938 strlen(node->fullpath)), in generate_label_tree_internal()
991 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry()
995 node->fullpath, prop->name, m->offset); in add_fixup_entry()
1229 fp->name, n->fullpath, propname); in fixup_phandles()
1241 fp->name, p->name, n->fullpath); in fixup_phandles()
1273 lfp->name, n->fullpath); in local_fixup_phandles_node()
1284 lfp->name, n->fullpath); in local_fixup_phandles_node()
1298 lfsubnode->name, n->fullpath); in local_fixup_phandles_node()
H A Dchecks.c94 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()
444 ((prop) ? "' in " : ""), (node)->fullpath
569 phandle, other->fullpath); in check_explicit_phandles()
667 path = refnode->fullpath; in fixup_path_references()
823 ranges, c_addr_cells, node->parent->fullpath, in check_ranges_format()
828 ranges, c_size_cells, node->parent->fullpath, in check_ranges_format()
1301 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address_common()
1465 provider_node->fullpath, in check_property_phandle_args()
[all …]
H A Ddtc.c36 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
45 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
H A Ddtc.h229 char *fullpath; member
H A Dtreesource.c220 ref = refn->fullpath; in add_phandle_marker()
H A Dflattree.c250 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
/linux/tools/testing/ktest/
H A Dktest.pl2571 my $fullpath = "$builddir/$file";
2572 if ($file eq $err || $fullpath eq $err) {