/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 in typeref:typename:int
|
/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/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/dev/altmem/ |
altmem.c | 114 format_bytes(pbuf, sizeof(pbuf), sc->sc_size);
|
/src/sys/arch/alpha/pci/ |
lca.c | 229 if (format_bytes(buf, sizeof(buf), lcp->lc_bcache_size) > 0) {
|
/src/sys/arch/mvme68k/mvme68k/ |
machdep.c | 453 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 459 format_bytes(pbuf, sizeof(pbuf), mem_clusters[0].size); 461 format_bytes(pbuf, sizeof(pbuf), vmememsize); 477 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/sun3/sun3x/ |
machdep.c | 205 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 223 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/sgimips/sgimips/ |
machdep.c | 715 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 717 format_bytes(pbuf, sizeof(pbuf), ctob(arcsmem)); 732 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/sun3/sun3/ |
machdep.c | 243 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 262 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/atari/atari/ |
machdep.c | 200 format_bytes(pbuf, sizeof(pbuf), mem_size); 214 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/emips/emips/ |
machdep.c | 441 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 463 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/luna68k/luna68k/ |
machdep.c | 336 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 347 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/next68k/next68k/ |
machdep.c | 298 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 311 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/src/sys/arch/virt68k/virt68k/ |
machdep.c | 273 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 286 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/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/sys/arch/ofppc/ofppc/ |
cpu.c | 144 format_bytes(cbuf, sizeof(cbuf), size);
|
/src/sys/arch/alpha/alpha/ |
machdep.c | 903 format_bytes(pbuf, sizeof(pbuf), ptoa(totalphysmem)); 905 format_bytes(pbuf, sizeof(pbuf), ptoa(resvmem)); 907 format_bytes(pbuf, sizeof(pbuf), ptoa(physmem)); 910 format_bytes(pbuf, sizeof(pbuf), ptoa(unusedmem)); 914 format_bytes(pbuf, sizeof(pbuf), ptoa(unknownmem)); 935 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false))); 941 format_bytes(pbuf, sizeof(pbuf), pmap_pages_stolen * PAGE_SIZE);
|
/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/sys/arch/sun2/sun2/ |
machdep.c | 312 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 339 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|
/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/arch/hp300/hp300/ |
machdep.c | 311 format_bytes(pbuf, sizeof(pbuf), ctob(physmem)); 325 format_bytes(pbuf, sizeof(pbuf), ptoa(uvm_availmem(false)));
|