HomeSort by: relevance | last modified time | path
    Searched refs:MB (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/dev/pci/
tga_conf.c 47 #undef MB
48 #define MB * 1024 * 1024
56 4 MB,
58 1, { 2 MB, 0 }, { 1 MB, 0 },
66 4 MB,
68 1, { 2 MB, 0 }, { 2 MB, 0 },
76 8 MB,
78 1, { 4 MB, 0 }, { 2 MB, 0 }
    [all...]
  /src/lib/libc/gen/
getbsize.c 62 #define MB (1024L * 1024L)
86 max = MAXB / MB;
87 mul = MB;
  /src/sys/arch/alpha/alpha/
lock_stubs.s 43 * These 'unop' insns will be patched with 'mb' insns at run-time if
46 #define MB(label) label: unop
48 #define MB(label) /* nothing */
65 MB(.L_mutex_enter_mb_1)
79 MB(.L_mutex_exit_mb_1)
166 MB(.L_mutex_spin_enter_mb_1)
179 MB(.L_mutex_spin_exit_mb_1)
235 MB(.L_rw_enter_mb_1)
247 MB(.L_rw_enter_mb_2)
272 MB(.L_rw_tryenter_mb_1
    [all...]
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.de 70 {Die Boot Partition ist zu klein. Sie ben�tigt mindestens 2MB,
71 wobei eine Gr��e von 100MB empfohlen wird.}
79 Eine sollte mindestens 1MB gro� sein, und die andere mindestens 1KB.}
82 {Um ofppc booten zu k�nnen ben�tigen Sie entweder eine 2MB gro�e FAT12
84 mindestens eine Gr��e von 1KB und 1MB haben. IBM/RS6000 Maschinen ben�tigen
msg.md.en 70 {The FAT12 boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 10MB is recommended.}
79 be at least 1MB in size, and the other must be at least 1KB in size.}
82 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
msg.md.es 71 {The boot partition is too small. It needs to be at least 2MB in size,
72 however a size of at least 100MB is recommended.}
80 be at least 1MB in size, and the other must be at least 1KB in size.}
83 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
85 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
msg.md.pl 70 {The boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 100MB is recommended.}
79 be at least 1MB in size, and the other must be at least 1KB in size.}
82 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
  /src/sys/arch/evbppc/virtex/
virtex_start.S 59 #define MB(n) ((n)*1024*1024)
61 /* Set bit (beginning with MSB) for each 128MB of RAM. */
62 #define PHYSMEM_REGIONS_MASK ~((1 << (32 - MB(PHYSMEM)/MB(128))) - 1)
  /src/usr.sbin/sysinst/arch/cobalt/
msg.md.en 68 It needs to be at least 1MB in size, however a size of at least 5MB is
  /src/usr.sbin/sysinst/arch/prep/
msg.md.de 70 {The PReP boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 5MB is recommended.}
msg.md.en 70 {The PReP boot partition is too small. It needs to be at least 2MB in size,
71 however a size of at least 5MB is recommended.}
msg.md.es 71 {The PReP boot partition is too small. It needs to be at least 2MB in size,
72 however a size of at least 5MB is recommended.}
  /src/tests/bin/df/
getmntinfo.c 37 #define MB * 1024 KB
38 #define GB * 1024 MB
96 #define USED 132ULL MB
  /src/usr.sbin/sysinst/arch/hp300/
msg.md.en 40 {If your machine has 4MB or less, sysinst will not operate correctly.
  /src/usr.sbin/sysinst/arch/arc/
msg.md.en 69 It needs to be at least 1MB in size, however a size of at least 2MB is
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 70 #define MAX_KERNEL_SIZE (1024*1024*6) # 6MB
87 li t2, MAX_KERNEL_SIZE # max kernel size = 6MB - boot
  /src/tests/kernel/
t_umountstress.sh 49 floppy288|2.88MB 3.5in Extra High Density Floppy:\
138 floppy288|2.88MB 3.5in Extra High Density Floppy:\
t_umount.sh 50 floppy288|2.88MB 3.5in Extra High Density Floppy:\
  /src/usr.sbin/sysinst/arch/mvme68k/
msg.md.de 40 {Wenn Ihre Maschine nur �ber 4MB oder weniger Arbeitsspeicher verf�gt, wird
msg.md.en 40 {If your machine has 4MB or less, sysinst will not operate correctly.
msg.md.es 40 {Si su maquina tiene 4MB o menos, sysinst no funcionar� correctamente.
  /src/usr.sbin/sysinst/arch/virt68k/
msg.md.de 40 {Wenn Ihre Maschine nur �ber 4MB oder weniger Arbeitsspeicher verf�gt, wird
msg.md.en 40 {If your machine has 4MB or less, sysinst will not operate correctly.
msg.md.es 40 {Si su maquina tiene 4MB o menos, sysinst no funcionar� correctamente.
  /src/tests/lib/libc/stdio/
h_intr.c 81 MB = 1024 * 1024, /* a megabyte */
479 if (i <= 0 || i > MB)
482 MB, i);
487 if (i <= 0 || i > MB)
490 MB, i);

Completed in 43 milliseconds

1 2