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

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c173 #define SUN_MIN_CYL 3 macro
1003 * the SUN_MIN_CYL(3) then try to adjust the geometry so that
1004 * we have atleast SUN_MIN_CYL cylinders.
1006 if (pcyl < SUN_MIN_CYL) {
1274 ioparam.io_bounds.lower = SUN_MIN_CYL;
2107 assert(lcyl < SUN_MIN_CYL);
2132 * now we should have atleast SUN_MIN_CYL cylinders.
2133 * If we still do not get SUN_MIN_CYL with MINIMUM_NO_HEADS
2136 if (lcyl < SUN_MIN_CYL)

Completed in 62 milliseconds