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

1234567891011>>

/freebsd-10-stable/contrib/sendmail/src/
H A Daliases16 # Pretty much everything else in this file points to "root", so
17 # you should forward root's email to the system administrator.
18 # Delivering mail to root's mailbox or reading mail as root is
22 # root: insert-human-being-here
26 postmaster: root
29 bin: root
30 daemon: root
31 games: root
34 ingres: root
[all...]
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Drootpass34 echo "Please select a password for the system management account (root):"
36 chroot $BSDINSTALL_CHROOT passwd root 2>&1
/freebsd-10-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-10-stable/lib/libc/stdlib/
H A Dtwalk.c30 trecurse(const node_t *root, /* Root of the tree to be walked */ argument
34 if (root->llink == NULL && root->rlink == NULL)
35 (*action)(root, leaf, level);
37 (*action)(root, preorder, level);
38 if (root->llink != NULL)
39 trecurse(root->llink, action, level + 1);
40 (*action)(root, postorder, level);
41 if (root->rlink != NULL)
42 trecurse(root
[all...]
/freebsd-10-stable/tools/tools/nanobsd/Files/root/
H A Dupdate40 exec sh /root/updatep2
42 exec sh /root/updatep1
/freebsd-10-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-10-stable/usr.bin/rlogin/
H A DMakefile6 BINOWN= root
/freebsd-10-stable/tools/regression/mac/mac_portacl/
H A Droot.t15 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-10-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-10-stable/sys/ofed/include/linux/
H A Dlinux_radix.c44 radix_max(struct radix_tree_root *root) argument
46 return (1 << (root->height * RADIX_TREE_MAP_SHIFT)) - 1;
56 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) argument
63 node = root->rnode;
64 height = root->height - 1;
65 if (index > radix_max(root))
77 radix_tree_delete(struct radix_tree_root *root, unsigned long index) argument
86 node = root->rnode;
87 height = root->height - 1;
88 if (index > radix_max(root))
124 radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) argument
[all...]
H A Dradix-tree.h52 #define INIT_RADIX_TREE(root, mask) \
53 { (root)->rnode = NULL; (root)->gfp_mask = mask; (root)->height = 0; }
H A Drbtree.h65 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root)
69 #define rb_insert_color(node, root) \
70 linux_root_RB_INSERT_COLOR((struct linux_root *)(root), (node))
71 #define rb_erase(node, root) \
72 linux_root_RB_REMOVE((struct linux_root *)(root), (node))
75 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root))
76 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root))
89 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) argument
[all...]
/freebsd-10-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-10-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-10-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-10-stable/usr.bin/lock/
H A DMakefile5 BINOWN= root
/freebsd-10-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...]
H A Dgenlink.h43 struct bfd_link_hash_entry root; member in struct:generic_link_hash_entry
54 struct bfd_link_hash_table root; member in struct:generic_link_hash_table
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
67 (&(table)->root, \
/freebsd-10-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-10-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-10-stable/etc/rc.d/
H A Dcleartmp41 ! \( -name .sujournal -type f -user root \) \
42 ! \( -name .snap -type d -user root \) \
43 ! \( -name lost+found -type d -user root \) \
45 -type f -user root \) \
/freebsd-10-stable/libexec/ulog-helper/
H A DMakefile4 BINOWN= root
/freebsd-10-stable/release/picobsd/build/
H A Dmfs.mtree4 /set type=dir uname=root gname=wheel mode=0755
28 root

Completed in 294 milliseconds

1234567891011>>