Searched refs:fullpath (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/scripts/dtc/ |
D | checks.c | 130 TRACE(c, "%s", node->fullpath); in check_nodes_props() 136 TRACE(c, "%s\t'%s'", node->fullpath, prop->name); in check_nodes_props() 209 propname, node->fullpath); in check_is_string() 228 propname, node->fullpath); in check_is_cell() 250 child->fullpath); in check_duplicate_node_names() 265 prop->name, node->fullpath); in check_duplicate_property_names() 283 node->name[n], node->fullpath); in check_node_name_chars() 292 node->fullpath); in check_node_name_format() 303 prop->name[n], prop->name, node->fullpath); in check_property_name_chars() 312 ((prop) ? "' in " : ""), (node)->fullpath [all …]
|
D | dtc.c | 38 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths() 47 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
|
D | dtc.h | 154 char *fullpath; member
|
D | flattree.c | 272 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
|
/linux-4.1.27/fs/cifs/ |
D | cifs_dfs_ref.c | 138 const char *fullpath, in cifs_compose_mount_options() argument 154 if (strlen(fullpath) - ref->path_consumed) in cifs_compose_mount_options() 155 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options() 245 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument 253 fullpath + 1, ref, &devname); in cifs_dfs_do_refmount()
|
D | cifsproto.h | 71 const char *fullpath, const struct dfs_info3_param *ref,
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 2297 my $fullpath = "$builddir/$file"; 2298 if ($file eq $err || $fullpath eq $err) {
|