Home | History | Annotate | Download | only in sysinst

Lines Matching defs:xheads

838 	int xheads = pm->dlhead;
841 if (xcylinders > MAXCYL || xheads > MAXHEAD || xsectors > MAXSECTOR) {
843 xheads = MAXHEAD;
849 *head = xheads;
2476 xheads, i, j;
2482 xheads = -1;
2496 xheads = (int)(num / denom);
2497 xsectors = a1 / (c1 * xheads + h1);
2501 if (xheads != -1)
2505 if (xheads == -1)
2513 xcylinders = xsize / xheads / xsectors;
2514 if (xsize != xcylinders * xheads * xsectors)
2528 if (xsectors * (c1 * xheads + h1) + s1 != a1)
2537 *head = xheads;