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

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c156 #define MINIMUM_NO_HEADS 2 macro
1265 ioparam.io_bounds.lower = MINIMUM_NO_HEADS;
2126 while (lnhead > MINIMUM_NO_HEADS &&
2128 lnhead = max(MINIMUM_NO_HEADS, lnhead / 2);
2133 * If we still do not get SUN_MIN_CYL with MINIMUM_NO_HEADS
2134 * and MINIMUM_NO_HEADS then return error.

Completed in 62 milliseconds