Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7479 char processed_buf[7], scanned_buf[7], issued_buf[7], total_buf[7]; in print_scan_scrub_resilver_status() local
7570 zfs_nicebytes(total, total_buf, sizeof (total_buf)); in print_scan_scrub_resilver_status()
7578 scanned_buf, srate_buf, issued_buf, irate_buf, total_buf); in print_scan_scrub_resilver_status()
7581 scanned_buf, issued_buf, total_buf); in print_scan_scrub_resilver_status()
7840 char copied_buf[7], examined_buf[7], total_buf[7], rate_buf[7]; in print_removal_status() local
7911 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_removal_status()
7920 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_removal_status()