Lines Matching defs:child
549 nvlist_t **child;
580 &child, &children) != 0) {
620 nvlist_t *cnv = child[c];
634 * get the real first child of the vdev.
799 nvlist_t **child;
821 &child, &children) != 0) || (children == 0)) {
891 nvlist_t **child;
904 &child, &children) != 0) {
964 if ((ret = make_disks(zhp, child[c])) != 0)
968 &child, &children) == 0)
970 if ((ret = make_disks(zhp, child[c])) != 0)
974 &child, &children) == 0)
976 if ((ret = make_disks(zhp, child[c])) != 0)
1038 nvlist_t **child;
1049 &child, &children) != 0) {
1079 if (is_device_in_use(config, child[c], force, replacing,
1084 &child, &children) == 0)
1086 if (is_device_in_use(config, child[c], force, replacing,
1091 &child, &children) == 0)
1093 if (is_device_in_use(config, child[c], force, replacing,
1190 nvlist_t **child = NULL;
1249 child = realloc(child,
1251 if (child == NULL)
1256 child[children - 1] = nv;
1277 spares = child;
1281 l2cache = child;
1297 ZPOOL_CONFIG_CHILDREN, child,
1301 nvlist_free(child[c]);
1302 free(child);
1371 nvlist_t *newroot = NULL, **child;
1388 ZPOOL_CONFIG_CHILDREN, &child, &children) == 0);
1394 verify(nvlist_lookup_string(child[c],