Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c103 TRACE(c, "%s", node->fullpath); in check_nodes_props()
175 propname, node->fullpath); in check_is_string()
194 propname, node->fullpath); in check_is_cell()
216 child->fullpath); in check_duplicate_node_names()
231 prop->name, node->fullpath); in check_duplicate_property_names()
250 node->name[n], node->fullpath); in check_node_name_chars()
261 node->name[n], node->fullpath); in check_node_name_chars_strict()
270 node->fullpath); in check_node_name_format()
289 node->fullpath); in check_unit_address_vs_reg()
293 node->fullpath); in check_unit_address_vs_reg()
[all …]
H A Ddtc.c49 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
58 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
H A Dlivetree.c827 data_copy_mem(node->fullpath, in generate_label_tree_internal()
828 strlen(node->fullpath) + 1)); in generate_label_tree_internal()
873 if (strchr(node->fullpath, ':') || strchr(prop->name, ':')) in add_fixup_entry()
877 node->fullpath, prop->name, m->offset); in add_fixup_entry()
H A Ddtc.h162 char *fullpath; member
H A Dflattree.c264 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs.c1389 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()