Home
last modified time | relevance | path

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

/openbsd/sbin/fdisk/
H A Dmisc.h19 struct unit_type { struct
35 const struct unit_type **); argument
H A Dmisc.c33 const struct unit_type unit_types[] = {
45 const struct unit_type **ut) in units_size()
H A Ddisk.c104 const struct unit_type *ut; in DISK_printgeometry()
H A Dgpt.c354 const struct unit_type *ut; in GPT_print()
437 const struct unit_type *ut; in GPT_print_part()
H A Dpart.c1046 const struct unit_type *ut; in PRT_print_part()
/openbsd/lib/libutil/
H A Dfmt_scaled.c50 } unit_type; typedef
53 static const unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
220 unit_type unit = NONE; in fmt_scaled()