Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1155 int unit_from, /* from units of this size */ in number_to_string() argument
1164 if (unit_from <= 0) in number_to_string()
1165 unit_from = 1; in number_to_string()
1169 if (unit_from == unit_to) in number_to_string()
1171 else if (unit_from < unit_to) in number_to_string()
1173 number / (unsigned long long)(unit_to / unit_from)); in number_to_string()
1176 number * (unsigned long long)(unit_from / unit_to)); in number_to_string()