Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c1152 int unit_to) /* to units of this size */ in number_to_string() argument
1157 if (unit_from == unit_to) in number_to_string()
1159 else if (unit_from < unit_to) in number_to_string()
1161 number / (unsigned long long)(unit_to / unit_from)); in number_to_string()
1164 number * (unsigned long long)(unit_from / unit_to)); in number_to_string()