Lines Matching refs:newchild
5536 nvlist_t **oldchild, **newchild; in print_vdev_stats() local
5649 &newchild, &children) != 0) in print_vdev_stats()
5666 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE, in print_vdev_stats()
5669 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_stats()
5675 if (nvlist_exists(newchild[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_vdev_stats()
5678 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
5681 newchild[c], cb, depth + 2); in print_vdev_stats()
5696 (void) nvlist_lookup_uint64(newchild[c], in print_vdev_stats()
5701 (void) nvlist_lookup_string(newchild[c], in print_vdev_stats()
5703 (void) nvlist_lookup_string(newchild[c], in print_vdev_stats()
5722 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
5725 oldchild[c] : NULL, newchild[c], cb, depth + 2); in print_vdev_stats()
5734 &newchild, &children) != 0) in print_vdev_stats()
5753 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
5756 : NULL, newchild[c], cb, depth + 2); in print_vdev_stats()