Searched refs:root (Results 276 - 300 of 702) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/tests/sys/netpfil/pf/
H A Drules_counter.sh34 atf_set require.user root
80 atf_set require.user root
/freebsd-13-stable/tools/boot/
H A Dci-qemu-test.sh51 vfs.root.mountfrom="msdosfs:/dev/ada0s1"
88 ROOTDIR=$(mktemp -d -t ci-qemu-test-fat-root)
/freebsd-13-stable/tools/regression/tmpfs/
H A Dh_funcs.subr148 [ $(id -un) = root ] || err "Must be run as root"
/freebsd-13-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c288 phandle_t cpu, dev, root; local
292 root = OF_peer(0);
293 dev = OF_child(root);
450 phandle_t cpu, dev, root; local
453 root = OF_peer(0);
455 dev = OF_child(root);
505 struct cpu_group *core, *dom, *root; local
515 root = smp_topo_alloc(1);
516 dom = cpu_group_init(root, NULL, &all_cpus, vm_ndomains, CG_SHARE_NONE,
530 core = cpu_group_init(dom, root,
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c325 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
349 KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
442 struct cpu_group *dom, *root; local
445 root = smp_topo_alloc(1);
448 root->cg_parent = NULL;
449 root->cg_child = dom;
450 CPU_COPY(&all_cpus, &root->cg_mask);
451 root->cg_count = mp_ncpus;
452 root->cg_children = vm_ndomains;
453 root
[all...]
/freebsd-13-stable/contrib/ipfilter/
H A Dradix_ipf.c177 /* address information stored in either of the root leaves as neither of */
198 node = ipf_rx_find_addr(head->root, (u_32_t *)addr);
203 for (cur = node; (cur != NULL) && (cur->root == 0); cur = cur->dupkey) {
211 if ((end == key) && (cur->root == 0))
217 for (node = prev; node->root == 0; node = node->parent) {
261 found = ipf_rx_find_addr(head->root, (u_32_t *)addr);
262 if (found->root == 1)
355 node = ipf_rx_find_addr(head->root, addr);
389 cur = head->root;
424 for (cur = nodes[1].parent; cur->root
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c177 /* address information stored in either of the root leaves as neither of */
198 node = ipf_rx_find_addr(head->root, (u_32_t *)addr);
203 for (cur = node; (cur != NULL) && (cur->root == 0); cur = cur->dupkey) {
211 if ((end == key) && (cur->root == 0))
217 for (node = prev; node->root == 0; node = node->parent) {
261 found = ipf_rx_find_addr(head->root, (u_32_t *)addr);
262 if (found->root == 1)
355 node = ipf_rx_find_addr(head->root, addr);
389 cur = head->root;
424 for (cur = nodes[1].parent; cur->root
[all...]
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c91 .name = "root",
154 struct mlx5_flow_root_namespace *root = find_root(node); local
156 if (root)
157 return root->dev;
508 struct mlx5_flow_root_namespace *root = find_root(&prio->base); local
514 mlx5_core_warn(root->dev, "failed to allocate inbox\n");
520 mlx5_core_warn(root->dev, "failed to allocate inbox\n");
546 mutex_lock(&root->fs_chain_lock);
548 err = fs_set_star_rule(root->dev, ft, next_ft);
550 mutex_unlock(&root
598 struct mlx5_flow_root_namespace *root; local
734 update_root_ft_create(struct mlx5_flow_root_namespace *root, struct mlx5_flow_table *ft) argument
769 struct mlx5_flow_root_namespace *root = find_root(&ns->base); local
948 update_root_ft_destroy(struct mlx5_flow_root_namespace *root, struct mlx5_flow_table *ft) argument
991 struct mlx5_flow_root_namespace *root; local
[all...]
/freebsd-13-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-13-stable/lib/libbe/
H A Dbe.h67 libbe_handle_t *libbe_init(const char *root);
/freebsd-13-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-13-stable/libexec/rc/rc.d/
H A Dlocal_unbound34 : ${local_unbound_anchor:=${local_unbound_workdir}/root.key}
44 # Retrieve or update the DNSSEC root anchor
84 # Before starting, check that the configuration file and root anchor
94 # Retrieve DNSSEC root key
/freebsd-13-stable/sbin/devmatch/
H A Ddevmatch.c67 static struct devinfo_dev *root; variable in typeref:struct:devinfo_dev
534 devinfo_foreach_device_child(root, find_exact_dev, (void *)&info);
593 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL)
594 errx(1, "can't find root device");
598 devinfo_foreach_device_child(root, find_unmatched, (void *)0);
/freebsd-13-stable/contrib/byacc/package/
H A Dmingw-byacc.spec51 %defattr(-,root,root)
/freebsd-13-stable/contrib/kyua/model/
H A Dtest_program.hpp67 const utils::fs::path& root(void) const;
/freebsd-13-stable/contrib/ldns/ldns/
H A Dradix.h92 ldns_radix_node_t* root; member in struct:ldns_radix_t
H A Drbtree.h61 /** parent in rbtree, RBTREE_NULL for root */
84 /** The root of the red-black tree */
85 ldns_rbnode_t *root; member in struct:ldns_rbtree_t
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp18 static Timer gctimer("GC", Timer::root());
55 // Add GC root chunks.
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c214 zpl_show_devname(struct seq_file *seq, struct dentry *root) argument
216 return (__zpl_show_devname(seq, root->d_sb->s_fs_info));
240 zpl_show_options(struct seq_file *seq, struct dentry *root) argument
242 return (__zpl_show_options(seq, root->d_sb->s_fs_info));
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec33 %defattr(-,root,root)
/freebsd-13-stable/contrib/mtree/
H A Dverify.c60 static NODE *root; variable
71 root = spec(fi);
73 miss(root, path);
91 level = root;
/freebsd-13-stable/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh74 atf_set "require.user" "root"
/freebsd-13-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-13-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_groups.sh51 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh root
H A Dt_whoami.sh50 echo "root" >expout
63 atf_check -s eq:1 -o empty -e file:experr ./run_whoami.sh root

Completed in 257 milliseconds

<<11121314151617181920>>