Lines Matching refs:heads
121 u_int8_t hds[2]; /* drive heads */
165 u_int hds; /* drive heads */
331 opt_h = argto2(optarg, 1, "drive heads");
804 geom.heads = 64;
808 if (!geom.heads) {
809 printf("Bogus heads from kernel - setting sane value\n");
810 geom.heads = 64;
821 bpb->hds = geom.heads;
822 ckgeom(fname, bpb->hds, "drive heads");
859 dlp.d_ntracks = type.heads;
879 warnx("Cannot get number of heads, %s", strerror(errno));
898 bpb->hds = ckgeom(fname, lp->d_ntracks, "drive heads");
1076 "\t-h drive heads\n"