Lines Matching defs:MAX_CYL
94 * The MAX_CYL value of 1022 is the maximum usable value
101 #define MAX_CYL (1022)
1014 disk_geom.dkg_ncyl > MAX_CYL ||
2239 * If the number of cylinders exceeds the MAX_CYL,
2248 if (lba >= hba_heads * hba_sectors * MAX_CYL) {
2253 cy = MAX_CYL + 1;
2270 if (lba >= hba_heads * hba_sectors * MAX_CYL) {
2271 cy = MAX_CYL + 1;
2335 if (bcyl > MAX_CYL)
2336 bcyl = MAX_CYL + 1;
2337 if (ecyl > MAX_CYL)
2338 ecyl = MAX_CYL + 1;