Searched refs:humanize_number (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/ |
H A D | libutil.h | 20 int humanize_number(char *_buf, size_t _len, int64_t _number,
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | Makefile | 23 OBJS = $(SRCS:.c=.o) humanize_number.o
|
H A D | bhyvectl.c | 1389 humanize_number(numbuf, sizeof(numbuf), maplen, "B", in show_memmap() 1431 humanize_number(numbuf, sizeof(numbuf), seglen, "B", in show_memseg()
|
/illumos-gate/usr/src/contrib/bhyve/lib/libutil/ |
H A D | humanize_number.c | 48 humanize_number(char *buf, size_t len, int64_t quotient, in humanize_number() function
|