Searched refs:newchild (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c585 nvlist_t **newchild; local
587 newchild = zfs_alloc(hdl, (id + 1) *
589 if (newchild == NULL)
593 newchild[c] = child[c];
596 child = newchild;
617 nvlist_t **newchild; local
619 newchild = zfs_alloc(hdl, (max_id) *
621 if (newchild == NULL)
625 newchild[c] = child[c];
628 child = newchild;
[all...]
H A Dlibzfs_pool.c2930 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
2976 &newchild, &newchildren) != 0)
3027 newchild, newchildren)) >= 0) {

Completed in 24 milliseconds