Searched refs:total_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 10450 char copied_buf[7], examined_buf[7], total_buf[7], rate_buf[7]; in print_removal_status() local 10520 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_removal_status() 10529 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_removal_status() 10591 char examined_buf[7], total_buf[7], rate_buf[7]; in print_raidz_expand_status() local 10616 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_raidz_expand_status() 10624 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_raidz_expand_status()
|