Searched defs:MB (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara.c152 #define MB(n) ((n) * 1024 * 1024) macro
165 cpunode->ecache_size = MB(3);
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h144 #define MB (1024 * 1024) macro
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c572 #define MB (KB*KB) macro
573 if (tsbbytes >= MB) {
574 mdb_snprintf(tsbsize, sizeof (tsbsize), "%dM", tsbbytes / MB);
578 #undef MB macro
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c83 #define MB (1024*1024) macro
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c71 #define MB (1024 * 1024) macro
73 #define MINFREESEC ((64 * 1024 * 1024) / DEV_BSIZE) /* sectors in 64 MB */
469 * a cylinder group size of 48MB. For disks with
471 * groups of around 40 - 50 MB, so we arbitrarily choose
472 * 48MB for disks with EFI labels. mkfs will reduce
797 * information is not available, default to the min of a MB and
808 * to ufs_maxmaxphys (MB).
811 maxcontig = MIN(maxphys, MB);
815 "will default to 1MB.\n"));
816 maxcontig = MB;
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dniagara2regs.h32 #define MB(n) ((n) * 1024 * 1024) macro
34 #define L2CACHE_SIZE MB(4)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c491 #define MB M|B /* meta-break */ macro
496 /*OPR*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|MB },
497 /*ATM*/ { OPR|B, ATM, QST|B, SPC|MB, ONE|B, ILL|MB },
499 /*SPC*/ { OPR, ATM, QST, SPC|M, ONE, ILL|MB },
500 /*ONE*/ { OPR, OPR, OPR, OPR, OPR, ILL|MB },
501 /*ILL*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|M }
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2356 #define MB (1024 * 1024) macro
2394 * information is not available, default to the min of a MB and
2406 * to ufs_maxmaxphys (MB).
2409 sblock.fs_maxcontig = MIN(maxphys, MB);
2411 sblock.fs_maxcontig = MB;
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c93 * 72MB CDC 18 9
94 * 30MB CDC 18 5
162 #define MTB_NBPI (MB) /* Number Bytes Per Inode for multi-terabyte */
299 #define MB (1024*1024) macro
358 * so allowing 20 buffers could take 32 MB if not limited by MAXBUFMEM.
1305 * nbpi is variable, but 2MB seems a reasonable upper limit,
1306 * as 4MB tends to cause problems (using otherwise-default
1309 * configured for multi-terabyte access, nbpi must be at least 1MB.
1320 range_check(&nbpi, "nbpi", MTB_NBPI, 2 * MB, MTB_NBPI,
1323 range_check(&nbpi, "nbpi", DEV_BSIZE, 2 * MB, NBP
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c6461 #define MB(mb) ((mb) * 1048576ull) macro
6467 { 0x003, MB(256) },
6468 { 0x007, MB(512) },
6469 { 0x00f, MB(1024) },
6470 { 0x01f, MB(2048) },
6471 { 0x03f, MB(4096) },
6472 { 0x07f, MB(8192) },
6473 { 0x0ff, MB(16384) },
6474 { 0x1ff, MB(32768) },
6475 { 0x3ff, MB(6553
6480 #undef MB macro
[all...]

Completed in 140 milliseconds