Searched refs:total_buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 10012 char copied_buf[7], examined_buf[7], total_buf[7], rate_buf[7]; in print_removal_status() local 10082 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_removal_status() 10091 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_removal_status() 10153 char examined_buf[7], total_buf[7], rate_buf[7]; in print_raidz_expand_status() local 10178 zfs_nicenum(total, total_buf, sizeof (total_buf)); in print_raidz_expand_status() 10186 examined_buf, total_buf, rate_buf, 100 * fraction_done); in print_raidz_expand_status()
|