Lines Matching defs:sectors
53 unsigned char sectors;
170 geom->sectors = hdg.sectors;
194 geom->sectors = tmp;
196 geom->sectors = 63;
208 / geom->sectors);
223 geom->sectors = hdg.d_nsectors;
238 geom->sectors = dkg.dkg_nsect;
261 geom->sectors = DEFAULT_HD_SECTORS;
267 geom->sectors = DEFAULT_FD_SECTORS;
270 /* Set the total sectors properly, if we can. */
275 geom->heads * geom->sectors;