Lines Matching defs:h1
1626 unsigned int c1, h1, s1, c2, h2, s2;
1639 h1 = MAXHEAD - 1;
1645 if (h1 < (unsigned int)dl->dl_biosdisks[i].bi_head)
1646 h1 = dl->dl_biosdisks[i].bi_head;
1653 dos_heads = h1;
1654 dos_cylinders = disklabel.d_secperunit / (MAXSECTOR * h1);
1661 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1668 num = (uint64_t)h1 * a2 - (uint64_t)h2 * a1;
1672 xsectors = a1 / (c1 * xheads + h1);
1703 if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
1707 if (xsectors * (c1 * xheads + h1) + s1 != a1)