Lines Matching defs:spt
127 u_int8_t spt[2]; /* sectors per track */
171 u_int spt; /* sectors per track */
183 .sec = f, .mid = g, .spf = h, .spt = i, .hds = j, }
327 bpb.spt = o.sectors_per_track;
688 mk2(bsbpb->spt, bpb.spt);
857 !bpb->bps || !bpb->spt || !bpb->hds)) {
896 * The kernel doesn't accept BPB with spt > 63.
903 if (!bpb->spt) {
906 bpb->spt = nsectors;
934 printf(" spt=%u hds=%u hid=%u", bpb->spt, bpb->hds, bpb->hid);