Searched refs:time_buf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 7300 char srate_buf[7], irate_buf[7], time_buf[32]; in print_scan_scrub_resilver_status() local 7324 secs_to_dhms(end - start, time_buf); in print_scan_scrub_resilver_status() 7329 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status() 7334 time_buf, (u_longlong_t)ps->pss_errors, in print_scan_scrub_resilver_status() 7385 secs_to_dhms(total_secs_left, time_buf); in print_scan_scrub_resilver_status() 7415 (void) printf(gettext(", %s to go\n"), time_buf); in print_scan_scrub_resilver_status() 7449 char scan_rate_buf[7], issue_rate_buf[7], time_buf[32]; in print_rebuild_status_impl() local 7465 secs_to_dhms(vrs->vrs_scan_time_ms / 1000, time_buf); in print_rebuild_status_impl() 7468 time_buf, (u_longlong_t)vrs->vrs_errors, ctime(&end)); in print_rebuild_status_impl() 7482 MAX(scan_rate, 1), time_buf); in print_rebuild_status_impl() [all …]
|