Searched refs:newchild (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 607 nvlist_t **newchild; in get_configs() local 609 newchild = zutil_alloc(hdl, (id + 1) * in get_configs() 611 if (newchild == NULL) in get_configs() 615 newchild[c] = child[c]; in get_configs() 618 child = newchild; in get_configs() 639 nvlist_t **newchild; in get_configs() local 641 newchild = zutil_alloc(hdl, (max_id) * in get_configs() 643 if (newchild == NULL) in get_configs() 647 newchild[c] = child[c]; in get_configs() 650 child = newchild; in get_configs()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 898 struct intr_pic_child *newchild; local 908 newchild = malloc(sizeof(*newchild), M_INTRNG, M_WAITOK | M_ZERO); 909 newchild->pc_pic = pic; 910 newchild->pc_filter = filter; 911 newchild->pc_filter_arg = arg; 912 newchild->pc_start = start; 913 newchild->pc_length = length; 922 SLIST_INSERT_HEAD(&parent_pic->pic_children, newchild, pc_next);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev.c | 419 vdev_t **newchild; in vdev_add_child() local 435 newchild = kmem_alloc(newsize, KM_SLEEP); in vdev_add_child() 437 bcopy(pvd->vdev_child, newchild, oldsize); in vdev_add_child() 441 pvd->vdev_child = newchild; in vdev_add_child() 505 vdev_t **newchild, *cvd; in vdev_compact_children() local 519 newchild = kmem_zalloc(newc * sizeof (vdev_t *), KM_SLEEP); in vdev_compact_children() 523 newchild[newc] = cvd; in vdev_compact_children() 528 newchild = NULL; in vdev_compact_children() 532 pvd->vdev_child = newchild; in vdev_compact_children()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 4506 nvlist_t **oldchild, **newchild; in print_vdev_stats() local 4619 &newchild, &children) != 0) in print_vdev_stats() 4648 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats() 4651 newchild[c], cb, depth + 2); in print_vdev_stats() 4666 (void) nvlist_lookup_uint64(newchild[c], in print_vdev_stats() 4671 (void) nvlist_lookup_string(newchild[c], in print_vdev_stats() 4673 (void) nvlist_lookup_string(newchild[c], in print_vdev_stats() 4691 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats() 4703 &newchild, &children) != 0) in print_vdev_stats() 4722 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3435 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; in zpool_vdev_split() local 3487 &newchild, &newchildren) != 0) in zpool_vdev_split() 3552 newchild, newchildren)) >= 0) { in zpool_vdev_split()
|