Searched refs:total_buf (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 10154 char copied_buf[7], examined_buf[7], total_buf[7], rate_buf[7]; in print_removal_status() local 10224 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_removal_status() 10233 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_removal_status() 10295 char examined_buf[7], total_buf[7], rate_buf[7]; in print_raidz_expand_status() local 10320 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_raidz_expand_status() 10328 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_raidz_expand_status()
|