Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dauto_sense.c234 uint_t *nheadp, uint_t *nsectp);
2299 uint_t *pcylp, uint_t *nheadp, uint_t *nsectp) argument
2307 *nsectp = 1;
2312 *nsectp = total_capacity / (80 * 2);
2345 *nsectp = 32;
2348 *nsectp = 32;
2353 *nsectp = ((total_capacity +
2357 if (*nsectp == 0)
2358 *nsectp = (UINT16_MAX / 63) * 63;
2362 *pcylp = usable_capacity / ((*nheadp) * (*nsectp));
[all …]