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

  /src/lib/libc/gen/
getbsize.c 61 #define KB (1024L)
81 max = MAXB / KB;
82 mul = KB;
  /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/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/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/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)) {

Completed in 16 milliseconds