Lines Matching refs:newchild
3984 nvlist_t **oldchild, **newchild; in print_vdev_stats() local
4088 &newchild, &children) != 0) in print_vdev_stats()
4105 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE, in print_vdev_stats()
4108 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_stats()
4114 if (nvlist_exists(newchild[c], ZPOOL_CONFIG_ALLOCATION_BIAS)) in print_vdev_stats()
4117 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
4120 newchild[c], cb, depth + 2); in print_vdev_stats()
4135 (void) nvlist_lookup_uint64(newchild[c], in print_vdev_stats()
4140 (void) nvlist_lookup_string(newchild[c], in print_vdev_stats()
4142 (void) nvlist_lookup_string(newchild[c], in print_vdev_stats()
4160 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
4163 oldchild[c] : NULL, newchild[c], cb, depth + 2); in print_vdev_stats()
4173 &newchild, &children) != 0) in print_vdev_stats()
4192 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
4195 : NULL, newchild[c], cb, depth + 2); in print_vdev_stats()