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

/illumos-gate/usr/src/cmd/format/
H A Dauto_sense.c157 #define MINIMUM_NO_SECTORS 16 macro
1269 ioparam.io_bounds.lower = MINIMUM_NO_SECTORS;
2113 while (lnsect > MINIMUM_NO_SECTORS &&
2116 * make sure that we do not go below MINIMUM_NO_SECTORS.
2118 lnsect = max(MINIMUM_NO_SECTORS, lnsect / 2);

Completed in 49 milliseconds