Searched refs:processed_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 7479 char processed_buf[7], scanned_buf[7], issued_buf[7], total_buf[7]; in print_scan_scrub_resilver_status() local 7497 zfs_nicebytes(ps->pss_processed, processed_buf, sizeof (processed_buf)); in print_scan_scrub_resilver_status() 7508 "in %s with %llu errors on %s"), processed_buf, in print_scan_scrub_resilver_status() 7513 "in %s with %llu errors on %s"), processed_buf, in print_scan_scrub_resilver_status() 7586 processed_buf, 100 * fraction_done); in print_scan_scrub_resilver_status() 7589 processed_buf, 100 * fraction_done); in print_scan_scrub_resilver_status()
|