/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 348 child_range children() { in children() function 352 const_child_range children() const { in children() function [all …]
|
H A D | OpenMPClause.h | 93 const_child_range children() const { in children() function 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 604 child_range children() { return child_range(&Condition, &Condition + 1); } in children() function 606 const_child_range children() const { in children() function 850 child_range children() { in children() function [all …]
|
H A D | OpenACCClause.h | 49 const_child_range children() const { in children() function 71 child_range children() { in children() function 74 const_child_range children() const { in children() function 93 child_range children() { in children() function 96 const_child_range children() const { in children() function 114 child_range children() { in children() function 117 const_child_range children() const { in children() function 140 child_range children() { in children() function 143 const_child_range children() const { in children() function 166 child_range children() { 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 …]
|
H A D | Expr.h | 1158 child_range children() { return child_range(&SubExpr, &SubExpr+1); } in children() function 1159 const_child_range children() const { in children() function 1207 child_range children() { in children() function 1211 const_child_range children() const { in children() function 1490 child_range children() { in children() function 1494 const_child_range children() const { in children() function 1534 child_range children() { in children() function 1537 const_child_range children() const { in children() function 1581 child_range children() { in children() function 1584 const_child_range children() const { in children() function [all …]
|
H A D | StmtOpenACC.h | 68 child_range children() { in children() function 72 const_child_range children() const { in children() function 106 child_range children() { in children() function 112 const_child_range children() const { in children() function
|
H A D | ExprOpenMP.h | 98 child_range children() { in children() function 102 const_child_range children() const { in children() function 286 child_range children() { in children() function 291 const_child_range children() const { in children() function
|
/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() 436 alloc_fixed_map(uint64_t children, draid_map_t **mapp) in alloc_fixed_map() 496 uint64_t children = map->dm_children; in eval_resilver() local 607 uint64_t children = map->dm_children; in eval_decluster() local 704 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps() 874 for (uint64_t children = min_children; in draid_generate() local 983 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_verify() local 1183 for (uint64_t children = min_children; in draid_dump() local 1220 for (uint64_t children = VDEV_DRAID_MIN_CHILDREN; in draid_table() local
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_comutil.c | 51 uint_t children; in zfs_allocatable_devs() local 76 uint_t children; in zfs_special_devs() local
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 494 uint_t c, children; in get_replication() local 814 uint_t children; in check_replication() local 966 uint_t c, children; in make_disks() local 1145 uint_t c, children; in is_device_in_use() local 1353 draid_config_by_type(nvlist_t *nv, const char *type, uint64_t children) in draid_config_by_type() 1521 int c, children = 0; in construct_spec() local 1779 uint_t c, children; in split_mirror_vdev() local
|
H A D | zpool_util.c | 87 uint_t c, children; in num_logs() local
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 203 std::list<Vdev> children; in Children() local 242 std::list<Vdev> children; in Parent() local
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_abbrev.c | 33 _dwarf_abbrev_add(Dwarf_CU cu, uint64_t entry, uint64_t tag, uint8_t children, in _dwarf_abbrev_add() 110 uint8_t children; in _dwarf_abbrev_parse() local
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Timer.h | 53 std::vector<Timer *> children; variable
|
/freebsd/usr.sbin/rpc.ypxfrd/ |
H A D | ypxfrd_server.c | 51 int children = 0; variable
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dnode.c | 1187 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold() 1198 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele() 1213 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter() 1234 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots() 1245 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free() 1279 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots() 1304 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots() local
|
H A D | vdev_mirror.c | 148 vdev_mirror_map_size(int children) in vdev_mirror_map_size() 155 vdev_mirror_map_alloc(int children, boolean_t resilvering, boolean_t root) in vdev_mirror_map_alloc() 608 int c, children; in vdev_mirror_io_start() local
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_status.c | 162 uint_t c, children; in find_vdev_problem() local 253 uint_t c, i, children; in check_status() local
|
/freebsd/sys/dev/adb/ |
H A D | adbvar.h | 49 device_t children[16]; member
|
/freebsd/sys/dev/mii/ |
H A D | mii.c | 127 device_t *children; in miibus_attach() local 241 device_t *children, phy; in miibus_hinted_child() local 374 device_t *children, phy; in mii_attach() local
|
/freebsd/tests/sys/kern/ |
H A D | ptrace_test.c | 635 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 691 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 742 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 824 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 892 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 955 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 1105 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 1168 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local 1740 pid_t children[2], fpid, wpid; in ATF_TC_BODY() local
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | ypupdated_server.c | 52 int children = 0; variable
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 233 uint_t c, children; in fix_paths() local 502 uint_t children = 0; in get_configs() local 1179 uint_t c, children; in label_paths_impl() local 1592 uint_t children; in discover_cached_paths() local 1944 uint_t children = 0; in vdev_is_leaf() local 2053 uint_t c, children; in for_each_vdev_cb() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 395 inline iterator_range<DWARFDie::iterator> DWARFDie::children() const { in children() function
|