zfs_nicebytes
zfs_nicebytes(bytes, buf, sizeof (buf));
zfs_nicebytes(cb.cb_snapused, buf, sizeof (buf));
zfs_nicebytes(space, sizebuf, sizeof (sizebuf));
zfs_nicebytes(val64, valstr,
zfs_nicebytes(ps->pss_processed, processed_buf, sizeof (processed_buf));
zfs_nicebytes(scanned, scanned_buf, sizeof (scanned_buf));
zfs_nicebytes(issued, issued_buf, sizeof (issued_buf));
zfs_nicebytes(total, total_buf, sizeof (total_buf));
zfs_nicebytes(scan_rate, srate_buf, sizeof (srate_buf));
zfs_nicebytes(issue_rate, irate_buf, sizeof (irate_buf));
zfs_nicebytes(ddo->ddo_dspace, dspace, sizeof (dspace));
zfs_nicebytes(ddo->ddo_mspace, mspace, sizeof (mspace));
zfs_nicebytes(maxbs, buf, sizeof (buf));
zfs_nicebytes(blocksize, buf,
zfs_nicebytes(val, propbuf, proplen);
zfs_nicebytes(val, propbuf, proplen);
zfs_nicebytes(propvalue, propbuf, proplen);
zfs_nicebytes(propvalue, propbuf, proplen);
zfs_nicebytes(SPA_MINDEVSIZE, buf,
zfs_nicebytes(SPA_MINDEVSIZE, buf,
(void) zfs_nicebytes(intval, buf, len);
zfs_nicebytes(bytes, buf, sizeof (buf));
zfs_nicebytes(size, buf, sizeof (buf));
zfs_nicebytes(sdd.size, buf, sizeof (buf));
zfs_nicebytes(bytes, buf1, sizeof (buf1));
zfs_nicebytes(bytes / delta, buf2, sizeof (buf2));
extern void zfs_nicebytes(uint64_t, char *, size_t);
zfs_nicebytes(dds->dds_lsize, lsize, sizeof (lsize));
zfs_nicebytes(dds->dds_psize, psize, sizeof (psize));
zfs_nicebytes(dds->dds_dsize, dsize, sizeof (dsize));
zfs_nicebytes(dds->dds_ref_lsize, ref_lsize, sizeof (ref_lsize));
zfs_nicebytes(dds->dds_ref_psize, ref_psize, sizeof (ref_psize));
zfs_nicebytes(dds->dds_ref_dsize, ref_dsize, sizeof (ref_dsize));