Lines Matching refs:nsectp
234 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));
2364 *pcylp = total_capacity / ((*nheadp) * (*nsectp));