Home
last modified time | relevance | path

Searched refs:cb_vdev_names_count (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3888 unsigned int cb_vdev_names_count; member
4143 } else if (cb->cb_vdev_names_count) { in print_iostat_dashes()
4203 } else if (cb->cb_vdev_names_count) { in print_iostat_header_impl()
4708 for (i = 0; i < cb->cb_vdev_names_count; i++) { in print_vdev_stats()
4721 if (cb->cb_vdev_names_count && (i == cb->cb_vdev_names_count)) { in print_vdev_stats()
4958 !cb->cb_scripted && cb->cb_verbose && !cb->cb_vdev_names_count) { in print_iostat()
5663 cb.cb_vdev_names_count = argc; in zpool_do_iostat()
5670 cb.cb_vdev_names_count = argc - 1; in zpool_do_iostat()
5693 if (cb.cb_vdev_names_count != 0) { in zpool_do_iostat()
5813 cb.cb_vdev_names_count, cb.cb_name_flags); in zpool_do_iostat()
[all …]