Symbol: MB
lib/libc/gen/getbsize.c
86
max = MAXB / MB;
lib/libc/gen/getbsize.c
87
mul = MB;
libexec/getty/subr.c
282
if (MB)
sys/arch/atari/atari/atari_init.c
104
#define MB_END(n) (MB(n) - 1)
sys/arch/atari/atari/atari_init.c
255
boot_segs[0].end = MB(mb);
sys/arch/atari/atari/atari_init.c
256
stphysize = MB(mb);
sys/arch/atari/atari/atari_init.c
268
simm_base[bank][slot] + MB(mb);
sys/arch/atari/atari/atari_init.c
269
ttphysize += MB(mb);
sys/arch/powerpc/powerpc/db_disasm.c
926
u_int MB;
sys/arch/powerpc/powerpc/db_disasm.c
928
MB = extract_field(instr, 31 - 25, 5);
sys/arch/powerpc/powerpc/db_disasm.c
929
db_printf(", %d", MB);
sys/dev/pci/tga_conf.c
106
16 MB,
sys/dev/pci/tga_conf.c
108
1, { 8 MB, 0 }, { 8 MB, 0 },
sys/dev/pci/tga_conf.c
116
32 MB,
sys/dev/pci/tga_conf.c
118
1, { 16 MB, 0 }, { 8 MB, 0 },
sys/dev/pci/tga_conf.c
119
1, { 24 MB, 0 }, { 8 MB, 0 },
sys/dev/pci/tga_conf.c
127
32 MB,
sys/dev/pci/tga_conf.c
129
1, { 16 MB, 0 }, { 8 MB, 0 },
sys/dev/pci/tga_conf.c
130
1, { 24 MB, 0 }, { 8 MB, 0 },
sys/dev/pci/tga_conf.c
56
4 MB,
sys/dev/pci/tga_conf.c
58
1, { 2 MB, 0 }, { 1 MB, 0 },
sys/dev/pci/tga_conf.c
66
4 MB,
sys/dev/pci/tga_conf.c
68
1, { 2 MB, 0 }, { 2 MB, 0 },
sys/dev/pci/tga_conf.c
76
8 MB,
sys/dev/pci/tga_conf.c
78
1, { 4 MB, 0 }, { 2 MB, 0 },
sys/dev/pci/tga_conf.c
79
1, { 6 MB, 0 }, { 2 MB, 0 },
sys/dev/pci/tga_conf.c
86
16 MB,
sys/dev/pci/tga_conf.c
88
2, { 8 MB, 12 MB }, { 2 MB, 2 MB },
sys/dev/pci/tga_conf.c
89
2, { 10 MB, 14 MB }, { 2 MB, 2 MB },
sys/dev/pci/tga_conf.c
96
16 MB,
sys/dev/pci/tga_conf.c
98
1, { 8 MB, 0 }, { 4 MB, 0 },
tests/bin/df/getmntinfo.c
38
#define GB * 1024 MB
tests/bin/df/getmntinfo.c
96
#define USED 132ULL MB
tests/lib/libc/stdio/h_intr.c
479
if (i <= 0 || i > MB)
tests/lib/libc/stdio/h_intr.c
482
MB, i);
tests/lib/libc/stdio/h_intr.c
487
if (i <= 0 || i > MB)
tests/lib/libc/stdio/h_intr.c
490
MB, i);