Lines Matching defs:bpbHeads
118 u_int8_t bpbHeads[2]; /* drive heads */
162 u_int bpbHeads; /* drive heads */
318 bpb.bpbHeads = o.drive_heads;
684 mk2(bsbpb->bpbHeads, bpb.bpbHeads);
898 bpb->bpbHeads = 64;
899 if (ckgeom(fname, bpb->bpbHeads, "drive heads") == -1) return -1;
950 if (bpb->bpbHeads == 0 &&
980 if (bpb->bpbHeads == 0) {
983 bpb->bpbHeads = lp->d_ntracks;
1009 bpb->bpbHeads, bpb->bpbHiddenSecs);