Searched refs:ZFS_NICENUM_1024 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_nicenum.c | 56 [ZFS_NICENUM_1024] = {"", "K", "M", "G", "T", "P", "E"}, in zfs_nicenum_format() 61 const int units_len[] = {[ZFS_NICENUM_1024] = 6, in zfs_nicenum_format() 65 const int k_unit[] = { [ZFS_NICENUM_1024] = 1024, in zfs_nicenum_format() 143 zfs_nicenum_format(num, buf, buflen, ZFS_NICENUM_1024); in zfs_nicenum()
|
H A D | libzutil.h | 93 ZFS_NICENUM_1024 = 0, enumerator
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 3712 format = ZFS_NICENUM_1024; in print_iostat_histo() 3876 format = ZFS_NICENUM_1024; in print_iostat_queues() 3939 format = ZFS_NICENUM_1024; in print_iostat_default() 5234 format = ZFS_NICENUM_1024; in print_list_stats()
|