Lines Matching refs:newchild
2195 nvlist_t **oldchild, **newchild; in print_vdev_stats() local
2252 &newchild, &children) != 0) in print_vdev_stats()
2262 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_HOLE, in print_vdev_stats()
2265 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_stats()
2271 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], B_FALSE); in print_vdev_stats()
2273 newchild[c], cb, depth + 2); in print_vdev_stats()
2287 (void) nvlist_lookup_uint64(newchild[c], in print_vdev_stats()
2291 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
2294 oldchild[c] : NULL, newchild[c], in print_vdev_stats()
2306 &newchild, &children) != 0) in print_vdev_stats()
2317 vname = zpool_vdev_name(g_zfs, zhp, newchild[c], in print_vdev_stats()
2320 newchild[c], cb, depth + 2); in print_vdev_stats()