Home | History | Annotate | Download | only in stage2

Lines Matching defs:total_sectors

71       if (sector >= geometry->total_sectors)
95 geometry->total_sectors = (geometry->cylinders
162 geometry->total_sectors = MAXINT;
174 geometry->total_sectors = (geometry->cylinders
197 unsigned long total_sectors = 0;
217 unsigned long long total_sectors;
260 change the type of TOTAL_SECTORS to unsigned long
262 if (drp.total_sectors)
263 total_sectors = drp.total_sectors & ~0L;
268 total_sectors = drp.cylinders * drp.heads * drp.sectors;
281 if (! total_sectors)
283 total_sectors = (geometry->cylinders
287 geometry->total_sectors = total_sectors;
312 geometry->total_sectors = (geometry->cylinders