Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/split/
H A Dsplit.c48 #define ONE_K 1024 macro
49 #define ONE_M ONE_K*ONE_K
160 byte_count *= ONE_K; in main()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dstats.c27 #define ONE_K 1000 /* one thousand (twenty-four?) */ macro
28 #define KBYTES(x) (((x) + (ONE_K - 1)) / ONE_K)
/titanic_44/usr/src/cmd/bnu/
H A Dgrades.c335 #define ONE_K (1024) macro
368 *nlimit = (long) (atof(rest) * ONE_K);
/titanic_44/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()
11588 un->un_kbytes_xferred += (count / ONE_K); in st_calc_bnum()
11597 un->un_kbytes_xferred += (nblks * un->un_bsize) / ONE_K; in st_calc_bnum()
12459 if (un->un_kbytes_xferred < (EXABYTE_MIN_TRANSFER/ONE_K)) { in st_report_exabyte_soft_errors()
12528 #define ONE_GIG (ONE_K * ONE_K * ONE_K)