Searched refs:root (Results 151 - 175 of 620) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/include/
H A Dfibheap.h51 struct fibnode *root; member in struct:fibheap
/freebsd-11-stable/contrib/gdb/include/
H A Dfibheap.h51 struct fibnode *root; member in struct:fibheap
/freebsd-11-stable/contrib/binutils/include/
H A Dfibheap.h51 struct fibnode *root; member in struct:fibheap
/freebsd-11-stable/etc/rc.d/
H A Dipfs46 chown root:wheel /var/db/ipf
H A Dmotd28 install -c -o root -g wheel -m ${PERMS} /dev/null /etc/motd
/freebsd-11-stable/sys/dev/ofw/
H A Dopenpromio.c58 static int openprom_node_search(phandle_t root, phandle_t node);
213 openprom_node_search(phandle_t root, phandle_t node) argument
217 if (root == node)
219 for (child = OF_child(root); child != 0 && child != -1;
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs.c156 struct pfs_node *root; local
160 root = pi->pi_root;
162 pfs_create_link(root, "curproc", procfs_docurproc,
165 dir = pfs_create_dir(root, "pid",
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dinf.h29 const char * root; member in struct:reg
/freebsd-11-stable/sys/sys/
H A Dsmp.h112 void topo_init_root(struct topo_node *root);
126 #define TOPO_FOREACH(i, root) \
127 for (i = root; i != NULL; i = topo_next_node(root, i))
/freebsd-11-stable/etc/mtree/
H A DMakefile9 BSD.root.dist \
/freebsd-11-stable/contrib/mtree/
H A Dspec.c114 NODE ginfo, *root; local
118 root = NULL;
158 if (root == NULL)
161 if (last == root)
184 cur = root;
217 if (root == NULL) {
222 * Allow a bare "." root node by forcing it to
230 "root node must be the directory `.'");
231 last = root = centry;
232 root
268 free_nodes(NODE *root) argument
319 dump_nodes(FILE *fp, const char *dir, NODE *root, int pathlast) argument
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dpw_scan.c90 int root; local
100 root = !strcmp(pw->pw_name, "root");
133 if (root && id) {
135 warnx("root uid should be 0");
206 if (root && *p) { /* empty == /bin/sh */
210 warnx("warning, unknown root shell");
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h37 static Timer &root();
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dternary.c37 ternary_insert (ternary_tree *root, const char *s, PTR data, int replace) argument
42 /* Start at the root. */
43 pcurr = root;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dternary.c37 ternary_insert (ternary_tree *root, const char *s, PTR data, int replace) argument
42 /* Start at the root. */
43 pcurr = root;
/freebsd-11-stable/libexec/bootpd/
H A Dsyslog.conf26 *.alert;user.none root
57 user.alert `root, operator'
/freebsd-11-stable/usr.sbin/lpr/lprm/
H A Dlprm.c92 static char root[] = "root"; local
104 * `person' and "root", so if we are root, better make sure
108 person = root;
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DgenAuthors.in36 chomp(my $bk_root = `bk root`);
/freebsd-11-stable/contrib/apr/
H A Dapr.spec71 %defattr(-,root,root,-)
76 %defattr(-,root,root,-)
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.h39 int root; member in struct:ipf_rdx_node
59 ipf_rdx_node_t *root; member in struct:ipf_rdx_head
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.h37 int root; member in struct:ipf_rdx_node
57 ipf_rdx_node_t *root; member in struct:ipf_rdx_head
/freebsd-11-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-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf13 auth-root-defaults:\
76 # root - fallback for root logins
78 root:\
95 :tc=auth-root-defaults:\
/freebsd-11-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-11-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"

Completed in 279 milliseconds

1234567891011>>