Lines Matching defs:oldnv
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
5204 calc_and_alloc_stats_ex(const char **names, unsigned int len, nvlist_t *oldnv,
5215 if (oldnv) {
5216 verify(nvlist_lookup_nvlist(oldnv, ZPOOL_CONFIG_VDEV_STATS_EX,
5316 print_iostat_histos(iostat_cbdata_t *cb, nvlist_t *oldnv,
5334 nva = calc_and_alloc_stats_ex(names, names_len, oldnv, newnv);
5443 print_iostat_latency(iostat_cbdata_t *cb, nvlist_t *oldnv,
5466 nva = calc_and_alloc_stats_ex(names, ARRAY_SIZE(names), oldnv, newnv);
5538 print_vdev_stats(zpool_handle_t *zhp, const char *name, nvlist_t *oldnv,
5556 if (oldnv != NULL) {
5557 verify(nvlist_lookup_uint64_array(oldnv,
5624 print_iostat_latency(cb, oldnv, newnv);
5629 print_iostat_histos(cb, oldnv, newnv, scale, name);
5657 if (oldnv) {
5658 if (nvlist_lookup_nvlist_array(oldnv, ZPOOL_CONFIG_CHILDREN,
5685 ret += print_vdev_stats(zhp, vname, oldnv ? oldchild[c] : NULL,
5729 ret += print_vdev_stats(zhp, vname, oldnv ?
5742 if (oldnv) {
5743 if (nvlist_lookup_nvlist_array(oldnv, ZPOOL_CONFIG_L2CACHE,
5760 ret += print_vdev_stats(zhp, vname, oldnv ? oldchild[c]