Searched refs:fullpath (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/scripts/dtc/ |
D | checks.c | 119 TRACE(c, "%s", node->fullpath); in check_nodes_props() 125 TRACE(c, "%s\t'%s'", node->fullpath, prop->name); in check_nodes_props() 191 propname, node->fullpath); in check_is_string() 208 propname, node->fullpath); in check_is_cell() 228 child->fullpath); in check_duplicate_node_names() 241 prop->name, node->fullpath); in check_duplicate_property_names() 257 node->name[n], node->fullpath); in check_node_name_chars() 266 node->fullpath); in check_node_name_format() 277 prop->name[n], prop->name, node->fullpath); in check_property_name_chars() 286 ((prop) ? "' in " : ""), (node)->fullpath [all …]
|
D | dtc.c | 40 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 49 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
D | dtc.h | 150 char *fullpath; member
|
D | flattree.c | 269 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|
/linux-3.4.99/fs/cifs/ |
D | cifs_dfs_ref.c | 121 const char *fullpath, in cifs_compose_mount_options() argument 213 if (tkn_e || (strlen(fullpath) - ref->path_consumed)) { in cifs_compose_mount_options() 218 strcat(mountdata, fullpath + ref->path_consumed); in cifs_compose_mount_options() 243 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument 251 fullpath + 1, ref, &devname); in cifs_dfs_do_refmount()
|
D | cifsproto.h | 65 const char *fullpath, const struct dfs_info3_param *ref,
|
/linux-3.4.99/tools/testing/ktest/ |
D | ktest.pl | 1745 my $fullpath = "$builddir/$file"; 1746 if ($file eq $err || $fullpath eq $err) {
|