Searched refs:root (Results 101 - 125 of 620) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/autofs/
H A Dautomount.c185 mount_unmount(struct node *root) argument
204 n = node_find(root, mntbuf[i].f_mntonname);
218 TAILQ_FOREACH(n, &root->n_children, n_next) {
323 struct node *root; local
381 root = node_new_root();
382 parse_master(root, AUTO_MASTER_PATH);
386 node_expand_indirect_maps(root);
387 node_expand_ampersand(root, NULL);
389 node_expand_defined(root);
390 node_print(root, option
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c43 return (radix_tree_delete(&xa->root, index));
68 retval = radix_tree_lookup(&xa->root, index);
113 retval = radix_tree_insert(&xa->root, *pindex, ptr);
170 retval = radix_tree_insert(&xa->root, *pnext_index, ptr);
222 retval = radix_tree_insert(&xa->root, index, ptr);
264 retval = radix_tree_store(&xa->root, index, &ptr);
304 xa->root.gfp_mask = GFP_NOWAIT;
317 radix_tree_for_each_slot(ppslot, &xa->root, &iter, 0)
318 radix_tree_iter_delete(&xa->root, &iter, ppslot);
334 return (!radix_tree_iter_find(&xa->root,
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-vxworks.c139 && h->root.type == bfd_link_hash_undefweak
140 && elf_vxworks_gott_symbol_p (h->root.u.undef.abfd, name))
173 && ((*rel_hash)->root.type == bfd_link_hash_defined
174 || (*rel_hash)->root.type == bfd_link_hash_defweak)
175 && (*rel_hash)->root.u.def.section->output_section != NULL)
188 asection *sec = (*rel_hash)->root.u.def.section;
193 irela[j].r_addend += (*rel_hash)->root.u.def.value;
H A Delflink.c50 h->root.type = bfd_link_hash_new;
53 bh = &h->root;
390 if (h->root.type != bfd_link_hash_undefined
391 && h->root.type != bfd_link_hash_undefweak)
416 name = h->root.root.string;
458 && h->root.type == bfd_link_hash_new
459 && (*d->match) (&d->head, NULL, h->root.root.string)))
487 if (h->root
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpacked_data.c112 /* The serialization root object. It references the top-level streams.
143 svn_packed__data_root_t *root = apr_pcalloc(pool, sizeof(*root));
144 root->pool = pool;
146 return root;
150 svn_packed__create_int_stream(svn_packed__data_root_t *root,
156 = apr_pcalloc(root->pool, sizeof(*private_data));
158 = apr_palloc(root->pool, sizeof(*stream));
163 private_data->pool = root->pool;
169 if (root
142 svn_packed__data_root_t *root = apr_pcalloc(pool, sizeof(*root)); local
149 svn_packed__create_int_stream(svn_packed__data_root_t *root, svn_boolean_t diff, svn_boolean_t signed_ints) argument
232 create_bytes_stream_body(svn_packed__data_root_t *root) argument
251 svn_packed__create_bytes_stream(svn_packed__data_root_t *root) argument
578 svn_packed__data_write(svn_stream_t *stream, svn_packed__data_root_t *root, apr_pool_t *scratch_pool) argument
635 svn_packed__first_int_stream(svn_packed__data_root_t *root) argument
641 svn_packed__first_byte_stream(svn_packed__data_root_t *root) argument
1046 svn_packed__data_root_t *root = svn_packed__data_create_root(result_pool); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h48 - Functions which operate on a root object
52 Some generic fields of the FS, transaction, root, and history
272 svn_error_t *(*verify_root)(svn_fs_root_t *root,
300 svn_error_t *(*root)(svn_fs_root_t **root_p, svn_fs_txn_t *txn,
307 /* Some of these operations accept multiple root arguments. Since the
309 which root's vtable is used. The rule is: if one of the roots is
310 named "target", we use that root's vtable; otherwise, we use the
311 first root argument's vtable.
317 /* Determining what has changed in a root */
319 svn_fs_root_t *root,
296 svn_error_t *(*root)(svn_fs_root_t **root_p, svn_fs_txn_t *txn, member in struct:txn_vtable_t
[all...]
H A Ddeprecated.c128 svn_fs_node_history(svn_fs_history_t **history_p, svn_fs_root_t *root,
131 return svn_error_trace(svn_fs_node_history2(history_p, root, path,
155 svn_fs_root_t *root,
164 SVN_ERR(svn_fs_get_mergeinfo3(root, paths, inherit,
176 svn_fs_root_t *root,
182 return svn_error_trace(svn_fs_get_mergeinfo2(catalog, root, paths,
189 svn_fs_paths_changed(apr_hash_t **changed_paths_p, svn_fs_root_t *root,
195 SVN_ERR(svn_fs_paths_changed2(&changed_paths_new_structs, root, pool));
220 svn_fs_root_t *root,
226 SVN_ERR(svn_fs_file_checksum(&md5sum, svn_checksum_md5, root, pat
127 svn_fs_node_history(svn_fs_history_t **history_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
153 svn_fs_get_mergeinfo2(svn_mergeinfo_catalog_t *catalog, svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
174 svn_fs_get_mergeinfo(svn_mergeinfo_catalog_t *catalog, svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, apr_pool_t *pool) argument
188 svn_fs_paths_changed(apr_hash_t **changed_paths_p, svn_fs_root_t *root, apr_pool_t *pool) argument
218 svn_fs_file_md5_checksum(unsigned char digest[], svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h932 /** Defines the possible ways two arbitrary (root, path)-pairs may be
939 /** The (root, path)-pairs are not related, i.e. none of the other cases
946 /** No changes have been made between the (root, path)-pairs, i.e. they
958 /** The (root, path)-pairs have a common ancestor (which may be one of
1029 * - Call svn_fs_txn_root(), to get the transaction's root directory.
1073 * authorized to modify the filesystem's root directory, you might be
1074 * authorized to change some descendant of the root; doing so would
1075 * create a new mutable copy of the root directory. Mutability refers
1377 * An #svn_fs_root_t object represents the root directory of some
1379 * node or node revision, you provide a root, an
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c158 svn_fs_root_t *root,
164 svn_fs_t *fs = svn_fs_root_fs(root);
172 SVN_ERR(svn_fs_node_created_rev(committed_rev, root, path, pool));
205 svn_fs_root_t *root;
225 /* Get a revision root for END, and an initial HISTORY baton. */
226 SVN_ERR(svn_fs_revision_root(&root, fs, end, pool));
231 SVN_ERR(authz_read_func(&readable, root, path,
237 SVN_ERR(svn_fs_node_history2(&history, root, path, oldpool, oldpool));
317 svn_fs_root_t *start_root, *root;
351 SVN_ERR(svn_fs_revision_root(&root, f
154 svn_repos_get_committed_info(svn_revnum_t *committed_rev, const char **committed_date, const char **last_author, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
204 svn_fs_root_t *root; local
316 svn_fs_root_t *start_root, *root; local
495 check_readability(svn_fs_root_t *root, const char *path, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
521 svn_fs_root_t *root; local
586 svn_fs_root_t *root, *copy_root; local
643 svn_fs_root_t *root; local
1014 svn_fs_root_t *root, *prev_root; local
1126 svn_fs_root_t *root; local
1291 svn_fs_root_t *root; local
1366 svn_fs_root_t *root; local
1497 svn_fs_root_t *root; local
[all...]
H A Dconfig_file.c63 svn_fs_root_t *root;
78 SVN_ERR(svn_fs_file_length(&length, b->root, b->fs_path, b->pool));
79 SVN_ERR(svn_fs_file_contents(&stream, b->root, b->fs_path, b->pool));
149 representation_stream(svn_fs_root_t *root,
157 baton->root = root;
215 svn_fs_root_t *root;
258 /* Find HEAD and the revision root */
260 SVN_ERR(svn_fs_revision_root(&root, fs, youngest_rev, access->pool));
263 SVN_ERR(svn_fs_check_path(&node_kind, root, fs_pat
60 svn_fs_root_t *root; member in struct:presentation_stream_baton_t
146 representation_stream(svn_fs_root_t *root, const char *fs_path, apr_pool_t *pool) argument
212 svn_fs_root_t *root; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh118 #define build_names(root) _nc_build_names(&_nc_##root##_table, \\
119 root##_names_data, \\
120 root##_names_text)
121 #define build_alias(root) _nc_build_alias(&_nc_##root##alias_table, \\
122 root##alias_data, \\
123 root##alias_text, \\
124 SIZEOF(root##alias_data))
126 #define build_names(root) _nc
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c517 putree(root)
518 struct hshentry const *root;
523 if (!root) return;
525 putree(root->next);
527 putforest(root->branches);
550 putabranch(root)
551 struct hshentry const *root;
555 if (!root) return;
557 putabranch(root->next);
559 putadelta(root, roo
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcomplaints.c74 struct complain *root; member in struct:complaints
119 (*c)->root = &complaint_sentinel;
135 for (complaint = complaints->root;
154 complaint->next = complaints->root;
155 complaints->root = complaint;
276 for (p = complaints->root; p != NULL; p = p->next)
/freebsd-11-stable/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c36 int root; member in struct:descriptors
126 files.root, files.testdir, files.usr) > 0);
141 files.root, files.testdir) > 0);
172 ATF_REQUIRE((dp->root = opendir("/")) >= 0);
173 ATF_REQUIRE((dp->etc = opendirat(dp->root, "etc")) >= 0);
174 ATF_REQUIRE((dp->usr = opendirat(dp->root, "usr")) >= 0);
/freebsd-11-stable/usr.sbin/makefs/
H A Dwalk.c69 * build a tree of fsnodes from `root' and `dir', with a parent
70 * fsnode of `parent' (which may be NULL for the root of the tree).
76 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join) argument
86 assert(root != NULL);
89 len = snprintf(path, sizeof(path), "%s/%s", root, dir);
96 rp = path + strlen(root) + 1;
123 printf("scanning %s/%s/%s\n", root, dir, name);
154 cur->child = walk_dir(root, rp, cur,
164 cur = create_fsnode(root, dir, name, &stbuf);
181 cur->child = walk_dir(root, r
220 create_fsnode(const char *root, const char *path, const char *name, struct stat *stbuf) argument
310 NODE *root; local
560 dump_fsnodes(fsnode *root) argument
[all...]
/freebsd-11-stable/usr.bin/newkey/
H A Dgeneric.c86 MINT *root = mp_itom(PROOT); local
103 mp_pow(root, sk, modulus, pk);
111 mp_mfree(root);
/freebsd-11-stable/usr.bin/at/
H A DMakefile16 BINOWN= root
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_bsd.h116 lio_delete_first_node(struct lio_stailq_head *root) argument
120 if (STAILQ_EMPTY(root))
123 node = STAILQ_FIRST(root);
126 STAILQ_REMOVE_HEAD(root, entries);
/freebsd-11-stable/stand/powerpc/ofw/
H A Dmain.c95 phandle_t root; local
107 root = OF_finddevice("/");
110 OF_getprop(root, "#address-cells", &acells, sizeof(acells));
111 OF_getprop(root, "#size-cells", &scells, sizeof(scells));
/freebsd-11-stable/contrib/wpa/src/utils/
H A Djson.h40 void json_print_tree(struct json_token *root, char *buf, size_t buflen);
/freebsd-11-stable/lib/libbe/
H A Dbe_impl.h38 char root[BE_MAXPATHLEN]; member in struct:libbe_handle
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c62 NODE ginfo, *root; local
66 centry = last = root = NULL;
127 if (!root)
130 if (last == root)
150 if (!root) {
151 last = root = centry;
152 root->parent = root;
162 return (root);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp509 ValueObjectSP root(GetSP());
511 root = root->GetChildAtIndex(idx, true);
512 if (!root) {
515 return root;
518 return root;
525 ValueObjectSP root(GetSP());
527 root = root->GetChildAtIndex(idx.first, idx.second);
528 if (!root) {
2231 ValueObjectSP root = GetSP(); local
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c46 const ucl_object_t *root,
104 const ucl_object_t *root,
128 ret = ucl_schema_validate (cur, obj, true, err, root, ext_ref);
142 const ucl_object_t *root,
158 ret = ucl_schema_validate (prop, found, true, err, root,
221 ret = ucl_schema_validate (prop, found, true, err, root,
229 ret = ucl_schema_validate_dependencies (elt, obj, err, root,
263 true, err, root, ext_ref)) {
473 const ucl_object_t *root,
490 root, ext_re
102 ucl_schema_validate_dependencies(const ucl_object_t *deps, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
140 ucl_schema_validate_object(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
471 ucl_schema_validate_array(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
728 ucl_schema_resolve_ref(const ucl_object_t *root, const char *ref, struct ucl_schema_error *err, ucl_object_t *ext_ref, ucl_object_t const ** nroot) argument
916 ucl_schema_validate(const ucl_object_t *schema, const ucl_object_t *obj, bool try_array, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *external_refs) argument
1062 ucl_object_validate_root(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, struct ucl_schema_error *err) argument
1071 ucl_object_validate_root_ext(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, ucl_object_t *ext_refs, struct ucl_schema_error *err) argument
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_qstats.c95 struct pf_altq_node *root = NULL, *node; local
103 if ((nodes = pfctl_update_qstats(dev, &root)) < 0)
108 for (node = root; node != NULL; node = node->next) {
122 if ((nodes = pfctl_update_qstats(dev, &root)) == -1)
124 for (node = root; node != NULL; node = node->next) {
134 pfctl_free_altq_node(root);
139 pfctl_update_qstats(int dev, struct pf_altq_node **root) argument
157 if (pa.ticket != last_ticket && *root != NULL) {
158 pfctl_free_altq_node(*root);
159 *root
211 pfctl_insert_altq_node(struct pf_altq_node **root, const struct pf_altq altq, const struct queue_stats qstats) argument
251 pfctl_find_altq_node(struct pf_altq_node *root, const char *qname, const char *ifname) argument
[all...]

Completed in 324 milliseconds

1234567891011>>