Home
last modified time | relevance | path

Searched refs:node_path (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/svndumpfilter/
Dsvndumpfilter.c289 char *node_path; member
497 char *node_path, *copyfrom_path; in new_node_record() local
507 node_path = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_NODE_PATH); in new_node_record()
511 if (node_path[0] != '/') in new_node_record()
512 node_path = apr_pstrcat(pool, "/", node_path, SVN_VA_NULL); in new_node_record()
516 nb->do_skip = skip_path(node_path, pb->prefixes, in new_node_record()
525 node_path), in new_node_record()
578 nb->node_path = apr_pstrdup(pool, node_path); in new_node_record()
589 nb->headers, SVN_REPOS_DUMPFILE_NODE_PATH, node_path + 1); in new_node_record()
605 node_path); in new_node_record()
[all …]
/freebsd-10-stable/sys/dev/xen/blkfront/
Dblkfront.c1095 const char *node_path; in xbd_initialize() local
1123 node_path = xenbus_get_node(sc->xbd_dev); in xbd_initialize()
1170 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1176 node_path); in xbd_initialize()
1180 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1186 node_path); in xbd_initialize()
1191 error = xs_printf(XST_NIL, node_path, "event-channel", in xbd_initialize()
1196 node_path); in xbd_initialize()
1200 error = xs_printf(XST_NIL, node_path, "protocol", in xbd_initialize()
1205 node_path); in xbd_initialize()
/freebsd-10-stable/usr.bin/dtc/
Dfdt.hh550 typedef std::vector<std::pair<string,string> > node_path; typedef in dtc::fdt::device_tree
598 std::map<string, node_path> node_paths;
658 void collect_names_recursive(node* n, node_path &path);
Dfdt.cc895 device_tree::collect_names_recursive(node* n, node_path &path) in collect_names_recursive()
909 std::map<string, node_path>::iterator i = node_paths.find(name); in collect_names_recursive()
961 node_path p; in collect_names()
971 node_path path = node_paths[pv->string_data]; in resolve_cross_references()
973 for (node_path::iterator p=path.begin()+1, pe=path.end() ; p!=pe ; ++p) in resolve_cross_references()
Dchecking.hh57 device_tree::node_path path;
Dchecking.cc128 for (device_tree::node_path::iterator p=path.begin()+1, pe=path.end() ; in report_error()
/freebsd-10-stable/usr.sbin/autofs/
Dcommon.c449 node_path(n)); in node_expand_defined()
575 node_path(const struct node *n) in node_path() function
625 path = node_path(n); in node_print_indent()
639 strcmp(path, node_path(first_child)) != 0) { in node_print_indent()
686 tmp = node_path(node); in node_find_x()
Dcommon.h84 char *node_path(const struct node *n);
Dautomount.c156 mountpoint = node_path(n); in mount_if_not_already()
Dautomountd.c139 path = node_path(node); in create_subtree()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dlock.c687 const char *node_path = svn_dirent_join(path, name, iterpool); in do_open() local
690 SVN_ERR(do_open(&node_access, node_path, db, db_provided, in do_open()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
Dtree.c5082 const char *node_path; member
5158 svn_fspath__join(args->node_path, dirent->name, in txn_body_get_mergeinfo_data_and_entries()
5193 const char *node_path, in crawl_directory_for_mergeinfo() argument
5207 gmdae_args.node_path = node_path; in crawl_directory_for_mergeinfo()
5227 svn_fspath__join(node_path, key, in crawl_directory_for_mergeinfo()