Searched defs:unit_to (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1141 * converted number will be in units of "unit_to" size. The unit sizes
1152 int unit_to) /* to units of this size */
1157 if (unit_from == unit_to)
1159 else if (unit_from < unit_to)
1161 number / (unsigned long long)(unit_to / unit_from));
1164 number * (unsigned long long)(unit_from / unit_to));
1148 number_to_string( char *buf, unsigned long long number, int unit_from, int unit_to) argument

Completed in 63 milliseconds