HomeSort by: relevance | last modified time | path
    Searched refs:KB (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/pci/
tga_conf.c 45 #undef KB
46 #define KB * 1024
57 2 KB,
67 4 KB,
77 4 KB,
87 4 KB,
97 8 KB,
107 16 KB,
117 16 KB,
128 16 KB,
    [all...]
  /src/lib/libc/gen/
getbsize.c 61 #define KB (1024L)
81 max = MAXB / KB;
82 mul = KB;
  /src/tests/bin/df/
getmntinfo.c 36 #define KB * 1024
37 #define MB * 1024 KB
126 #define TOTAL 1308726116ULL KB
127 #define USED 17901268ULL KB
128 #define AVAIL 1225388540ULL KB
158 #define TOTAL 0x4ffffffffULL KB
  /src/sys/arch/x68k/stand/xxboot/
boot.S 4 | (1) IPL (or previous stage loader) loads first 1KB of this primary
7 | (2) The first 1KB loads full primary bootloader (including first 1KB) from
17 | | first 1KB | | first 1KB | | first 1KB |
115 | This code limits bss less than 64KB but it's no matter.
116 | The bss cannot grow more than 4KB. See xxboot.ldscript.
213 | read 8KB myself from floppy
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.de 79 Eine sollte mindestens 1MB gro� sein, und die andere mindestens 1KB.}
84 mindestens eine Gr��e von 1KB und 1MB haben. IBM/RS6000 Maschinen ben�tigen
msg.md.en 79 be at least 1MB in size, and the other must be at least 1KB in size.}
84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
msg.md.es 80 be at least 1MB in size, and the other must be at least 1KB in size.}
85 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
msg.md.pl 79 be at least 1MB in size, and the other must be at least 1KB in size.}
84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
  /src/sys/arch/acorn32/doc/
bootoptions 56 ramdisc= Specify ramdisc size in KB
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 79 | Sun 3/50 (15MHz) 190 us/KB
80 | Sun 3/180 (16.6MHz) 175 us/KB
81 | Sun 3/60 (20MHz) 134 us/KB
82 | Sun 3/280 (25MHz) 95 us/KB
  /src/sys/arch/x68k/stand/boot_ufs/
boot.S 8 | (1) IPL (or previous stage loader) loads first 1KB of this primary
11 | (2) The first 1KB loads full primary bootloader (including first 1KB) from
17 | Therefore, The first 1KB must be relocatable.
18 | The first 1KB must be smaller than or equal to 1024 bytes.
24 | | first 1KB | | first 1KB | | first 1KB |
84 | clear out bss (must be <= 64KB)
231 moveq #8192/256,%d3 | size is 8KB
    [all...]
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 48 TUint size; /* KB */
321 #define KB * 1024
371 memory->size = memmap->size KB;
384 memory->size = 4096 KB; /* XXXXX */
401 #undef KB
  /src/sys/arch/m68k/m68k/
oc_cksum.s 75 | Sun 3/50 (15MHz) 190 us/KB
76 | Sun 3/180 (16.6MHz) 175 us/KB
77 | Sun 3/60 (20MHz) 134 us/KB
78 | Sun 3/280 (25MHz) 95 us/KB
  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 71 #define MAX_DCACHE_SIZE (1024*32) # 32KB
  /src/sys/arch/mips/include/
mips3_pte.h 80 #error 8KB page size is not supported on the MIPS3_4100
  /src/usr.sbin/sysinst/
msg.pm.fr 145 message lvmlv_zero_fmt {Remise � z�ro de la KB d'abord}
  /src/sys/arch/hppa/stand/xxboot/
start.S 37 .word top-lifhdr ; start at 4KB (must be 2KB aligned)
39 .word 0x00001000 ; size 4KB (must be 2KB aligned)
79 tmpdiskbufsz: .equ 0x1000 ; 4KB
  /src/sys/arch/mips/mips/
mips_machdep.c 429 * the virtual aliases present with 4KB pages make the caches misbehave
430 * so we make all accesses uncached. With 16KB pages, no virtual
611 CIDFL_RMI_TYPE_XLS|MIPS_CIDFL_RMI_CPUS(1,4)|MIPS_CIDFL_RMI_L2(512KB),
620 CIDFL_RMI_TYPE_XLS|MIPS_CIDFL_RMI_CPUS(2,4)|MIPS_CIDFL_RMI_L2(512KB),
629 CIDFL_RMI_TYPE_XLS|MIPS_CIDFL_RMI_CPUS(1,4)|MIPS_CIDFL_RMI_L2(256KB),
638 CIDFL_RMI_TYPE_XLS|MIPS_CIDFL_RMI_CPUS(2,4)|MIPS_CIDFL_RMI_L2(512KB),
647 CIDFL_RMI_TYPE_XLS|MIPS_CIDFL_RMI_CPUS(1,4)|MIPS_CIDFL_RMI_L2(256KB),
1465 * 16KB pages could cause our page table being able to address
locore.S 141 slt v0, v0, 4096 # within 4KB of _start
  /src/sys/arch/sparc64/sparc64/
pmap.c 82 #define KB (1<<10) /* 1KB */
885 * Allocate a ncpu*64KB page for the cpu_info & stack structure now.
1157 prom_map_phys(pa, 64*KB, vmmap, -1);
1166 prom_map_phys(pa, 64*KB, INTSTACK, -1);
1187 memset((void *)intstk, 0, 64 * KB);
1209 cpu0paddr += 64 * KB;
2283 } else if (pm == pmap_kernel() && va >= INTSTACK && va < (INTSTACK + 64*KB)) {
  /src/sys/arch/mac68k/mac68k/
locore.s 329 | preserve ~512KB beyond 4MB just in case
  /src/share/mk/
bsd.own.mk 991 # from over 64KB away and this fails to assemble.

Completed in 31 milliseconds