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

/freebsd-10.1-release/contrib/dtc/
H A Dfstree.c68 struct node *newchild; local
70 newchild = read_fstree(tmpnam);
71 newchild = name_node(newchild, xstrdup(de->d_name));
72 add_child(tree, newchild);
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c587 nvlist_t **newchild; local
589 newchild = zfs_alloc(hdl, (id + 1) *
591 if (newchild == NULL)
595 newchild[c] = child[c];
598 child = newchild;
619 nvlist_t **newchild; local
621 newchild = zfs_alloc(hdl, (max_id) *
623 if (newchild == NULL)
627 newchild[c] = child[c];
630 child = newchild;
[all...]
H A Dlibzfs_pool.c2911 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
2956 &newchild, &newchildren) != 0)
3007 newchild, newchildren)) >= 0) {
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2338 nvlist_t **oldchild, **newchild; local
2395 &newchild, &children) != 0)
2405 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE,
2408 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG,
2414 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], B_FALSE);
2416 newchild[c], cb, depth + 2);
2430 (void) nvlist_lookup_uint64(newchild[c],
2434 vname = zpool_vdev_name(g_zfs, zhp, newchild[c],
2437 oldchild[c] : NULL, newchild[c],
2449 &newchild,
[all...]
/freebsd-10.1-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 345 milliseconds