/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | FormatEntity.h | 114 /// The number of children of this node in the tree of format strings. 117 const Definition *children = nullptr; 134 const Definition *children, 136 : name(name), type(t), num_children(num_children), children(children), 143 const Definition (&children)[N], 145 return Definition(name, t, N, children, keep_separator); 161 void AppendEntry(const Entry &&entry) { children.push_back(entry); } 166 children.clear(); in Clear() 182 const size_t n = children 118 const Definition *children = nullptr; global() member 202 std::vector<Entry> children; global() member [all...] |
/freebsd/tools/test/stress2/misc/ |
H A D | graid1_11.sh | 22 local children 24 children=$(pgrep -P "$1") 25 for pid in $children ; do 28 echo "$children" 49 children="" 62 children="${children:+${children},}$!" 68 pkill -P ${children} -x dd
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 494 uint_t c, children; in get_replication() local 532 &child, &children) != 0) { in get_replication() 572 for (c = 0; c < children; c++) { in get_replication() 814 uint_t children; in check_replication() local 836 &child, &children) != 0) || (children == 0)) { in check_replication() 844 if (num_logs(newroot) == children) { in check_replication() 966 uint_t c, children; in make_disks() local 979 &child, &children) != 0) { in make_disks() 1117 for (c = 0; c < children; c++) in make_disks() 1122 &child, &children) == 0) in make_disks() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.list_children.ksh | 46 for s in zfs.list.children("$TESTPOOL/$TESTFS") do 55 for s in zfs.list.children("$TESTPOOL") do 68 for s in zfs.list.children("$TESTPOOL/$TESTFS") do 88 for s in zfs.list.children("$TESTPOOL/$TESTFS") do 103 zfs.list.children("$TESTPOOL/not-a-fs") 108 zfs.list.children("not-a-pool/$TESTFS") 114 zfs.list.children("rpool") 120 zfs.list.children("$TESTPOOL/$TESTFS@$TESTSNAP")
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | draid.c | 406 alloc_new_map(uint64_t children, uint64_t nperms, uint64_t seed, in alloc_new_map() argument 416 map->dm_children = children; in alloc_new_map() 436 alloc_fixed_map(uint64_t children, draid_map_t **mapp) in alloc_fixed_map() argument 442 error = vdev_draid_lookup_map(children, &fixed_map); in alloc_fixed_map() 496 uint64_t children = map->dm_children; in eval_resilver() local 498 uint64_t ndisks = children - nspares; in eval_resilver() 503 while (ngroups * (groupwidth) % (children - nspares) != 0) in eval_resilver() 607 uint64_t children = map->dm_children; in eval_decluster() local 618 if (children == VDEV_DRAID_MIN_CHILDREN) { in eval_decluster() 637 groupwidth <= MIN(children - nspares, 19); in eval_decluster() [all …]
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 203 std::list<Vdev> children; in Children() local 206 return (children); in Children() 211 return (children); in Children() 214 children.push_back(Vdev(m_poolConfig, vdevChildren[c])); in Children() 216 return (children); in Children() 242 std::list<Vdev> children; in Parent() local 253 children = vd.Children(); in Parent() 254 children_it = children.begin(); in Parent() 255 for (;children_it != children.end(); children_it++) { in Parent()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 67 child_range children() { in children() function 71 const_child_range children() const { in children() function 119 child_range children() { return child_range(&Body, &Body + 1); } in children() function 121 const_child_range children() const { in children() function 155 child_range children() { in children() function 159 const_child_range children() const { in children() function 264 child_range children() { in children() function 269 const_child_range children() const { in children() function 270 return const_child_range(const_cast<ObjCAtTryStmt *>(this)->children()); in children() 348 child_range children() { in children() function [all …]
|
H A D | OpenMPClause.h | 92 child_range children(); 93 const_child_range children() const { in children() function 94 auto Children = const_cast<OMPClause *>(this)->children(); in children() 103 auto Children = const_cast<OMPClause *>(this)->children(); in used_children() 123 child_range children() { in children() function 127 const_child_range children() const { in children() function 176 child_range children() { return child_range(&S, &S + 1); } in children() function 178 const_child_range children() const { return const_child_range(&S, &S + 1); } in children() function 498 child_range children() { in children() function 503 const_child_range children() const { in children() function [all …]
|
H A D | ExprCXX.h | 356 child_range children() { in children() function 751 child_range children() { in children() function 755 const_child_range children() const { in children() function 786 child_range children() { in children() function 790 const_child_range children() const { in children() function 833 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } in children() function 835 const_child_range children() const { in children() function 907 child_range children() { in children() function 914 const_child_range children() const { in children() function 973 child_range children() { in children() function [all …]
|
H A D | StmtCXX.h | 57 child_range children() { return child_range(&HandlerBlock, &HandlerBlock+1); } in children() function 59 const_child_range children() const { in children() function 119 child_range children() { in children() function 123 const_child_range children() const { in children() function 217 child_range children() { in children() function 221 const_child_range children() const { in children() function 302 child_range children() { in children() function 306 const_child_range children() const { in children() function 435 child_range children() { in children() function 440 const_child_range children() const { in children() function [all …]
|
/freebsd/tests/sys/kern/ |
H A D | ptrace_test.c | 635 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 645 children[0] = fpid; in ATF_TC_BODY() 648 wpid = waitpid(children[0], &status, 0); in ATF_TC_BODY() 649 REQUIRE_EQ(wpid, children[0]); in ATF_TC_BODY() 653 ATF_REQUIRE(ptrace(PT_FOLLOW_FORK, children[0], NULL, 1) != -1); in ATF_TC_BODY() 656 ATF_REQUIRE(ptrace(PT_CONTINUE, children[0], (caddr_t)1, 0) != -1); in ATF_TC_BODY() 658 children[1] = handle_fork_events(children[0], NULL); in ATF_TC_BODY() 659 ATF_REQUIRE(children[1] > 0); in ATF_TC_BODY() 661 ATF_REQUIRE(ptrace(PT_CONTINUE, children[0], (caddr_t)1, 0) != -1); in ATF_TC_BODY() 662 ATF_REQUIRE(ptrace(PT_CONTINUE, children[1], (caddr_t)1, 0) != -1); in ATF_TC_BODY() [all …]
|
H A D | sysctl_security_jail_children.sh | 36 origin_max=$(sysctl -n security.jail.children.max) 37 origin_cur=$(sysctl -n security.jail.children.cur) 56 jail -c name=maxallowed children.max=$((origin_max - 1)) persist 61 jexec maxallowed jail -c name=family children.max=4 persist
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/ |
H A D | zfs_list_003_pos.ksh | 58 children="$TESTPOOL/$TESTFS" 61 children="$children $TESTPOOL/$TESTFS/$fs" 68 for fs in $children ; do
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_xml_test_utils.py | 152 children = {} 169 self.assertNotIn(child_id, children) 170 children[child_id] = child 172 if 'detail' not in children: 177 children['detail'] = child.ownerDocument.createCDATASection( 181 children['detail'].nodeValue += child.nodeValue 184 return children
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/zfs_list/ |
H A D | zfs_list_003_pos.ksh | 67 children="$TESTPOOL/$TESTFS" 70 children="$children $TESTPOOL/$TESTFS/$fs" 77 for fs in $children ; do
|
/freebsd/sys/dev/mii/ |
H A D | mii.c | 127 device_t *children; in miibus_attach() local 131 if (device_get_children(dev, &children, &nchildren) == 0) { in miibus_attach() 133 ma = device_get_ivars(children[i]); in miibus_attach() 136 free(children, M_TEMP); in miibus_attach() 240 device_t *children, phy; in miibus_hinted_child() local 246 if (device_get_children(dev, &children, &nchildren) != 0) in miibus_hinted_child() 250 args = device_get_ivars(children[i]); in miibus_hinted_child() 256 free(children, M_TEMP); in miibus_hinted_child() 373 device_t *children, phy; in mii_attach() local 438 if (device_get_children(*miibus, &children, &nchildren) != 0) { in mii_attach() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_draid_001_pos.ksh | 58 for children in {$((parity + 2))..24}; do 59 vdevs=$(echo $TESTDIR/file.{01..${children}}) 68 for children in $children_counts; do 69 vdevs=$(echo $TESTDIR/file.{01..${children}})
|
H A D | zpool_create_draid_003_pos.ksh | 61 children=$(random_int_between $min_children 32) 63 draid="draid${parity}:${data}d:${children}c:${spares}s" 65 draid_vdevs=$(echo $TESTDIR/file.{01..$children}) 75 children=32 76 draid_vdevs=$(echo $TESTDIR/file.{01..$children})
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_comutil.c | 51 uint_t children; in zfs_allocatable_devs() local 54 &child, &children) != 0) { in zfs_allocatable_devs() 57 for (c = 0; c < children; c++) { in zfs_allocatable_devs() 76 uint_t children; in zfs_special_devs() local 79 &child, &children) != 0) { in zfs_special_devs() 82 for (c = 0; c < children; c++) { in zfs_special_devs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.td | 51 let children = [ 66 let children = [ 78 let children = [ 86 let children = [ 101 let children = [ 109 let children = [ 117 let children = [ 135 let children = [ 143 let children = [ 151 let children = [ [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_mp_ring.c | 533 struct sysctl_oid_list *children) in mp_ring_sysctls() argument 537 oid = SYSCTL_ADD_NODE(ctx, children, OID_AUTO, "mp_ring", CTLFLAG_RD | in mp_ring_sysctls() 539 children = SYSCTL_CHILDREN(oid); in mp_ring_sysctls() 541 SYSCTL_ADD_U64(ctx, children, OID_AUTO, "state", CTLFLAG_RD, in mp_ring_sysctls() 543 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "dropped", CTLFLAG_RD, in mp_ring_sysctls() 545 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "consumed", in mp_ring_sysctls() 547 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "fast_consumer", in mp_ring_sysctls() 550 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "consumer2", in mp_ring_sysctls() 553 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "consumer3", in mp_ring_sysctls() 556 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "takeovers", in mp_ring_sysctls() [all …]
|
/freebsd/tools/regression/geom/ConfCmp/ |
H A D | ConfCmp.c | 52 LIST_HEAD(, node) children; 87 LIST_INIT(&np->children); in new_node() 123 LIST_INSERT_HEAD(&mt->cur->children, np, siblings); in StartElement() 139 LIST_FOREACH(np, &mt->cur->children, siblings) { in EndElement() 224 LIST_FOREACH(np1, &np->children, siblings) in print_tree() 234 LIST_FOREACH(np1, &np->children, siblings) in sort_node() 237 np1 = LIST_FIRST(&np->children); in sort_node() 305 n1a = LIST_FIRST(&n1->children); in compare_node() 306 n2a = LIST_FIRST(&n2->children); in compare_node()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_hw.c | 254 struct sysctl_oid_list *children; in qlnx_add_hw_mac_stats_sysctls() local 258 children = SYSCTL_CHILDREN(device_get_sysctl_tree(ha->pci_dev)); in qlnx_add_hw_mac_stats_sysctls() 260 ctx_oid = SYSCTL_ADD_NODE(ctx, children, OID_AUTO, "stats_hw_mac", in qlnx_add_hw_mac_stats_sysctls() 262 children = SYSCTL_CHILDREN(ctx_oid); in qlnx_add_hw_mac_stats_sysctls() 264 SYSCTL_ADD_QUAD(ctx, children, in qlnx_add_hw_mac_stats_sysctls() 269 SYSCTL_ADD_QUAD(ctx, children, in qlnx_add_hw_mac_stats_sysctls() 274 SYSCTL_ADD_QUAD(ctx, children, in qlnx_add_hw_mac_stats_sysctls() 279 SYSCTL_ADD_QUAD(ctx, children, in qlnx_add_hw_mac_stats_sysctls() 284 SYSCTL_ADD_QUAD(ctx, children, in qlnx_add_hw_mac_stats_sysctls() 289 SYSCTL_ADD_QUAD(ctx, children, in qlnx_add_hw_mac_stats_sysctls() [all …]
|
/freebsd/sys/arm/altera/socfpga/ |
H A D | socfpga_rstmgr.c | 183 struct sysctl_oid_list *children; in rstmgr_add_sysctl() local 187 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->dev)); in rstmgr_add_sysctl() 189 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "fpga2hps", in rstmgr_add_sysctl() 193 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "lwhps2fpga", in rstmgr_add_sysctl() 197 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "hps2fpga", in rstmgr_add_sysctl()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_qstats.c | 70 struct pf_altq_node *children; member 223 node->next = node->children = NULL; 239 if (parent->children == NULL) 240 parent->children = node; 242 struct pf_altq_node *prev = parent->children; 262 if (node->children != NULL) { 263 child = pfctl_find_altq_node(node->children, qname, 283 if (node->children != NULL) { 285 for (child = node->children; child != NULL; 303 for (child = node->children; child != NULL; [all …]
|