newfs_msdos.c | 121 u_int8_t hds[2]; /* drive heads */ member in struct:bsbpb 165 u_int hds; /* drive heads */ member in struct:bpb 405 bpb.hds = opt_h; 670 mk2(bsbpb->hds, bpb.hds); 842 bpb->hds = geom.heads; 843 ckgeom(fname, bpb->hds, "drive heads"); 898 if (bpb->hds == 0 && ioctl(fd, DIOCGFWHEADS, &dlp.d_ntracks) == -1) { 917 if (bpb->hds == 0) 918 bpb->hds = ckgeom(fname, lp->d_ntracks, "drive heads") [all...] |