Searched defs:KILOBYTE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c42 #define KILOBYTE 1024 macro
43 #define MEGABYTE (KILOBYTE * KILOBYTE)
44 #define GIGABYTE (KILOBYTE * MEGABYTE)
93 mult = KILOBYTE;
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dsdbc_stats.h46 #define KILOBYTE 1024 macro
/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.h91 #define KILOBYTE 1024 macro
92 #define MEGABYTE (1024 * KILOBYTE)
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_common.h64 #define KILOBYTE 1024 macro
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c136 #define KILOBYTE 1024 macro
141 #define ROUNDUP_KB(x) (((x) + (KILOBYTE - 1)) / KILOBYTE)
380 sz *= KILOBYTE;
384 sz *= KILOBYTE;
388 sz *= KILOBYTE;
392 sz *= KILOBYTE;
396 sz *= KILOBYTE;
400 sz *= KILOBYTE;
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c48 #define KILOBYTE 1024 macro
49 #define MEGABYTE (KILOBYTE * KILOBYTE)
50 #define GIGABYTE (KILOBYTE * KILOBYTE * KILOBYTE)
55 #define ROUNDUP_KB(x) (((x) + (KILOBYTE - 1)) / KILOBYTE)
766 size_width - 1, size_contig / KILOBYTE,
798 if (pagesize >= KILOBYTE
[all...]
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c154 #define KILOBYTE 1024 macro
155 #define MEGABYTE (KILOBYTE * KILOBYTE)
156 #define GIGABYTE (KILOBYTE * MEGABYTE)
1875 mult = KILOBYTE;
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h379 #define KILOBYTE 1024 macro

Completed in 74 milliseconds