Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1156 int unit_to) /* to units of this size */ in number_to_string() argument
1166 if (unit_to <= 0) in number_to_string()
1167 unit_to = 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()