Searched refs:KILOBYTE (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_share.h36 KILOBYTE = 1024, enumerator in enum:__anon4953
/freebsd-current/usr.bin/systat/
H A Dconvtbl.c45 #define KILOBYTE (1024LL) macro
46 #define MEGABYTE (KILOBYTE * 1024)
60 [SC_KILOBYTE] = { BYTE, KILOBYTE, "KB", "kbyte" },
/freebsd-current/sys/contrib/ncsw/inc/
H A Dncsw_ext.h101 #define KILOBYTE 0x400UL /* 1024 */ macro
102 #define MEGABYTE (KILOBYTE * KILOBYTE) /* 1024*1024 */
103 #define GIGABYTE ((uint64_t)(KILOBYTE * MEGABYTE)) /* 1024*1024*1024 */
104 #define TERABYTE ((uint64_t)(KILOBYTE * GIGABYTE)) /* 1024*1024*1024*1024 */
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfile.c41 #define KILOBYTE 1024 macro
42 #define MEGABYTE (KILOBYTE * KILOBYTE)
43 #define GIGABYTE (KILOBYTE * MEGABYTE)
98 mult = KILOBYTE;
/freebsd-current/sys/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h179 #define FM_MURAM_SIZE (160 * KILOBYTE)
180 #define FM_IRAM_SIZE(a,b) ( 64 * KILOBYTE)
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h308 (100*KILOBYTE) : ((major == 4) ? \
309 (49*KILOBYTE) : (122*KILOBYTE)))
338 (156*KILOBYTE) : (295*KILOBYTE))
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c781 if (dsSize < (4*KILOBYTE))
783 dsSize = (4*KILOBYTE);
807 if (dsSize < (4*KILOBYTE))
809 dsSize = (4*KILOBYTE);
/freebsd-current/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c541 if (dsSize < (4*KILOBYTE))
543 dsSize = (4*KILOBYTE);
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h114 #define DEFAULT_PORT_txFifoLowComfLevel (5*KILOBYTE)
154 #define DEFAULT_PORT_txFifoLowComfLevel (5 * KILOBYTE)
H A Dfman_port.c690 cfg->tx_fifo_low_comf_level = (5 * KILOBYTE);
H A Dfm_port.c2598 p_FmPort->fifoBufs.num += 4*KILOBYTE;
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h800 #define FM_PCD_MAX_NUM_OF_FLOWS (4*KILOBYTE)

Completed in 303 milliseconds