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

/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_private.h200 * as @a *node_path under @a *node_root. This may be called for arbitrary
204 * Allocate @a *node_path and @a *node_root in @a result_pool while using
209 const char **node_path,
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.h86 char *node_path(const struct node *n);
H A Dcommon.c450 node_path(n));
576 node_path(const struct node *n) function
626 path = node_path(n);
640 strcmp(path, node_path(first_child)) != 0) {
684 //log_debugx("looking up %s in %s", path, node_path(node));
687 tmp = node_path(node);
H A Dautomount.c157 mountpoint = node_path(n);
H A Dautomountd.c140 path = node_path(node);
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c258 char *node_path;
465 char *node_path, *copyfrom_path;
475 node_path = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_NODE_PATH);
479 if (node_path[0] != '/')
480 node_path = apr_pstrcat(pool, "/", node_path, SVN_VA_NULL);
484 nb->do_skip = skip_path(node_path, pb->prefixes,
493 node_path),
535 copyfrom_path, node_path);
547 nb->node_path
257 char *node_path; member in struct:node_baton_t
463 char *node_path, *copyfrom_path; local
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh712 class node_path : public std::vector<std::pair<std::string,std::string>> class in class: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)
1260 node_path p;
1333 node_path path = node_paths[pv->string_data];
1829 device_tree::node_path::to_string() const
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1101 const char *node_path; local
1129 node_path = xenbus_get_node(sc->xbd_dev);
1176 error = xs_printf(XST_NIL, node_path,
1182 node_path);
1186 error = xs_printf(XST_NIL, node_path,
1192 node_path);
1197 error = xs_printf(XST_NIL, node_path, "event-channel",
1202 node_path);
1206 error = xs_printf(XST_NIL, node_path, "protocol",
1211 node_path);
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dlock.c688 const char *node_path = svn_dirent_join(path, name, iterpool);
691 SVN_ERR(do_open(&node_access, node_path, db, db_provided,
687 const char *node_path = svn_dirent_join(path, name, iterpool); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c5111 const char *node_path;
5187 SVN_ERR(args->receiver(svn_fspath__join(args->node_path,
5225 const char *node_path,
5239 gmdae_args.node_path = node_path;
5261 svn_fspath__join(node_path, key,
5094 const char *node_path; member in struct:get_mergeinfo_data_and_entries_baton
5206 crawl_directory_for_mergeinfo(svn_fs_t *fs, dag_node_t *node, const char *node_path, svn_fs_mergeinfo_receiver_t receiver, void *baton, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c1739 const char **node_path,
1773 *node_path = svn_fspath__join(copyfrom_path, rel_path, result_pool);
1789 *node_path = apr_pstrdup(result_pool, path);
1732 svn_fs__get_deleted_node(svn_fs_root_t **node_root, const char **node_path, svn_fs_root_t *root, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument

Completed in 207 milliseconds