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

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c230 diskaddr_t usable_capacity, uint_t *pcylp,
2240 uint_t *pcylp, uint_t *nheadp, uint_t *nsectp)
2247 *pcylp = total_capacity;
2252 *pcylp = 80;
2303 *pcylp = usable_capacity / ((*nheadp) * (*nsectp));
2305 *pcylp = total_capacity / ((*nheadp) * (*nsectp));
2239 compute_chs_values(diskaddr_t total_capacity, diskaddr_t usable_capacity, uint_t *pcylp, uint_t *nheadp, uint_t *nsectp) argument

Completed in 63 milliseconds