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

/freebsd-9.3-release/contrib/dtc/
H A Dfstree.c69 struct node *newchild; local
71 newchild = read_fstree(tmpnam);
72 newchild = name_node(newchild, xstrdup(de->d_name),
74 add_child(tree, newchild);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c583 nvlist_t **newchild; local
585 newchild = zfs_alloc(hdl, (id + 1) *
587 if (newchild == NULL)
591 newchild[c] = child[c];
594 child = newchild;
615 nvlist_t **newchild; local
617 newchild = zfs_alloc(hdl, (max_id) *
619 if (newchild == NULL)
623 newchild[c] = child[c];
626 child = newchild;
[all...]
H A Dlibzfs_pool.c2902 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
2947 &newchild, &newchildren) != 0)
2998 newchild, newchildren)) >= 0) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2328 nvlist_t **oldchild, **newchild; local
2385 &newchild, &children) != 0)
2395 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE,
2398 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG,
2404 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], B_FALSE);
2406 newchild[c], cb, depth + 2);
2420 (void) nvlist_lookup_uint64(newchild[c],
2424 vname = zpool_vdev_name(g_zfs, zhp, newchild[c],
2427 oldchild[c] : NULL, newchild[c],
2439 &newchild,
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c271 vdev_t **newchild; local
287 newchild = kmem_zalloc(newsize, KM_SLEEP);
289 bcopy(pvd->vdev_child, newchild, oldsize);
293 pvd->vdev_child = newchild;
346 vdev_t **newchild, *cvd; local
356 newchild = kmem_alloc(newc * sizeof (vdev_t *), KM_SLEEP);
360 newchild[newc] = cvd;
366 pvd->vdev_child = newchild;

Completed in 187 milliseconds