| /dflybsd-src/tools/snapshots/ |
| H A D | doclean | 47 if ( -e $build/root/usr/src/nrelease && -e $build/root/dev/null ) then 49 chroot $build/root csh -c "cd /usr/src/nrelease; make -DNOPROFILE -DWITHOUT_SRCS clean" 52 if ( -e $build/root/dev/null ) then 55 umount $build/root/dev 64 umount $build/root/usr/distfiles >& /dev/null 65 umount $build/root/usr/src >& /dev/null 66 umount $build/root/usr/dports >& /dev/null 71 rm -rf $build/root >& /dev/null 72 if ( -d $build/root ) then 73 chflags -R noschg $build/root [all …]
|
| H A D | dobuild | 41 if ( ! -e $build/root/dev/null ) then 42 mount_devfs dummy $build/root/dev 46 umount $build/root/usr/distfiles >& /dev/null 47 umount $build/root/usr/src >& /dev/null 48 umount $build/root/usr/dports >& /dev/null 50 mount_null $build/distfiles $build/root/usr/distfiles 51 mount_null $build/src $build/root/usr/src 52 mount_null $build/dports $build/root/usr/dports 55 chroot $build/root csh -c "cd /usr/src/nrelease; make -DNOPROFILE -DWITHOUT_SRCS MAKE_JOBS=1 img $n… 67 set kobjs = $build/root/usr/obj/usr/src/sys/GENERIC [all …]
|
| /dflybsd-src/sys/dev/drm/ |
| H A D | linux_radix.c | 43 radix_max(struct radix_tree_root *root) in radix_max() argument 45 return ((1UL << (root->height * RADIX_TREE_MAP_SHIFT)) - 1UL); in radix_max() 55 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) in radix_tree_lookup() argument 62 node = root->rnode; in radix_tree_lookup() 63 height = root->height - 1; in radix_tree_lookup() 64 if (index > radix_max(root)) in radix_tree_lookup() 76 radix_tree_iter_find(struct radix_tree_root *root, struct radix_tree_iter *iter, in radix_tree_iter_find() argument 84 node = root->rnode; in radix_tree_iter_find() 87 height = root->height - 1; in radix_tree_iter_find() 88 if (height == -1 || index > radix_max(root)) in radix_tree_iter_find() [all …]
|
| /dflybsd-src/etc/mail/ |
| H A D | aliases | 16 # Pretty much everything else in this file points to "root", so 17 # you would do well in either reading root's mailbox or forwarding 18 # root's email from here. 20 # root: me@my.domain 24 postmaster: root 27 _dhcp: root 28 _pflogd: root 29 _sdpd: root 30 bin: root 31 bind: root [all …]
|
| /dflybsd-src/test/stress/stress2/misc/ |
| H A D | snap6.sh | 26 root=/var 28 rm -f $root/.snap/pho $root/big $root/big2 29 trap "rm -f $root/.snap/pho $root/big $root/big2" 0 30 free=`df $root | tail -1 | awk '{print $4}'` 31 dd if=/dev/zero of=$root/big bs=1m count=$(( free / 1024 - 90)) > /dev/null 2>&1 32 df $root 36 nice -20 mksnap_ffs $root $root/.snap/pho & 37 dd if=/dev/zero of=$root/big2 bs=1m > /dev/null 2>&1 39 [ -f $root/.snap/pho ] && exit 0 40 rm -f $root/.snap/pho $root/big2 [all …]
|
| /dflybsd-src/test/vkernel/ |
| H A D | Makefile | 18 scratch: world kernel root install 70 rm -rf ${VKDIR}/root.img ${VKDIR}/root 98 root: check target 99 vnconfig -c -T -S ${ROOTSIZE} `cat ${VKDIR}/vn.which` ${VKDIR}/root.img 112 mkdir -p ${VKDIR}/root 116 vnconfig -c `cat ${VKDIR}/vn.which` ${VKDIR}/root.img 120 ${MOUNT_CMD} /dev/`cat ${VKDIR}/vn.which`s1a ${VKDIR}/root 126 vnconfig -c `cat ${VKDIR}/vn.which` ${VKDIR}/root.img 134 make -j 4 DESTDIR=${VKDIR}/root NO_BACKUP=TRUE installworld 136 make -j 4 DESTDIR=${VKDIR}/root distribution [all …]
|
| /dflybsd-src/contrib/binutils-2.34/libiberty/ |
| H A D | splay-tree.c | 143 if (sp->root == 0) in splay_tree_splay() 150 n = sp->root; in splay_tree_splay() 173 rotate_left (&sp->root, n, c); in splay_tree_splay() 175 rotate_right (&sp->root, n, c); in splay_tree_splay() 183 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 188 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 193 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 198 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 343 sp->root = 0; in splay_tree_new_typed_alloc() 359 splay_tree_delete_helper (sp, sp->root); in splay_tree_delete() [all …]
|
| /dflybsd-src/contrib/gdb-7/libiberty/ |
| H A D | splay-tree.c | 141 if (sp->root == 0) in splay_tree_splay() 148 n = sp->root; in splay_tree_splay() 171 rotate_left (&sp->root, n, c); in splay_tree_splay() 173 rotate_right (&sp->root, n, c); in splay_tree_splay() 181 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 186 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 191 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 196 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 337 sp->root = 0; in splay_tree_new_typed_alloc() 353 splay_tree_delete_helper (sp, sp->root); in splay_tree_delete() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libiberty/ |
| H A D | splay-tree.c | 140 if (sp->root == 0) in splay_tree_splay() 147 n = sp->root; in splay_tree_splay() 170 rotate_left (&sp->root, n, c); in splay_tree_splay() 172 rotate_right (&sp->root, n, c); in splay_tree_splay() 180 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 185 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 190 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 195 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 336 sp->root = 0; in splay_tree_new_typed_alloc() 352 splay_tree_delete_helper (sp, sp->root); in splay_tree_delete() [all …]
|
| /dflybsd-src/contrib/binutils-2.27/libiberty/ |
| H A D | splay-tree.c | 141 if (sp->root == 0) in splay_tree_splay() 148 n = sp->root; in splay_tree_splay() 171 rotate_left (&sp->root, n, c); in splay_tree_splay() 173 rotate_right (&sp->root, n, c); in splay_tree_splay() 181 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 186 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 191 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 196 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 337 sp->root = 0; in splay_tree_new_typed_alloc() 353 splay_tree_delete_helper (sp, sp->root); in splay_tree_delete() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libiberty/ |
| H A D | splay-tree.c | 141 if (sp->root == 0) in splay_tree_splay() 148 n = sp->root; in splay_tree_splay() 171 rotate_left (&sp->root, n, c); in splay_tree_splay() 173 rotate_right (&sp->root, n, c); in splay_tree_splay() 181 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 186 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 191 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 196 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 337 sp->root = 0; in splay_tree_new_typed_alloc() 353 splay_tree_delete_helper (sp, sp->root); in splay_tree_delete() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libgomp/ |
| H A D | splay-tree.c | 72 if (sp->root == NULL) in splay_tree_splay() 79 n = sp->root; in splay_tree_splay() 102 rotate_left (&sp->root, n, c); in splay_tree_splay() 104 rotate_right (&sp->root, n, c); in splay_tree_splay() 112 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 117 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 122 rotate_left (&sp->root, n, n->left); in splay_tree_splay() 127 rotate_right (&sp->root, n, n->right); in splay_tree_splay() 141 if (sp->root) in splay_tree_insert() 142 comparison = splay_compare (&sp->root->key, &node->key); in splay_tree_insert() [all …]
|
| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | rsh-client.c | 42 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p, in start_rsh_server() argument 51 char *cvs_rsh = (root->cvs_rsh != NULL in start_rsh_server() 52 ? root->cvs_rsh : getenv ("CVS_RSH")); in start_rsh_server() 53 char *cvs_server = (root->cvs_server != NULL in start_rsh_server() 54 ? root->cvs_server : getenv ("CVS_SERVER")); in start_rsh_server() 94 if (root->username != NULL) in start_rsh_server() 97 rsh_argv[i++] = root->username; in start_rsh_server() 100 rsh_argv[i++] = root->hostname; in start_rsh_server() 128 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p, in start_rsh_server() argument 134 char *cvs_rsh = (root->cvs_rsh != NULL in start_rsh_server() [all …]
|
| H A D | root.c | 37 char *root = NULL; in Name_Root() local 84 if ((len = getline (&root, &root_allocated, fpin)) < 0) in Name_Root() 96 cp = root + len - 1; in Name_Root() 105 ret = parse_cvsroot (root); in Name_Root() 120 CVSADM_ROOT, root); in Name_Root() 129 if (root != NULL) in Name_Root() 130 free (root); in Name_Root() 410 free_cvsroot_t (cvsroot_t *root) in free_cvsroot_t() argument 412 assert (root); in free_cvsroot_t() 413 if (root->original != NULL) in free_cvsroot_t() [all …]
|
| /dflybsd-src/contrib/lvm2/dist/udev/ |
| H A D | 12-dm-permissions.rules | 32 # ENV{DM_NAME}=="my_device", OWNER:="root", GROUP:="root", MODE:="660" 35 # ENV{DM_UUID}=="MY_UUID-?*", OWNER:="root", GROUP:="root", MODE:="660" 41 # ENV{DM_UUID}=="LVM-?*", OWNER:="root", GROUP:="root", MODE:="660" 44 # ENV{DM_VG_NAME}=="VolGroup00", OWNER:="root", GROUP:="root", MODE:="660" 47 # ENV{DM_VG_NAME}=="VolGroup00", ENV{DM_LV_NAME}=="LogVol00", OWNER:="root", GROUP:="root", MODE:="… 50 # ENV{DM_VG_NAME}!="VolGroup00", OWNER:="root", GROUP:="root", MODE:="660" 56 # ENV{DM_UUID}=="CRYPT-PLAIN-?*", OWNER:="root", GROUP:="root", MODE:="660" 59 # ENV{DM_UUID}=="CRYPT-LUKS1-?*", OWNER:="root", GROUP:="root", MODE:="660" 62 # ENV{DM_UUID}=="CRYPT-LUKS1-22fce5c8313c43c68d84b50a3b0fee78-?*", OWNER:="root", GROUP:="root", MO… 68 # ENV{DM_UUID}=="mpath-?*", OWNER:="root", GROUP:="root", MODE:="660" [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/src/utils/ |
| H A D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() argument 26 node = root; in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() argument 56 node = get_node_uri_iter(ctx, root, search); in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() argument 74 xml_node_for_each_child(ctx, node, root) { in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() argument 99 node = get_node_iter(ctx, root, search); in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() argument 112 xml_node_for_each_child(ctx, node, root) { in get_child_node() [all …]
|
| /dflybsd-src/sys/dev/drm/include/linux/ |
| H A D | rbtree.h | 87 #define RB_EMPTY_ROOT(root) RB_EMPTY((struct linux_root *)root) argument 91 #define rb_insert_color(node, root) \ argument 92 linux_root_RB_INSERT_COLOR((struct linux_root *)(root), (node)) 93 #define rb_erase(node, root) \ argument 94 linux_root_RB_REMOVE((struct linux_root *)(root), (node)) 97 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root)) argument 98 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root)) argument 100 #define rb_insert_color_cached(node, root, leftmost) \ argument 101 linux_root_RB_INSERT_COLOR((struct linux_root *)(&(root)->rb_root), (node)) 102 #define rb_erase_cached(node, root) \ argument [all …]
|
| /dflybsd-src/contrib/binutils-2.34/ld/ |
| H A D | ldcref.c | 62 struct bfd_hash_entry root; member 73 struct bfd_hash_table root; member 89 bfd_hash_lookup (&(table)->root, (string), (create), (copy))) 95 (&(table)->root, \ 152 return &ret->root; in cref_hash_newfunc() 169 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc, in add_cref() 185 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r); in add_cref() 221 for (i = 0; i < cref_table.root.size; i++) in handle_asneeded_cref() 227 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref() 229 entsize += cref_table.root.entsize; in handle_asneeded_cref() [all …]
|
| /dflybsd-src/contrib/binutils-2.27/ld/ |
| H A D | ldcref.c | 61 struct bfd_hash_entry root; member 72 struct bfd_hash_table root; member 88 bfd_hash_lookup (&(table)->root, (string), (create), (copy))) 94 (&(table)->root, \ 151 return &ret->root; in cref_hash_newfunc() 168 if (!bfd_hash_table_init (&cref_table.root, cref_hash_newfunc, in add_cref() 184 r = (struct cref_ref *) bfd_hash_allocate (&cref_table.root, sizeof *r); in add_cref() 220 for (i = 0; i < cref_table.root.size; i++) in handle_asneeded_cref() 226 for (p = cref_table.root.table[i]; p != NULL; p = p->next) in handle_asneeded_cref() 228 entsize += cref_table.root.entsize; in handle_asneeded_cref() [all …]
|
| /dflybsd-src/lib/libc/stdlib/ |
| H A D | twalk.c | 30 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), in trecurse() argument 34 if (root->llink == NULL && root->rlink == NULL) in trecurse() 35 (*action)(root, leaf, level); in trecurse() 37 (*action)(root, preorder, level); in trecurse() 38 if (root->llink != NULL) in trecurse() 39 trecurse(root->llink, action, level + 1); in trecurse() 40 (*action)(root, postorder, level); in trecurse() 41 if (root->rlink != NULL) in trecurse() 42 trecurse(root->rlink, action, level + 1); in trecurse() 43 (*action)(root, endorder, level); in trecurse()
|
| /dflybsd-src/test/x86_64/ |
| H A D | Makefile | 77 ${QEMUDIR}/root.img ${QEMUDIR}/root 153 `cat ${QEMUDIR}/vn.which` ${QEMUDIR}/root.img 162 mkdir -p ${QEMUDIR}/root 166 vnconfig -c `cat ${QEMUDIR}/vn.which` ${QEMUDIR}/root.img 168 mount /dev/`cat ${QEMUDIR}/vn.which`s1a ${QEMUDIR}/root 179 DESTDIR=${QEMUDIR}/root NO_ALTCOMPILER=1 installworld 182 DESTDIR=${QEMUDIR}/root distribution 183 echo '/dev/ad0s1a / ufs rw 1 1' > ${QEMUDIR}/root/etc/fstab 184 echo 'proc /proc procfs rw 0 0' >> ${QEMUDIR}/root/etc/fstab 185 echo 'vfs.root.mountfrom="ufs:ad0s1a"' > ${QEMUDIR}/root/boot/loader.conf [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libgcc/ |
| H A D | libgcov-interface.c | 135 struct gcov_root *root; in __gcov_reset_int() local 139 for (root = __gcov_master.version == GCOV_VERSION in __gcov_reset_int() 140 ? __gcov_master.root : &__gcov_root; root; root = root->next) in __gcov_reset_int() 142 gcov_clear (root->list); in __gcov_reset_int() 143 root->dumped = 0; in __gcov_reset_int() 158 struct gcov_root *root; in __gcov_dump_int() local 162 for (root = __gcov_master.version == GCOV_VERSION in __gcov_dump_int() 163 ? __gcov_master.root : &__gcov_root; root; root = root->next) in __gcov_dump_int() 164 __gcov_dump_one (root); in __gcov_dump_int()
|
| /dflybsd-src/contrib/gmp/mpz/ |
| H A D | sqrtrem.c | 31 mpz_sqrtrem (mpz_ptr root, mpz_ptr rem, mpz_srcptr op) in mpz_sqrtrem() argument 33 msqrt (mpz_srcptr op, mpz_ptr root, mpz_ptr rem) in mpz_sqrtrem() 48 SIZ(root) = 0; in mpz_sqrtrem() 59 root_ptr = root->_mp_d; in mpz_sqrtrem() 62 if (root->_mp_alloc < root_size) in mpz_sqrtrem() 67 free_me_size = root->_mp_alloc; in mpz_sqrtrem() 70 (*__gmp_free_func) (root_ptr, root->_mp_alloc * BYTES_PER_MP_LIMB); in mpz_sqrtrem() 72 root->_mp_alloc = root_size; in mpz_sqrtrem() 74 root->_mp_d = root_ptr; in mpz_sqrtrem() 91 root->_mp_size = root_size; in mpz_sqrtrem()
|
| H A D | root.c | 26 mpz_root (mpz_ptr root, mpz_srcptr u, unsigned long int nth) in mpz_root() argument 45 if (root != NULL) in mpz_root() 46 SIZ(root) = 0; in mpz_root() 56 if (root != NULL && u != root) in mpz_root() 57 rootp = MPZ_REALLOC (root, rootn); in mpz_root() 73 if (root != NULL) in mpz_root() 75 SIZ(root) = us >= 0 ? rootn : -rootn; in mpz_root() 76 if (u == root) in mpz_root()
|
| /dflybsd-src/gnu/usr.bin/rcs/rlog/ |
| H A D | rlog.c | 520 putree(root) in putree() argument 521 struct hshentry const *root; in putree() 526 if (!root) return; 528 putree(root->next); 530 putforest(root->branches); 553 putabranch(root) in putabranch() argument 554 struct hshentry const *root; in putabranch() 558 if (!root) return; 560 putabranch(root->next); 562 putadelta(root, root, false); [all …]
|