Searched refs:root (Results 201 - 225 of 702) sorted by relevance

1234567891011>>

/freebsd-13-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-13-stable/contrib/ncurses/ncurses/tinfo/
H A DMKuserdefs.sh91 #define build_names(root) _nc_build_names(&_nc_##root##_table, \\
92 root##_names_data, \\
93 root##_names_text)
95 #define build_names(root) _nc_ ## root ## _table
/freebsd-13-stable/sys/fs/procfs/
H A Dprocfs.c163 struct pfs_node *root; local
166 root = pi->pi_root;
168 pfs_create_link(root, "curproc", procfs_docurproc,
171 dir = pfs_create_dir(root, "pid",
/freebsd-13-stable/sys/sys/
H A Dsmp.h114 void topo_init_root(struct topo_node *root);
145 #define TOPO_FOREACH(i, root) \
146 for (i = root; i != NULL; i = topo_next_node(root, i))
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2838_xhci.c81 phandle_t root; local
93 root = OF_finddevice("/");
94 if (root == -1)
96 if (!ofw_bus_node_is_compatible(root, "raspberrypi,4-model-b"))
/freebsd-13-stable/usr.sbin/devinfo/
H A Ddevinfo.c245 struct devinfo_dev *root; local
277 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL)
278 errx(1, "can't find root device");
281 if (devinfo_foreach_device_child(root, print_path, (void *)path) == 0)
290 devinfo_foreach_device_child(root, print_device, (void *)0);
/freebsd-13-stable/usr.sbin/ndiscvt/
H A Dinf.h29 const char * root; member in struct:reg
/freebsd-13-stable/usr.bin/at/
H A DMakefile19 BINOWN= root
/freebsd-13-stable/usr.bin/login/
H A DMakefile22 BINOWN= root
31 echo "./etc/login.conf.db type=file mode=0644 uname=root gname=wheel" | \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh129 log_must $ZFS create bootfs/root
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/zpool_list/
H A Dzpool_list_test.sh34 atf_set "require.user" root
/freebsd-13-stable/tests/sys/netpfil/common/
H A Dfragments.sh36 atf_set require.user root
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Drdr.sh34 atf_set require.user root
/freebsd-13-stable/tools/boot/
H A Dlua-img.sh21 mtree -deUW -f etc/mtree/BSD.root.dist -p ${dir}
/freebsd-13-stable/sbin/route/tests/
H A Dbasic.sh36 atf_set require.user root
81 atf_set require.user root
/freebsd-13-stable/libexec/bootpd/
H A Dsyslog.conf26 *.alert;user.none root
57 user.alert `root, operator'
/freebsd-13-stable/contrib/byacc/package/
H A Dbyacc.spec91 %defattr(-,root,root)
97 %defattr(-,root,root)
/freebsd-13-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-13-stable/contrib/apr/
H A Dapr.spec71 %defattr(-,root,root,-)
76 %defattr(-,root,root,-)
/freebsd-13-stable/contrib/ntp/scripts/build/
H A DgenAuthors.in36 chomp(my $bk_root = `bk root`);
/freebsd-13-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-13-stable/usr.sbin/lpr/lprm/
H A Dlprm.c94 static char root[] = "root"; local
106 * `person' and "root", so if we are root, better make sure
110 person = root;
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_003_pos.ksh45 # 1. Loop root and non-root user.
65 "root" "$ZFS_ACL_ADMIN" "$ZFS_ACL_OTHER1" \
84 [[ $user == root && -d $node ]] || \
85 [[ $user == root && $acl_spec != *"execute"* ]]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_cp_001_pos.ksh72 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_find_001_pos.ksh67 for user in root $ZFS_ACL_STAFF1; do

Completed in 153 milliseconds

1234567891011>>