Lines Matching refs:children

549 	uint_t c, children;  in get_replication()  local
577 &child, &children) != 0) { in get_replication()
616 for (c = 0; c < children; c++) { in get_replication()
797 uint_t children; in check_replication() local
818 &child, &children) != 0) || (children == 0)) { in check_replication()
826 if (num_logs(newroot) == children) { in check_replication()
889 uint_t c, children; in make_disks() local
901 &child, &children) != 0) { in make_disks()
960 for (c = 0; c < children; c++) in make_disks()
965 &child, &children) == 0) in make_disks()
966 for (c = 0; c < children; c++) in make_disks()
971 &child, &children) == 0) in make_disks()
972 for (c = 0; c < children; c++) in make_disks()
1036 uint_t c, children; in is_device_in_use() local
1046 &child, &children) != 0) { in is_device_in_use()
1075 for (c = 0; c < children; c++) in is_device_in_use()
1081 &child, &children) == 0) in is_device_in_use()
1082 for (c = 0; c < children; c++) in is_device_in_use()
1088 &child, &children) == 0) in is_device_in_use()
1089 for (c = 0; c < children; c++) in is_device_in_use()
1188 int c, children = 0; in construct_spec() local
1245 children++; in construct_spec()
1247 children * sizeof (nvlist_t *)); in construct_spec()
1253 child[children - 1] = nv; in construct_spec()
1256 if (children < mindev) { in construct_spec()
1263 if (children > maxdev) { in construct_spec()
1275 nspares = children; in construct_spec()
1279 nl2cache = children; in construct_spec()
1295 children) == 0); in construct_spec()
1297 for (c = 0; c < children; c++) in construct_spec()
1369 uint_t c, children; in split_mirror_vdev() local
1385 ZPOOL_CONFIG_CHILDREN, &child, &children) == 0); in split_mirror_vdev()
1386 for (c = 0; c < children; c++) { in split_mirror_vdev()