Searched refs:fullpath (Results 1 – 7 of 7) sorted by relevance
| /u-boot/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() 119 TRACE(c, "%s", node->fullpath); in check_nodes_props() 393 ((prop) ? "' in " : ""), (node)->fullpath 518 phandle, other->fullpath); in check_explicit_phandles() 616 path = refnode->fullpath; in fixup_path_references() 762 c_addr_cells, node->parent->fullpath, in check_ranges_format() 767 c_size_cells, node->parent->fullpath, in check_ranges_format() 1062 FAIL(c, dti, childb, "duplicate unit-address (also used in node %s)", childa->fullpath); in check_unique_unit_address() 1211 provider_node->fullpath, in check_property_phandle_args() 1550 remote_node->fullpath); in check_graph_endpoint()
|
| A D | livetree.c | 851 data_copy_mem(node->fullpath, in generate_label_tree_internal() 852 strlen(node->fullpath) + 1)); in generate_label_tree_internal() 897 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry() 901 node->fullpath, prop->name, m->offset); in add_fixup_entry()
|
| A D | dtc.h | 163 char *fullpath; member
|
| A D | flattree.c | 264 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|
| /u-boot/drivers/xen/ |
| A D | xenbus.c | 517 char fullpath[BUFFER_SIZE]; in xenbus_printf() local 522 sprintf(fullpath, "%s/%s", node, path); in xenbus_printf() 526 return xenbus_write(xbt, fullpath, val); in xenbus_printf()
|
| /u-boot/fs/zfs/ |
| A D | zfs.c | 1389 dnode_get_fullpath(const char *fullpath, dnode_end_t *mdn, in dnode_get_fullpath() argument 1398 ptr_at = strchr(fullpath, '@'); in dnode_get_fullpath() 1403 fsname = strdup(fullpath); in dnode_get_fullpath() 1408 fsname = malloc(ptr_at - fullpath + 1); in dnode_get_fullpath() 1411 memcpy(fsname, fullpath, ptr_at - fullpath); in dnode_get_fullpath() 1412 fsname[ptr_at - fullpath] = 0; in dnode_get_fullpath()
|
Completed in 600 milliseconds