Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c256 char *node_path; member
464 char *node_path, *copyfrom_path; in new_node_record() local
478 if (node_path[0] != '/') in new_node_record()
479 node_path = apr_pstrcat(pool, "/", node_path, SVN_VA_NULL); in new_node_record()
483 nb->do_skip = skip_path(node_path, pb->prefixes, in new_node_record()
492 node_path), in new_node_record()
545 nb->node_path = apr_pstrdup(pool, node_path); in new_node_record()
556 nb->headers, SVN_REPOS_DUMPFILE_NODE_PATH, node_path + 1); in new_node_record()
572 node_path); in new_node_record()
762 nb->node_path, rb->rev_orig); in set_node_property()
[all …]
/freebsd-12.1/usr.bin/dtc/
H A Dfdt.hh703 class node_path : public std::vector<std::pair<std::string,std::string>> class in dtc::fdt::device_tree
763 std::unordered_map<std::string, node_path> node_paths;
769 std::vector<std::pair<std::string, node_path>> ordered_node_paths;
783 node_path path;
860 void collect_names_recursive(node_ptr &n, node_path &path);
H A Dchecking.hh59 device_tree::node_path path;
H A Dfdt.cc1194 device_tree::collect_names_recursive(node_ptr &n, node_path &path) in collect_names_recursive()
1260 node_path p; in collect_names()
1333 node_path path = node_paths[pv->string_data]; in resolve_cross_references()
1821 device_tree::node_path::to_string() const in to_string()
/freebsd-12.1/sys/dev/xen/blkfront/
H A Dblkfront.c1100 const char *node_path; in xbd_initialize() local
1128 node_path = xenbus_get_node(sc->xbd_dev); in xbd_initialize()
1175 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1181 node_path); in xbd_initialize()
1185 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1191 node_path); in xbd_initialize()
1196 error = xs_printf(XST_NIL, node_path, "event-channel", in xbd_initialize()
1201 node_path); in xbd_initialize()
1205 error = xs_printf(XST_NIL, node_path, "protocol", in xbd_initialize()
1210 node_path); in xbd_initialize()
/freebsd-12.1/usr.sbin/autofs/
H A 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()
H A Dcommon.h86 char *node_path(const struct node *n);
H A Dautomount.c157 mountpoint = node_path(n); in mount_if_not_already()
H A Dautomountd.c140 path = node_path(node); in create_subtree()
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_fs_private.h208 const char **node_path,
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A 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-12.1/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c1733 const char **node_path, in svn_fs__get_deleted_node() argument
1767 *node_path = svn_fspath__join(copyfrom_path, rel_path, result_pool); in svn_fs__get_deleted_node()
1783 *node_path = apr_pstrdup(result_pool, path); in svn_fs__get_deleted_node()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c5094 const char *node_path; member
5170 SVN_ERR(args->receiver(svn_fspath__join(args->node_path, in txn_body_get_mergeinfo_data_and_entries()
5208 const char *node_path, in crawl_directory_for_mergeinfo() argument
5222 gmdae_args.node_path = node_path; in crawl_directory_for_mergeinfo()
5244 svn_fspath__join(node_path, key, in crawl_directory_for_mergeinfo()