Searched refs:total_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 10145 char copied_buf[7], examined_buf[7], total_buf[7], rate_buf[7]; in print_removal_status() local 10215 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_removal_status() 10224 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_removal_status() 10286 char examined_buf[7], total_buf[7], rate_buf[7]; in print_raidz_expand_status() local 10311 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_raidz_expand_status() 10319 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_raidz_expand_status()
|