Searched refs:root (Results 176 - 200 of 620) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c63 * A value of 0 denotes the default rule at the repository root denying
82 * but only for some sub-path(s). There is always a rule at the root node.
539 node_t *root,
559 node = root;
875 * Idempotent for parent == node (happens at root). */
890 node_t *root = create_node(NULL, result_pool);
949 root, repository, user, result_pool, subpool);
951 /* If there is no relevant rule at the root node, the "no access" default
953 if (!has_local_rule(&root->rights))
955 root
533 process_acl(construction_context_t *ctx, const authz_acl_t *acl, node_t *root, const char *repository, const char *user, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
886 node_t *root = create_node(NULL, result_pool); local
1045 init_lockup_state(lookup_state_t *state, node_t *root, const char *path) argument
1418 node_t *root; member in struct:authz_user_rules_t
1499 node_t *root; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh49 echo "uid=0(root) gid=0(wheel) groups=0(wheel)" >expout
51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root
54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout
61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent
104 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh -G root
108 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh -G -n root
113 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -G root nonexistent
136 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh -g root
140 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh -g -n root
183 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh -g root nonexisten
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2587 return &ret->elf.root;
2745 && eind->elf.root.type != bfd_link_hash_indirect
2755 if (eind->elf.root.type != bfd_link_hash_indirect)
2870 if (lsect->sym->root.type == bfd_link_hash_new)
3142 while (h->root.type == bfd_link_hash_indirect
3143 || h->root.type == bfd_link_hash_warning)
3144 h = (struct elf_link_hash_entry *) h->root.u.i.link;
3152 && strcmp (h->root.root.string, "_GLOBAL_OFFSET_TABLE_") == 0)
3581 || h->root
[all...]
H A Delfxx-ia64.c149 struct elf_link_hash_entry root; member in struct:elfNN_ia64_link_hash_entry
163 struct elf_link_hash_table root; member in struct:elfNN_ia64_link_hash_table
1050 while (h->root.type == bfd_link_hash_indirect
1051 || h->root.type == bfd_link_hash_warning)
1052 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1077 if (h->root.type == bfd_link_hash_undefined
1078 || h->root.type == bfd_link_hash_undefweak)
1081 tsec = h->root.u.def.section;
1082 toff = h->root.u.def.value;
1373 if (ia64_info->root
[all...]
H A Delf32-score.c39 struct elf_link_hash_table root; member in struct:score_elf_link_hash_table
47 struct elf_link_hash_entry root; member in struct:score_elf_link_hash_entry
67 (&(table)->root, \
925 if (h->root.root.type == bfd_link_hash_warning)
926 h = (struct score_elf_link_hash_entry *) h->root.root.u.i.link;
929 if (h->root.dynindx == -1)
936 if (h->root.got.offset == 2)
940 h->root
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp85 static int __kmp_load_balance_nproc(kmp_root_t *root, int set_nproc);
233 ("__kmp_get_global_thread_id_reg: Encountered new root thread. "
775 static int __kmp_reserve_threads(kmp_root_t *root, kmp_team_t *parent_team, argument
781 KMP_DEBUG_ASSERT(root && parent_team);
792 new_nthreads = __kmp_load_balance_nproc(root, set_nthreads);
808 (root->r.r_active ? 1 : root->r.r_hot_team->t.t_nproc);
844 (root->r.r_active ? 1 : root->r.r_hot_team->t.t_nproc) >
847 (root
957 __kmp_fork_team_threads(kmp_root_t *root, kmp_team_t *team, kmp_info_t *master_th, int master_gtid) argument
1400 kmp_root_t *root; local
2265 kmp_root_t *root; local
2587 kmp_root_t *root; local
3115 __kmp_initialize_root(kmp_root_t *root) argument
3340 kmp_root_t const *root = __kmp_root[gtid]; local
3566 kmp_root_t *root; local
3798 __kmp_free_hot_teams(kmp_root_t *root, kmp_info_t *thr, int level, const int max_level) argument
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
53 %defattr(-,root,root,-)
55 %attr(0755,root,root) %{_initrddir}/%{name}
79 # remove root jail
/freebsd-11-stable/contrib/wpa/src/utils/
H A Djson.c222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; local
240 if (!root)
241 root = token;
460 if (!root)
461 root = token;
466 if (json_check_tree_state(root) < 0) {
471 return root;
474 json_free(root);
572 void json_print_tree(struct json_token *root, char *buf, size_t buflen) argument
575 json_print_token(root,
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c711 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) argument
718 KASSERT(root->type == TOPO_TYPE_SYSTEM || root->type == TOPO_TYPE_CACHE,
719 ("x86topo_add_sched_group: bad type: %u", root->type));
720 CPU_COPY(&root->cpuset, &cg_root->cg_mask);
721 cg_root->cg_count = root->cpu_count;
722 if (root->type == TOPO_TYPE_SYSTEM)
725 cg_root->cg_level = root->subtype;
728 * Check how many core nodes we have under the given root node.
733 node = root;
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Drbtree.c98 rbtree->root = RBTREE_NULL;
124 rbtree->root = right;
151 rbtree->root = left;
162 /* While not at the root and need fixing... */
163 while (node != rbtree->root && node->parent->color == RED) {
217 rbtree->root->color = BLACK;
233 /* We start at the root of the tree */
234 rbnode_type *node = rbtree->root;
267 rbtree->root = data;
310 log_assert(rbtree->root
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Dplatform_powermac.c101 phandle_t root; local
103 root = OF_peer(0);
104 if (root == 0)
107 compatlen = OF_getprop(root, "compatible", compat, sizeof(compat));
257 phandle_t cpu, dev, root; local
260 root = OF_peer(0);
262 dev = OF_child(root);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_machdep.c285 phandle_t child, root; local
295 if ((root = OF_finddevice("/")) == 0)
298 if ((child = fdt_find_compatible(root, "mrvl,cesa-sram", 0)) == 0 &&
299 (child = fdt_find_compatible(root, "mrvl,scratchpad", 0)) == 0)
347 phandle_t root, child; local
386 if ((root = OF_finddevice("/")) == -1)
388 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
/freebsd-11-stable/usr.sbin/autofs/
H A Dautomountd.c179 struct node *root, *parent, *node; local
201 root = node_new_root();
208 parent = root;
214 parent = node_new_map(root, checked_strdup(adr->adr_prefix),
240 node_expand_wildcard(root, key);
242 node = node_find(root, adr->adr_path);
288 node = node_find(root, tmp);
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c248 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
255 assert(root != NULL);
259 printf("ffs_makefs: image %s directory %s root %p\n",
260 image, dir, root);
264 ffs_validate(dir, root, fsopts);
284 if (! ffs_populate_dir(dir, root, fsopts))
312 ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
321 assert(root != NULL);
368 ffs_size_dir(root, fsopts);
573 ffs_size_dir(fsnode *root, fsinfo_ argument
647 ffs_build_dinode1(struct ufs1_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
697 ffs_build_dinode2(struct ufs2_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
751 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h61 ProviderBase(const FileSpec &root) : m_root(root) {} argument
94 directory.CopyByAppendingPathComponent("root").GetPath(),
118 /// version.txt in the reproducer root.
138 /// a file named cwd.txt in the reproducer root.
222 Generator(FileSpec root);
270 /// The reproducer root directory.
279 Loader(FileSpec root);
315 llvm::Optional<FileSpec> root);
333 llvm::Error SetCapture(llvm::Optional<FileSpec> root);
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c101 /* The root of the tree. */
102 mfsplay_tree_node root; member in struct:mfsplay_tree_s
2362 /* NODE is the root. We are done. */
2366 *PARENT is the root of the tree.) */
2483 sp->root = mfsplay_tree_rebalance_helper2 (all_nodes, 0, sp->num_keys - 1);
2493 if (sp->root == 0)
2513 mfsplay_tree_splay_helper (sp, key, &sp->root, NULL, NULL);
2519 mfsplay_tree_splay_helper (sp, key, &sp->root, NULL, NULL);
2538 sp->root = NULL;
2557 if (sp->root)
[all...]
/freebsd-11-stable/lib/libbe/
H A Dbe.c83 * Check first if root is ZFS; if not, we'll bail on rootfs capture.
104 * Initializes the libbe context to operate in the root boot environment
108 libbe_init(const char *root) argument
125 * Grab rootfs, we'll work backwards from there if an optional BE root
129 if (root == NULL)
133 if (root == NULL) {
134 /* Strip off the final slash from rootfs to get the be root */
135 strlcpy(lbh->root, lbh->rootfs, sizeof(lbh->root));
136 pos = strrchr(lbh->root, '/');
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dtypelist.h60 typedef Root root; typedef in struct:typelist::node
197 typedef typename append<Hd, node<rest_type> >::type::root type;
296 typedef typename Hd_Tl::root type;
306 typedef typename append_type::type::root type;
337 detail::apply_<Fn, typename Typelist::root> a;
345 typedef typename Typelist0::root root0_type;
346 typedef typename Typelist1::root root1_type;
357 typedef typename Typelist_Typelist::root root_type;
368 typedef typename Typelist::root root_type;
381 typedef typename Typelist::root root_typ
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_pci.c441 device_t root; local
449 root =
456 pci_find_cap(root, PCIY_EXPRESS, &pos);
461 if (pci_get_vendor(root) == PCI_VENDOR_ID_VIA ||
462 pci_get_vendor(root) == PCI_VENDOR_ID_SERVERWORKS)
465 lnkcap = pci_read_config(root, pos + PCIER_LINK_CAP, 4);
466 lnkcap2 = pci_read_config(root, pos + PCIER_LINK_CAP2, 4);
489 DRM_INFO("probing gen 2 caps for device %x:%x = %x/%x\n", pci_get_vendor(root), pci_get_device(root), lnkcap, lnkcap2);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp94 /// given root atom. Uses the tortoise and hare algorithm to detect a
98 const DefinedAtom *root) {
99 const DefinedAtom *tortoise = root;
100 const DefinedAtom *hare = followOnNexts[root];
117 "> has no follow-on root!"))
126 "> is not reachable from its root!"))
156 for (const DefinedAtom *root : roots)
157 checkNoCycleInFollowonChain(_registry, _followOnNexts, root);
186 // Find the root of the chain if it is a part of a follow-on chain.
276 // The target atom must be in the chain of its root
96 checkNoCycleInFollowonChain(const Registry &registry, AtomToAtomT &followOnNexts, const DefinedAtom *root) argument
306 setChainRoot(const DefinedAtom *targetAtom, const DefinedAtom *root) argument
428 const auto *root = (ri == _followOnRoots.end()) ? atom.get() : ri->second; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dweb.c67 /* Find the root of unionfind tree (the representative of set). */
191 struct web_entry *root; local
195 root = unionfind_root (entry);
196 if (root->reg)
197 return root->reg;
224 root->reg = newreg;
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dconflicts_test.sh105 # root: me@my.domain
109 postmaster: root
112 # root: me@my.domain
116 postmaster: root
119 _dhcp: root
120 _pflogd: root
123 root: someone@example.com
204 echo "must be root"
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c218 ucl_object_t *root = NULL; local
236 root = _iterate_python(obj);
237 if (root) {
241 buf = (char *) ucl_object_emit (root, emitter);
242 ucl_object_unref (root);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp123 json::Object root; local
125 root["!tablegen_json_version"] = 1;
166 root[Name] = std::move(obj);
179 root["!instanceof"] = std::move(instanceof);
182 OS << json::Value(std::move(root)) << "\n";
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprefix_string.c26 /* A node in the tree represents a common prefix. The root node is the
62 * the root node).
70 * Only the root will provide 0 extra chars. */
73 /* Length of the prefix from the root down to and including this one.
74 * 0 for the root node. Only then will key.prefix be NULL. */
90 /* the common tree root (represents the empty prefix). */
91 node_t *root; member in struct:svn_prefix_tree__t
167 tree->root = apr_pcalloc(pool, sizeof(*tree->root));
168 tree->root
[all...]

Completed in 525 milliseconds

1234567891011>>