Lines Matching refs:pbuf
1174 char pbuf[81];
1179 snprintf(pbuf, sizeof(pbuf), "%s %s (%s)",
1181 printf_nolog("%s", pbuf);
1182 for (i = 80 - strlen(pbuf) - sizeof(notice); i > 0; i--)
1190 memset(pbuf, 0, sizeof(pbuf));
1192 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)physmem));
1193 (*pr)("total memory = %s\n", pbuf);
1194 format_bytes(pbuf, MEM_PBUFSIZE, ctob((uint64_t)uvm_availmem(false)));
1195 (*pr)("avail memory = %s\n", pbuf);