Lines Matching defs:newnv
5195 * Given a list of nvlist names, look up the extended stats in newnv and oldnv,
5200 * Additionally, you can set "oldnv" to NULL if you simply want the newnv
5205 nvlist_t *newnv)
5213 verify(nvlist_lookup_nvlist(newnv, ZPOOL_CONFIG_VDEV_STATS_EX,
5317 nvlist_t *newnv, double scale, const char *name)
5334 nva = calc_and_alloc_stats_ex(names, names_len, oldnv, newnv);
5403 print_iostat_queues(iostat_cbdata_t *cb, nvlist_t *newnv)
5427 nva = calc_and_alloc_stats_ex(names, ARRAY_SIZE(names), NULL, newnv);
5444 nvlist_t *newnv)
5466 nva = calc_and_alloc_stats_ex(names, ARRAY_SIZE(names), oldnv, newnv);
5539 nvlist_t *newnv, iostat_cbdata_t *cb, int depth)
5583 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS,
5624 print_iostat_latency(cb, oldnv, newnv);
5626 print_iostat_queues(cb, newnv);
5629 print_iostat_histos(cb, oldnv, newnv, scale, name);
5634 if (nvlist_lookup_string(newnv, ZPOOL_CONFIG_PATH,
5653 if (nvlist_lookup_nvlist_array(newnv, ZPOOL_CONFIG_CHILDREN,
5738 if (nvlist_lookup_nvlist_array(newnv, ZPOOL_CONFIG_L2CACHE,