| /netbsd-src/sys/arch/evbppc/virtex/ |
| H A D | machdep.c | 167 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 183 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/mvme68k/mvme68k/ |
| H A D | machdep.c | 453 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 459 format_bytes(pbuf, sizeof(pbuf), mem_clusters[0].size); in cpu_startup() 461 format_bytes(pbuf, sizeof(pbuf), vmememsize); in cpu_startup() 477 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/ews4800mips/ews4800mips/ |
| H A D | machdep.c | 218 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 233 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/powerpc/ibm4xx/ |
| H A D | ibm4xx_machdep.c | 382 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in ibm4xx_cpu_startup() 398 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in ibm4xx_cpu_startup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 42 OS << " (" << format_bytes(Data, None, Data.size(), 1, 0, true) << ")\n"; in printBinaryImpl()
|
| /netbsd-src/sys/arch/sgimips/sgimips/ |
| H A D | machdep.c | 715 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 717 format_bytes(pbuf, sizeof(pbuf), ctob(arcsmem)); in cpu_startup() 732 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/dev/ |
| H A D | md_root.c | 107 format_bytes(pbuf, sizeof(pbuf), md->md_size); in md_attach_hook()
|
| /netbsd-src/sys/kern/ |
| H A D | subr_humanize.c | 104 format_bytes(char *buf, size_t len, uint64_t bytes) in format_bytes() function
|
| H A D | init_main.c | 1185 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)physmem)); in banner() 1187 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)uvm_availmem(false))); in banner()
|
| /netbsd-src/sys/arch/sun3/sun3x/ |
| H A D | machdep.c | 205 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 223 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/alpha/alpha/ |
| H A D | machdep.c | 904 format_bytes(pbuf, sizeof(pbuf), ptoa(totalphysmem)); in cpu_startup() 906 format_bytes(pbuf, sizeof(pbuf), ptoa(resvmem)); in cpu_startup() 908 format_bytes(pbuf, sizeof(pbuf), ptoa(physmem)); in cpu_startup() 911 format_bytes(pbuf, sizeof(pbuf), ptoa(unusedmem)); in cpu_startup() 915 format_bytes(pbuf, sizeof(pbuf), ptoa(unknownmem)); in cpu_startup() 936 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup() 942 format_bytes(pbuf, sizeof(pbuf), pmap_pages_stolen * PAGE_SIZE); in cpu_startup()
|
| /netbsd-src/sys/arch/sun3/sun3/ |
| H A D | machdep.c | 243 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 262 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/next68k/next68k/ |
| H A D | machdep.c | 298 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 311 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/dev/nor/ |
| H A D | nor.c | 373 format_bytes(pbuf[0], sizeof(pbuf[0]), chip->nc_page_size); in nor_scan_media() 374 format_bytes(pbuf[1], sizeof(pbuf[1]), chip->nc_spare_size); in nor_scan_media() 375 format_bytes(pbuf[2], sizeof(pbuf[2]), chip->nc_block_size); in nor_scan_media() 380 format_bytes(pbuf[0], sizeof(pbuf[0]), chip->nc_size); in nor_scan_media()
|
| /netbsd-src/sys/arch/atari/atari/ |
| H A D | machdep.c | 200 format_bytes(pbuf, sizeof(pbuf), mem_size); in cpu_startup() 214 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/emips/emips/ |
| H A D | machdep.c | 441 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 463 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/alpha/pci/ |
| H A D | lca.c | 229 if (format_bytes(buf, sizeof(buf), lcp->lc_bcache_size) > 0) { in lcaattach()
|
| /netbsd-src/sys/arch/sh3/sh3/ |
| H A D | sh3_machdep.c | 295 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in sh_startup() 306 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in sh_startup()
|
| /netbsd-src/sys/arch/virt68k/virt68k/ |
| H A D | machdep.c | 273 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 286 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/luna68k/luna68k/ |
| H A D | machdep.c | 336 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 347 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | machdep.c | 912 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(physmem)); in cpu_startup() 913 format_bytes(pbuf[1], sizeof(pbuf[1]), ptoa(resvmem)); in cpu_startup() 914 format_bytes(pbuf[2], sizeof(pbuf[2]), ptoa(availphysmem)); in cpu_startup() 920 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(totalphysmem - physmem)); in cpu_startup() 933 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | machdep.c | 192 format_bytes(pbuf, sizeof(pbuf), avail_end); in cpu_startup() 209 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/arch/news68k/news68k/ |
| H A D | machdep.c | 226 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); in cpu_startup() 240 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); in cpu_startup()
|
| /netbsd-src/sys/dev/flash/ |
| H A D | flash.c | 144 format_bytes(pbuf[0], sizeof(pbuf[0]), sc->sc_partinfo.part_size); in flash_attach() 145 format_bytes(pbuf[1], sizeof(pbuf[1]), sc->flash_if->erasesize); in flash_attach()
|
| /netbsd-src/sys/arch/sgimips/ioc/ |
| H A D | if_le_oioc.c | 230 format_bytes(pbuf, sizeof(pbuf), OIOC_LANCE_NPAGES * PAGE_SIZE); in le_attach()
|