Lines Matching defs:bpbHeads
126 u_int8_t bpbHeads[2]; /* drive heads */
170 u_int bpbHeads; /* drive heads */
323 bpb.bpbHeads = o.drive_heads;
687 mk2(bsbpb->bpbHeads, bpb.bpbHeads);
858 bpb->bpbHeads = 64;
859 if (ckgeom(fname, bpb->bpbHeads, "drive heads") == -1) return -1;
923 if (bpb->bpbHeads == 0 &&
948 if (bpb->bpbHeads == 0) {
951 bpb->bpbHeads = lp->d_ntracks;
978 bpb->bpbHeads, bpb->bpbHiddenSecs);