Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Ddf.c1154 int unit_from, /* from units of this size */ in number_to_string() argument
1160 if (unit_from == unit_to) in number_to_string()
1162 else if (unit_from < unit_to) in number_to_string()
1164 number / (unsigned long long)(unit_to / unit_from)); in number_to_string()
1167 number * (unsigned long long)(unit_from / unit_to)); in number_to_string()