Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c226 uint_t *nheadp, uint_t *nsectp);
2241 uint_t *pcylp, uint_t *nheadp, uint_t *nsectp) argument
2249 *nsectp = 1;
2254 *nsectp = total_capacity / (80 * 2);
2287 *nsectp = 32;
2290 *nsectp = 32;
2295 *nsectp = ((total_capacity +
2299 if (*nsectp == 0)
2300 *nsectp = (UINT16_MAX / 63) * 63;
2304 *pcylp = usable_capacity / ((*nheadp) * (*nsectp));
[all …]