Searched refs:root (Results 251 - 275 of 620) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/fmtree/
H A Dverify.c50 static NODE *root; variable
61 root = mtree_readspec(fi);
63 miss(root, path);
87 level = root;
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.h143 extern am_nfs_fh root;
/freebsd-11-stable/contrib/byacc/package/
H A Dbyacc.spec51 %defattr(-,root,root)
H A Dmingw-byacc.spec51 %defattr(-,root,root)
/freebsd-11-stable/contrib/netbsd-tests/share/mk/
H A Dt_test.sh52 mkdir -p root/usr/tests/fake
53 create_make_conf mk.conf owngrp DESTDIR="$(pwd)/root"
56 atf_check -o match:'ident: one_tc' "./root/usr/tests/fake/${name}" -l
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c628 struct ext2fs_htree_root *root; local
647 root = (struct ext2fs_htree_root *)bp->b_data;
648 dotdot = (struct ext2fs_direct_2 *)((char *)&(root->h_dotdot));
650 dirlen = (char *)root + blksize - (char *)ep;
661 * Initialize index root.
664 memset(&root->h_info, 0, sizeof(root->h_info));
665 root->h_info.h_hash_version = fs->e3fs_def_hash_version;
666 root->h_info.h_info_len = sizeof(root
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_cpu.c109 phandle_t root, child; local
114 root = ofw_bus_get_node(dev);
117 OF_getencprop(root, "#address-cells", &sc->sc_addr_cells,
120 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh74 atf_set "require.user" "root"
/freebsd-11-stable/stand/libsa/
H A Ddosfs.h105 u_int dirents; /* root directory entries */
107 u_int rdcl; /* root directory start cluster */
109 u_int lsndir; /* start of root dir */
113 DOS_DE root; member in struct:__anon5033
/freebsd-11-stable/usr.bin/chpass/
H A DMakefile10 BINOWN= root
/freebsd-11-stable/usr.sbin/traceroute/
H A DMakefile11 BINOWN= root
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_usershow_test.sh15 atf_check -o not-empty ${PW} usershow root
/freebsd-11-stable/sys/dev/ow/
H A Dowc_gpiobus.c77 phandle_t w1, root; local
87 root = OF_finddevice("/");
88 if (root == 0)
90 for (w1 = OF_child(root); w1 != 0; w1 = OF_peer(w1)) {
/freebsd-11-stable/stand/i386/common/
H A Dbootargs.h151 uint64_t root; member in struct:zfs_boot_args
/freebsd-11-stable/etc/rc.d/
H A Dlocal_unbound34 : ${local_unbound_anchor:=${local_unbound_workdir}/root.key}
43 # Retrieve or update the DNSSEC root anchor
78 # Before starting, check that the configuration file and root anchor
88 # Retrieve DNSSEC root key
/freebsd-11-stable/contrib/unbound/util/
H A Drbtree.h56 /** parent in rbtree, RBTREE_NULL for root */
77 /** The root of the red-black tree */
78 rbnode_type *root; member in struct:rbtree_type
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Daddrtree.h66 struct addrnode *root; member in struct:addrtree
71 * Excluding the root node, 0 for unlimited */
/freebsd-11-stable/lib/libbe/
H A Dbe.h67 libbe_handle_t *libbe_init(const char *root);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp18 static Timer gctimer("GC", Timer::root());
55 // Add GC root chunks.
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c553 puttree(root, fout)
554 struct hshentry const *root;
560 if (!root) return;
562 if (root->selector)
563 putdelta(root, fout);
565 puttree(root->next, fout);
567 nextbranch = root->branches;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dchanges.c302 svn_packed__data_root_t *root = svn_packed__data_create_root(scratch_pool); local
306 = svn_packed__create_int_stream(root, TRUE, FALSE);
308 = svn_packed__create_int_stream(root, FALSE, FALSE);
337 SVN_ERR(svn_packed__data_write(stream, root, scratch_pool));
353 svn_packed__data_root_t *root; local
361 SVN_ERR(svn_packed__data_read(&root, stream, result_pool, scratch_pool));
362 offsets_stream = svn_packed__first_int_stream(root);
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h2895 return _bfd_link_hash_table_init (&table->root, abfd, newfunc, entsize);
2917 return &ret->root;
3116 if ((*sym_hash)->root.type == bfd_link_hash_common
3117 && ((*sym_hash)->root.u.c.p->alignment_power >
3119 (*sym_hash)->root.u.c.p->alignment_power =
3125 if ((*sym_hash)->root.type == bfd_link_hash_new)
3427 struct bfd_hash_table root;
3443 struct bfd_hash_entry root;
3452 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
3524 if (h->root
[all...]
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh605 cp $0 ${SBMNT}/root
609 cp $c_arg ${SBMNT}/root
610 chroot ${SBMNT} sh /root/$0 -c /root/`basename $c_arg` $use_pkg chroot_script
612 chroot ${SBMNT} sh /root/$0 $use_pkg chroot_script
634 mkdir root/configfiles_dist
635 find ${CONFIGFILES} -print | cpio -dumpv root/configfiles_dist
646 chroot ${SBMNT} sh /root/$0 -c /root/`basename $c_arg` final_chroot
648 chroot ${SBMNT} sh /root/
[all...]
/freebsd-11-stable/etc/
H A DMakefile152 # -rwxr-xr-x root:wheel, for the new cron root:wheel
224 echo "./etc/login.conf.db type=file mode=0644 uname=root gname=wheel"; \
225 echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
226 echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
227 echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
278 cd ${.CURDIR}/root; \
280 dot.k5login ${DESTDIR}/root/.k5login;
282 cd ${.CURDIR}/root; \
284 dot.profile ${DESTDIR}/root/
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c79 FTSENT *p, *root; local
108 /* Allocate/initialize root's parent. */
113 /* Allocate/initialize root(s). */
114 for (root = prev = NULL, nitems = 0; *argv; ++argv, ++nitems) {
131 p->fts_link = root;
132 root = p;
135 if (root == NULL)
136 root = p;
143 root = fts_sort(sp, root, nitem
[all...]

Completed in 319 milliseconds

<<11121314151617181920>>