Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7299 char processed_buf[7], scanned_buf[7], issued_buf[7], total_buf[7]; in print_scan_scrub_resilver_status() local
7390 zfs_nicebytes(total, total_buf, sizeof (total_buf)); in print_scan_scrub_resilver_status()
7398 scanned_buf, srate_buf, issued_buf, irate_buf, total_buf); in print_scan_scrub_resilver_status()
7401 scanned_buf, issued_buf, total_buf); in print_scan_scrub_resilver_status()
7660 char copied_buf[7], examined_buf[7], total_buf[7], rate_buf[7]; in print_removal_status() local
7731 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_removal_status()
7740 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_removal_status()