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

/freebsd-10-stable/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-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c591 nvlist_t **newchild; local
593 newchild = zfs_alloc(hdl, (id + 1) *
595 if (newchild == NULL)
599 newchild[c] = child[c];
602 child = newchild;
623 nvlist_t **newchild; local
625 newchild = zfs_alloc(hdl, (max_id) *
627 if (newchild == NULL)
631 newchild[c] = child[c];
634 child = newchild;
[all...]
H A Dlibzfs_pool.c2893 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; local
2937 &newchild, &newchildren) != 0)
2988 newchild, newchildren)) >= 0) {
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2411 nvlist_t **oldchild, **newchild; local
2468 &newchild, &children) != 0)
2478 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE,
2481 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG,
2487 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], B_FALSE);
2489 newchild[c], cb, depth + 2);
2503 (void) nvlist_lookup_uint64(newchild[c],
2507 vname = zpool_vdev_name(g_zfs, zhp, newchild[c],
2510 oldchild[c] : NULL, newchild[c],
2522 &newchild,
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c301 vdev_t **newchild; local
318 newchild = kmem_zalloc(newsize, KM_SLEEP);
320 bcopy(pvd->vdev_child, newchild, oldsize);
324 pvd->vdev_child = newchild;
377 vdev_t **newchild, *cvd; local
387 newchild = kmem_alloc(newc * sizeof (vdev_t *), KM_SLEEP);
391 newchild[newc] = cvd;
397 pvd->vdev_child = newchild;

Completed in 247 milliseconds