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

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Support/
ScopedPrinter.cpp 42 OS << " (" << format_bytes(Data, None, Data.size(), 1, 0, true) << ")\n";
  /src/sys/dev/
md_root.c 107 format_bytes(pbuf, sizeof(pbuf), md->md_size);
  /src/sys/kern/
subr_humanize.c 104 format_bytes(char *buf, size_t len, uint64_t bytes) function
init_main.c 1192 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)physmem));
1194 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)uvm_availmem(false)));
  /src/sys/arch/evbppc/virtex/
machdep.c 167 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
183 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 384 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
392 format_bytes(pbuf, sizeof(pbuf),
395 format_bytes(pbuf, sizeof(pbuf), vmememsize);
  /src/sys/arch/ews4800mips/ews4800mips/
machdep.c 218 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
233 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/powerpc/ibm4xx/
ibm4xx_machdep.c 382 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
398 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/alpha/pci/
lca.c 229 if (format_bytes(buf, sizeof(buf), lcp->lc_bcache_size) > 0) {
  /src/sys/dev/altmem/
altmem.c 114 format_bytes(pbuf, sizeof(pbuf), sc->sc_size);
  /src/sys/arch/sgimips/sgimips/
machdep.c 731 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
733 format_bytes(pbuf, sizeof(pbuf), ctob(arcsmem));
748 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/emips/emips/
machdep.c 451 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
471 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/sh3/sh3/
sh3_machdep.c 295 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
306 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/m68k/m68k/
m68k_machdep.c 302 format_bytes(pbuf, sizeof(pbuf), ctob(physmem));
305 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/ofppc/ofppc/
cpu.c 144 format_bytes(cbuf, sizeof(cbuf), size);
  /src/sys/arch/sgimips/ioc/
if_le_oioc.c 230 format_bytes(pbuf, sizeof(pbuf), OIOC_LANCE_NPAGES * PAGE_SIZE);
  /src/sys/dev/nor/
nor.c 373 format_bytes(pbuf[0], sizeof(pbuf[0]), chip->nc_page_size);
374 format_bytes(pbuf[1], sizeof(pbuf[1]), chip->nc_spare_size);
375 format_bytes(pbuf[2], sizeof(pbuf[2]), chip->nc_block_size);
380 format_bytes(pbuf[0], sizeof(pbuf[0]), chip->nc_size);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Format.h 239 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None, function in namespace:llvm
  /src/sys/arch/alpha/alpha/
machdep.c 894 format_bytes(pbuf, sizeof(pbuf), ptoa(totalphysmem));
896 format_bytes(pbuf, sizeof(pbuf), ptoa(resvmem));
898 format_bytes(pbuf, sizeof(pbuf), ptoa(physmem));
901 format_bytes(pbuf, sizeof(pbuf), ptoa(unusedmem));
905 format_bytes(pbuf, sizeof(pbuf), ptoa(unknownmem));
926 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
932 format_bytes(pbuf, sizeof(pbuf), pmap_pages_stolen * PAGE_SIZE);
  /src/sys/arch/powerpc/booke/
booke_machdep.c 184 format_bytes(pbuf, sizeof(pbuf), ctob((uint64_t)physmem));
200 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/dev/flash/
flash.c 144 format_bytes(pbuf[0], sizeof(pbuf[0]), sc->sc_partinfo.part_size);
145 format_bytes(pbuf[1], sizeof(pbuf[1]), sc->flash_if->erasesize);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp 370 W.startLine() << format_bytes(
400 W.startLine() << format_bytes(
  /src/sys/arch/vax/vax/
machdep.c 192 format_bytes(pbuf, sizeof(pbuf), avail_end);
209 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
  /src/sys/arch/hppa/hppa/
machdep.c 914 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(physmem));
915 format_bytes(pbuf[1], sizeof(pbuf[1]), ptoa(resvmem));
916 format_bytes(pbuf[2], sizeof(pbuf[2]), ptoa(availphysmem));
922 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(totalphysmem - physmem));
935 format_bytes(pbuf[0], sizeof(pbuf[0]), ptoa(uvm_availmem(false)));
  /src/sys/arch/prep/pci/
gten.c 173 format_bytes(pbuf, sizeof(pbuf), gt->gt_psize);

Completed in 23 milliseconds

1 2 3