Home
last modified time | relevance | path

Searched refs:MEM_PBUFSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/kern/
Dinit_main.c1167 #define MEM_PBUFSIZE sizeof("99999 MB") macro
1192 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)physmem)); in banner()
1194 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)uvm_availmem(false))); in banner()
/netbsd/src/sys/dev/pci/
Dpci_subr.c3697 #define MEM_PBUFSIZE sizeof("999GB") macro
3704 char pbuf[MEM_PBUFSIZE]; in pci_conf_print_resizbar_cap()
3727 humanize_number(pbuf, MEM_PBUFSIZE, in pci_conf_print_resizbar_cap()
3743 humanize_number(pbuf, MEM_PBUFSIZE, in pci_conf_print_resizbar_cap()