Searched refs:root (Results 226 - 250 of 702) sorted by relevance

1234567891011>>

/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_pax_001_pos.ksh70 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_002_pos.ksh70 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_003_pos.ksh70 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_005_pos.ksh75 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_tar_001_pos.ksh69 for user in root $ZFS_ACL_STAFF1; do
/freebsd-13-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c283 "the root directory if no path is supplied).\n"
335 "Print the tree, starting at PATH_IN_REPOS (if supplied, at the root\n"
464 get_root(svn_fs_root_t **root,
468 /* Open up the appropriate root (revision or transaction). */
476 SVN_ERR(svn_fs_revision_root(root, c->fs, c->rev_id, pool));
480 SVN_ERR(svn_fs_txn_root(root, c->txn, pool));
495 svn_fs_root_t *root,
505 /* Get the base root. */
510 base_root, root, pool, edit_pool));
513 SVN_ERR(svn_repos_replay2(root, "", SVN_INVALID_REVNU
461 get_root(svn_fs_root_t **root, svnlook_ctxt_t *c, apr_pool_t *pool) argument
489 generate_delta_tree(svn_repos_node_t **tree, svn_repos_t *repos, svn_fs_root_t *root, svn_revnum_t base_rev, apr_pool_t *pool) argument
668 dump_contents(svn_stream_t *stream, svn_fs_root_t *root, const char *path , apr_pool_t *pool) argument
764 generate_label(const char **label, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
847 print_diff_tree(svn_stream_t *out_stream, const char *encoding, svn_fs_root_t *root, svn_fs_root_t *base_root, svn_repos_node_t *node, const char *path , const char *base_path , const svnlook_ctxt_t *c, apr_pool_t *pool) argument
1194 print_tree(svn_fs_root_t *root, const char *path , const svn_fs_id_t *id, svn_boolean_t is_dir, int indentation, svn_boolean_t show_ids, svn_boolean_t full_paths, svn_boolean_t recurse, apr_pool_t *pool) argument
1407 svn_fs_root_t *root; local
1430 verify_path(svn_node_kind_t *kind, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
1456 svn_fs_root_t *root; local
1479 svn_fs_root_t *root; local
1505 svn_fs_root_t *root; local
1526 svn_fs_root_t *root, *base_root; local
1683 svn_fs_root_t *root; local
1855 svn_fs_root_t *root; local
2052 svn_fs_root_t *root; local
[all...]
/freebsd-13-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh79 root::0:0::0:0:Charlie &:/root:/bin/csh
80 toor:*:0:0::0:0:Bourne-again Superuser:/root:
81 daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
92 wheel:*:0:root
97 operator:*:5:root
114 sed -I "" -e 's/root::/root:<rpass>:/' $TEST/etc/master.passwd
223 echo "must be root"
/freebsd-13-stable/tools/tools/makeroot/
H A Dmakeroot.sh118 KEYUSERS=root
141 ./etc/group type=file uname=root gname=wheel mode=0644 contents=${tmpdir}/group
142 ./etc/master.passwd type=file uname=root gname=wheel mode=0600 contents=${tmpdir}/master.passwd
143 ./etc/passwd type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/passwd
144 ./etc/pwd.db type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/pwd.db
145 ./etc/spwd.db type=file mode=0600 uname=root gname=wheel contents=${tmpdir}/spwd.db
153 # build manifest from root manifest and FILELIST
213 echo "./etc/rcorder.start type=file mode=644 uname=root gname=wheel" \
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dfragmentation.sh35 atf_set require.user root
77 atf_set require.user root
148 atf_set require.user root
222 atf_set require.user root
240 atf_set require.user root
258 atf_set require.user root
/freebsd-13-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-13-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-13-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-13-stable/sys/x86/x86/
H A Dmp_x86.c772 x86topo_add_sched_group(struct topo_node *root, struct cpu_group *cg_root) argument
779 KASSERT(root->type == TOPO_TYPE_SYSTEM || root->type == TOPO_TYPE_CACHE ||
780 root->type == TOPO_TYPE_GROUP,
781 ("x86topo_add_sched_group: bad type: %u", root->type));
782 CPU_COPY(&root->cpuset, &cg_root->cg_mask);
783 cg_root->cg_count = root->cpu_count;
784 if (root->type == TOPO_TYPE_SYSTEM)
787 cg_root->cg_level = root->subtype;
790 * Check how many core nodes we have under the given root nod
[all...]
/freebsd-13-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-13-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-13-stable/share/mk/
H A Dbsd.own.mk19 # BINOWN Binary owner. [root]
61 # EFIOWN EFIDIR owner. [root]
71 # SHAREOWN ASCII text file owner. [root]
80 # CONFOWN Configuration file owner. [root]
87 # DIROWN Directory owner. [root]
167 BINOWN?= root
178 DTBOWN?= root
182 EFIOWN?= root
207 SHAREOWN?= root
212 CONFOWN?= root
[all...]
/freebsd-13-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-13-stable/sys/powerpc/powermac/
H A Dplatform_powermac.c109 phandle_t root; local
111 root = OF_peer(0);
112 if (root == 0)
115 compatlen = OF_getprop(root, "compatible", compat, sizeof(compat));
263 phandle_t cpu, dev, root; local
266 root = OF_peer(0);
268 dev = OF_child(root);
/freebsd-13-stable/usr.sbin/autofs/
H A Dautomountd.c178 struct node *root, *parent, *node; local
200 root = node_new_root();
207 parent = root;
213 parent = node_new_map(root, checked_strdup(adr->adr_prefix),
239 node_expand_wildcard(root, key);
241 node = node_find(root, adr->adr_path);
287 node = node_find(root, tmp);
/freebsd-13-stable/usr.sbin/makefs/
H A Dffs.c256 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
263 assert(root != NULL);
267 printf("ffs_makefs: image %s directory %s root %p\n",
268 image, dir, root);
277 ffs_validate(dir, root, fsopts);
297 if (! ffs_populate_dir(dir, root, fsopts))
325 ffs_validate(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
334 assert(root != NULL);
381 ffs_size_dir(root, fsopts);
594 ffs_size_dir(fsnode *root, fsinfo_ argument
668 ffs_build_dinode1(struct ufs1_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
716 ffs_build_dinode2(struct ufs2_dinode *dinp, dirbuf_t *dbufp, fsnode *cur, fsnode *root, fsinfo_t *fsopts) argument
775 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) argument
[all...]
/freebsd-13-stable/lib/libbe/
H A Dbe.c87 * Check first if root is ZFS; if not, we'll bail on rootfs capture.
108 * Initializes the libbe context to operate in the root boot environment
112 libbe_init(const char *root) argument
129 * Grab rootfs, we'll work backwards from there if an optional BE root
133 if (root == NULL)
137 if (root == NULL) {
138 /* Strip off the final slash from rootfs to get the be root */
139 strlcpy(lbh->root, lbh->rootfs, sizeof(lbh->root));
140 pos = strrchr(lbh->root, '/');
[all...]
/freebsd-13-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-13-stable/sys/dev/drm2/
H A Ddrm_pci.c442 device_t root; local
450 root =
457 pci_find_cap(root, PCIY_EXPRESS, &pos);
462 if (pci_get_vendor(root) == PCI_VENDOR_ID_VIA ||
463 pci_get_vendor(root) == PCI_VENDOR_ID_SERVERWORKS)
466 lnkcap = pci_read_config(root, pos + PCIER_LINK_CAP, 4);
467 lnkcap2 = pci_read_config(root, pos + PCIER_LINK_CAP2, 4);
490 DRM_INFO("probing gen 2 caps for device %x:%x = %x/%x\n", pci_get_vendor(root), pci_get_device(root), lnkcap, lnkcap2);
/freebsd-13-stable/sys/dev/fdt/
H A Dfdt_common.c454 phandle_t memory, root; local
458 root = OF_finddevice("/");
476 res_len = OF_getproplen(root, "memreserve");
482 if (OF_getprop(root, "memreserve", reserve, res_len) <= 0) {
510 phandle_t child, root; local
514 root = OF_finddevice("/reserved-memory");
515 if (root == -1) {
519 if ((rv = fdt_addrsize_cells(root, &addr_cells, &size_cells)) != 0)
527 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
/freebsd-13-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 320 milliseconds

1234567891011>>