Searched refs:show_vdev_stats (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c42 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) function
109 show_vdev_stats(tname, ctype, cnv, indent + 2);
127 show_vdev_stats(name, ZPOOL_CONFIG_CHILDREN, nvroot, 0);
128 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0);
129 show_vdev_stats(NULL, ZPOOL_CONFIG_SPARES, nvroot, 0);

Completed in 44 milliseconds