Lines Matching defs:child
130 nvlist_t **child;
138 &child, &children) == 0) {
140 if (fix_paths(child[c], names) != 0)
449 nvlist_t **child = NULL;
581 * Add this top-level vdev to the child array.
597 newchild[c] = child[c];
599 free(child);
600 child = newchild;
603 if (nvlist_dup(nvtop, &child[id], 0) != 0)
618 nvlist_free(child[c]);
629 newchild[c] = child[c];
631 free(child);
632 child = newchild;
651 if (child[c] != NULL ||
674 child[c] = holey;
681 * simply compress the child array, because the kernel performs
686 if (child[c] == NULL) {
701 child[c] = missing;
715 child, children) != 0) {
721 nvlist_free(child[c]);
722 free(child);
724 child = NULL;
845 nvlist_free(child[c]);
846 free(child);
1469 nvlist_t **child;
1477 &child, &children) == 0) {
1479 if (find_guid(child[c], guid))