Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dsnapshot.c551 static const char *div_str; in print_progress() local
566 div_str = "GiB"; in print_progress()
569 div_str = "MiB"; in print_progress()
572 div_str = "KiB"; in print_progress()
586 mval_len, crtval_gb, div_str, maxval_gb, div_str); in print_progress()