Searched refs:KILOBYTE (Results 1 – 19 of 19) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_log.c | 285 char ndmp_log_buf[PATH_MAX+KILOBYTE]; in ndmp_log() 286 char ndmp_syslog_buf[PATH_MAX+KILOBYTE]; in ndmp_log() 287 char buf[PATH_MAX+KILOBYTE]; in ndmp_log() 303 (b < &buf[PATH_MAX+KILOBYTE])) { in ndmp_log() 315 (void) snprintf(b, &buf[PATH_MAX+KILOBYTE] - b, in ndmp_log() 319 (b < &buf[PATH_MAX+KILOBYTE])) { in ndmp_log()
|
H A D | ndmpd_common.h | 64 #define KILOBYTE 1024 macro
|
H A D | ndmpd.h | 60 #define REMOTE_RECORD_SIZE (60*KILOBYTE)
|
H A D | ndmpd_tar.c | 100 if (xfer_size < 512*KILOBYTE) { in backup_create_structs() 106 if ((n = (512 * KILOBYTE/xfer_size)) <= 0) in backup_create_structs()
|
H A D | ndmpd_tar3.c | 1461 if (xfer_size < 512*KILOBYTE) { in backup_alloc_structs_v3() 1467 n = 512 * KILOBYTE / xfer_size; in backup_alloc_structs_v3()
|
H A D | ndmpd_util.c | 999 xfer_size *= KILOBYTE; in ndmp_buffer_get_size()
|
H A D | ndmpd_mover.c | 62 #define MAX_MOVER_RECSIZE (512*KILOBYTE)
|
/titanic_44/usr/src/cmd/mkfile/ |
H A D | mkfile.c | 42 #define KILOBYTE 1024 macro 43 #define MEGABYTE (KILOBYTE * KILOBYTE) 44 #define GIGABYTE (KILOBYTE * MEGABYTE) 93 mult = KILOBYTE; in main()
|
/titanic_44/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 48 #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, in look_map() 798 if (pagesize >= KILOBYTE && (pagesize % KILOBYTE) == 0) { in pagesize() 807 pagesize / KILOBYTE); in pagesize() 909 size_width - 1, size_contig / KILOBYTE, in look_smap() 959 printK(pmp->pr_rss * (pmp->pr_pagesize / KILOBYTE), size_width); in look_xmap() 960 printK(ANON(pmp) * (pmp->pr_pagesize / KILOBYTE), size_width); in look_xmap() [all …]
|
/titanic_44/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 136 #define KILOBYTE 1024 macro 141 #define ROUNDUP_KB(x) (((x) + (KILOBYTE - 1)) / KILOBYTE) 380 sz *= KILOBYTE; in atosz() 384 sz *= KILOBYTE; in atosz() 388 sz *= KILOBYTE; in atosz() 392 sz *= KILOBYTE; in atosz() 396 sz *= KILOBYTE; in atosz() 400 sz *= KILOBYTE; in atosz()
|
/titanic_44/usr/src/cmd/sort/common/ |
H A D | utility.h | 91 #define KILOBYTE 1024 macro 92 #define MEGABYTE (1024 * KILOBYTE)
|
H A D | streams_common.h | 38 #define STDIO_VBUF_SIZE (16 * KILOBYTE)
|
H A D | utility.c | 70 #define XBUFFER_SIZE (32 * KILOBYTE) 362 avail = MAX(64 * KILOBYTE, mem_limit); in available_memory() 365 avail = MAX(64 * KILOBYTE, MIN(AV_MEM_MULTIPLIER * phys_avail / in available_memory()
|
H A D | streams_wide.c | 31 #define WIDE_VBUF_SIZE (64 * KILOBYTE)
|
/titanic_44/usr/src/cmd/avs/dsstat/ |
H A D | sdbc_stats.h | 46 #define KILOBYTE 1024 macro
|
H A D | report.c | 169 rd_kb = (double)u64_delta(pre->nread, cur->nread) / KILOBYTE; in io_report() 177 wr_kb = (double)u64_delta(pre->nwritten, cur->nwritten) / KILOBYTE; in io_report()
|
H A D | sdbc_stats.c | 722 divisor *= KILOBYTE; in sdbc_getvalues()
|
/titanic_44/usr/src/cmd/lofiadm/ |
H A D | main.c | 151 #define KILOBYTE 1024 macro 152 #define MEGABYTE (KILOBYTE * KILOBYTE) 153 #define GIGABYTE (KILOBYTE * MEGABYTE) 1773 mult = KILOBYTE; in convert_to_num()
|
/titanic_44/usr/src/cmd/ndmpd/include/ |
H A D | tlm.h | 379 #define KILOBYTE 1024 macro
|