Searched refs:root (Results 1 - 25 of 620) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Drootpass34 echo "Please select a password for the system management account (root):"
37 chroot $BSDINSTALL_CHROOT passwd root 2>&1
/freebsd-11-stable/share/examples/hast/
H A Dvip-down.sh4 /root/hast/sbin/hastd/ucarp_down.sh
H A Dvip-up.sh5 /root/hast/sbin/hastd/ucarp_up.sh &
/freebsd-11-stable/lib/libc/stdlib/
H A Dtwalk.c28 trecurse(const posix_tnode *root, cmp_fn_t action, int level) argument
31 if (root->llink == NULL && root->rlink == NULL)
32 (*action)(root, leaf, level);
34 (*action)(root, preorder, level);
35 if (root->llink != NULL)
36 trecurse(root->llink, action, level + 1);
37 (*action)(root, postorder, level);
38 if (root->rlink != NULL)
39 trecurse(root
[all...]
/freebsd-11-stable/tools/tools/nanobsd/Files/root/
H A Dupdate40 exec sh /root/updatep2
42 exec sh /root/updatep1
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dinetd.conf6 telnet stream tcp nowait root /usr/libexec/telnetd telnetd
12 #daytime stream tcp nowait root internal
13 #daytime dgram udp wait root internal
14 #time stream tcp nowait root internal
15 #time dgram udp wait root internal
16 #echo stream tcp nowait root internal
17 #echo dgram udp wait root internal
18 #discard stream tcp nowait root internal
19 #discard dgram udp wait root internal
20 #chargen stream tcp nowait root interna
[all...]
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Drpcapd.inetd.conf1 2002 stream tcp nowait root /usr/local/sbin/rpcapd rpcapd -i
H A Drpcapd.xinetd.conf5 user = root
/freebsd-11-stable/tests/sys/mac/portacl/
H A Droot_test.sh15 bind_test ok ok uid root tcp 77
16 bind_test ok ok uid root tcp 7777
17 bind_test ok ok uid root udp 77
18 bind_test ok ok uid root udp 7777
20 bind_test ok ok gid root tcp 77
21 bind_test ok ok gid root tcp 7777
22 bind_test ok ok gid root udp 77
23 bind_test ok ok gid root udp 7777
29 bind_test fl ok uid root tcp 77
30 bind_test ok ok uid root tc
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c47 radix_max(struct radix_tree_root *root) argument
49 return ((1UL << (root->height * RADIX_TREE_MAP_SHIFT)) - 1UL);
59 radix_tree_clean_root_node(struct radix_tree_root *root) argument
61 /* Check if the root node should be freed */
62 if (root->rnode->count == 0) {
63 free(root->rnode, M_RADIX);
64 root->rnode = NULL;
65 root->height = 0;
70 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) argument
77 node = root
91 radix_tree_iter_find(struct radix_tree_root *root, struct radix_tree_iter *iter, void ***pppslot) argument
130 radix_tree_delete(struct radix_tree_root *root, unsigned long index) argument
177 radix_tree_iter_delete(struct radix_tree_root *root, struct radix_tree_iter *iter, void **slot) argument
184 radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) argument
283 radix_tree_store(struct radix_tree_root *root, unsigned long index, void **ppitem) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dt_df.sh58 /dev/ld0g 1308726116 17901268 1225388540 1% /anon-root
59 /dev/ld0g 1308726116 0 1308726116 0% /anon-root
60 /dev/ld0g 1308726116 261745224 1046980892 20% /anon-root
61 /dev/ld0g 1308726116 785235672 523490444 60% /anon-root
62 /dev/ld0g 1308726116 1243289812 65436304 95% /anon-root
63 /dev/ld0g 1308726116 1308726116 0 100% /anon-root
64 /dev/ld0g 1308726116 0 1243289808 0% /anon-root
65 /dev/ld0g 1308726116 261745224 981544584 21% /anon-root
66 /dev/ld0g 1308726116 785235672 458054140 63% /anon-root
67 /dev/ld0g 1308726116 1243289812 0 100% /anon-root
[all...]
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec193 %defattr(-,root,root)
196 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
197 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
198 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
199 %attr(0600,root,root)
[all...]
/freebsd-11-stable/contrib/ipfilter/man/
H A DMakefile12 $(INSTALL) -m 0644 -c -o root -g bin mkfilters.1 $(MANDIR)/man1
13 $(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
14 $(INSTALL) -m 0644 -c -o root -g bin ipnat.8 $(MANDIR)/man8
15 $(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
16 $(INSTALL) -m 0644 -c -o root -g bin ipfilter.4 $(MANDIR)/man4
17 $(INSTALL) -m 0644 -c -o root -g bin ipl.4 $(MANDIR)/man4
18 $(INSTALL) -m 0644 -c -o root -g bin ipnat.4 $(MANDIR)/man4
19 $(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5
20 $(INSTALL) -m 0644 -c -o root -g bin ipfilter.5 $(MANDIR)/man5
21 $(INSTALL) -m 0644 -c -o root
[all...]
/freebsd-11-stable/libexec/ulog-helper/
H A DMakefile4 BINOWN= root
/freebsd-11-stable/usr.bin/lock/
H A DMakefile5 BINOWN= root
/freebsd-11-stable/usr.bin/quota/
H A DMakefile5 BINOWN= root
/freebsd-11-stable/usr.bin/rlogin/
H A DMakefile8 BINOWN= root
/freebsd-11-stable/contrib/binutils/bfd/
H A Di386linux.c153 struct aout_link_hash_entry root;
158 struct aout_link_hash_table root;
233 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
246 return &ret->root.root;
253 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
260 (&(table)->root, \
373 && (h->root.root.type == bfd_link_hash_defined
374 || h->root
152 struct aout_link_hash_entry root; member in struct:linux_link_hash_entry
157 struct aout_link_hash_table root; member in struct:linux_link_hash_table
[all...]
H A Dsparclinux.c153 struct aout_link_hash_entry root; member in struct:linux_link_hash_entry
158 struct aout_link_hash_table root; member in struct:linux_link_hash_table
233 if (!NAME(aout,link_hash_table_init) (&ret->root, abfd,
246 return &ret->root.root;
253 aout_link_hash_lookup (&(table)->root, (string), (create), (copy),\
260 (&(table)->root, \
373 && (h->root.root.type == bfd_link_hash_defined
374 || h->root
[all...]
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_powerpc.c49 fdt_fixup_busfreq(phandle_t root, uint32_t div) argument
58 if ((sb = fdt_find_compatible(root, "simple-bus", 1)) == 0)
84 fdt_fixup_busfreq_mpc85xx(phandle_t root) argument
87 fdt_fixup_busfreq(root, 1);
91 fdt_fixup_busfreq_dpaa(phandle_t root) argument
94 fdt_fixup_busfreq(root, 2);
98 fdt_fixup_fman(phandle_t root) argument
103 if ((node = fdt_find_compatible(root, "simple-bus", 1)) == 0)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.h38 svn_fs_x__invalidate_dag_cache(svn_fs_root_t *root,
67 /* A linked list representing the path from a node up to a root
75 parents, or the root. Every parent path ends with an element for
76 the root directory. */
80 root directory, which (obviously) has no name in its parent. */
83 /* The parent of NODE, or zero if NODE is the root directory. */
98 for the root directory. PATH must be in canonical form. Allocate
123 svn_fs_root_t *root,
131 allocating from RESULT_POOL. ROOT must be the root from which
136 svn_fs_x__make_path_mutable(svn_fs_root_t *root,
[all...]
/freebsd-11-stable/lib/libc/tests/stdlib/
H A Dtsearch_test.c82 posix_tnode *root = NULL; local
89 ATF_CHECK(tdelete(&key, &root, compar) != NULL);
93 tdelete(&key, &root, compar));
99 *(int **)tfind(&key, &root, compar));
101 ATF_CHECK_EQ(NULL, tfind(&key, &root, compar));
107 *(int **)tsearch(&key, &root, compar));
110 &keys[key], &root, compar));
115 tnode_assert(root);
121 ATF_CHECK(tdelete(&key, &root, compar) != NULL);
122 ATF_CHECK_EQ(NULL, root);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh140 mkdir root
141 mkdir root/dir
142 touch root/dir/file1
143 touch root/dir/file2
144 touch root/file3
145 touch root/file4
161 mount_psshfs root mnt
163 ./ne_inodes.sh root/dir root/dir/file1
165 ./ne_inodes.sh root/di
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c54 be allocated within a subpool of this. The root will be closed in
60 /* This is the root from the txn. Use get_root() to fetch/create this
62 svn_fs_root_t *root; member in struct:edit_baton
68 get_root(svn_fs_root_t **root, argument
71 if (eb->root == NULL)
72 SVN_ERR(svn_fs_txn_root(&eb->root, eb->txn, eb->txn_pool));
73 *root = eb->root;
80 add_new_props(svn_fs_root_t *root, argument
100 SVN_ERR(svn_fs_change_node_prop(root, fspat
109 alter_props(svn_fs_root_t *root, const char *fspath, apr_hash_t *props, apr_pool_t *scratch_pool) argument
140 set_text(svn_fs_root_t *root, const char *fspath, const svn_checksum_t *checksum, svn_stream_t *contents, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
333 svn_fs_root_t *root; local
369 svn_fs_root_t *root; local
404 svn_fs_root_t *root; local
464 svn_fs_root_t *root; local
491 svn_fs_root_t *root; local
537 svn_fs_root_t *root; local
560 svn_fs_root_t *root; local
597 svn_fs_root_t *root; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h67 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root)
71 #define rb_insert_color(node, root) \
72 linux_root_RB_INSERT_COLOR((struct linux_root *)(root), (node))
73 #define rb_erase(node, root) \
74 linux_root_RB_REMOVE((struct linux_root *)(root), (node))
77 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root))
78 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root))
91 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) argument
[all...]

Completed in 354 milliseconds

1234567891011>>