Home | History | Annotate | Download | only in lib

Lines Matching refs:sectors

53   unsigned char sectors;
166 geom->sectors = hdg.sectors;
190 geom->sectors = tmp;
192 geom->sectors = 63;
204 / geom->sectors);
219 geom->sectors = hdg.d_nsectors;
241 geom->sectors = DEFAULT_HD_SECTORS;
247 geom->sectors = DEFAULT_FD_SECTORS;
250 /* Set the total sectors properly, if we can. */
254 geom->total_sectors = geom->cylinders * geom->heads * geom->sectors;