Home
last modified time | relevance | path

Searched refs:ONE_K (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/split/
H A Dsplit.c46 #define ONE_K 1024 macro
47 #define ONE_M ONE_K*ONE_K
158 byte_count *= ONE_K; in main()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstats.c25 #define ONE_K 1000 /* one thousand (twenty-four?) */ macro
26 #define KBYTES(x) (((x) + (ONE_K - 1)) / ONE_K)
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c335 #define ONE_K (1024) macro
368 *nlimit = (long) (atof(rest) * ONE_K);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c110 #define ONE_K 1024 macro
1057 un->un_maxdma = (64 * ONE_K); in st_attach()
11589 un->un_kbytes_xferred += (count / ONE_K); in st_calc_bnum()
11598 un->un_kbytes_xferred += (nblks * un->un_bsize) / ONE_K; in st_calc_bnum()
12461 if (un->un_kbytes_xferred < (EXABYTE_MIN_TRANSFER/ONE_K)) { in st_report_exabyte_soft_errors()
12530 #define ONE_GIG (ONE_K * ONE_K * ONE_K)