Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c257 char *node_path; member
463 char *node_path, *copyfrom_path; in new_node_record() local
477 if (node_path[0] != '/') in new_node_record()
478 node_path = apr_pstrcat(pool, "/", node_path, SVN_VA_NULL); in new_node_record()
482 nb->do_skip = skip_path(node_path, pb->prefixes, in new_node_record()
491 node_path), in new_node_record()
533 copyfrom_path, node_path); in new_node_record()
545 nb->node_path = apr_pstrdup(pool, node_path); in new_node_record()
572 node_path); in new_node_record()
615 node_path); in new_node_record()
[all …]
/freebsd-13.1/usr.bin/dtc/
H A Dfdt.hh712 class node_path : public std::vector<std::pair<std::string,std::string>> class in dtc::fdt::device_tree
772 std::unordered_map<std::string, node_path> node_paths;
778 std::vector<std::pair<std::string, node_path>> ordered_node_paths;
792 node_path path;
869 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()
1829 device_tree::node_path::to_string() const in to_string()
/freebsd-13.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-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_fs_private.h208 const char **node_path,
/freebsd-13.1/usr.sbin/autofs/
H A Dcommon.c450 node_path(n)); in node_expand_defined()
576 node_path(const struct node *n) in node_path() function
626 path = node_path(n); in node_print_indent()
640 strcmp(path, node_path(first_child)) != 0) { in node_print_indent()
687 tmp = node_path(node); in node_find_x()
H A Dcommon.h85 char *node_path(const struct node *n);
H A Dautomount.c158 mountpoint = node_path(n); in mount_if_not_already()
H A Dautomountd.c139 path = node_path(node); in create_subtree()
/freebsd-13.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-13.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-13.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()