Home | History | Annotate | Download | only in sysinst

Lines Matching defs:bhead

356 	int bsec, bhead, bcyl;
373 bhead = atoi(res);
374 } while (bhead <= 0 || bhead > MAXHEAD);
376 bcyl = s / bsec / bhead;
377 if (s != bcyl * bsec * bhead)
381 pm->max_chs = (unsigned long)bcyl * bhead * bsec;
382 pm->current_cylsize = bhead * bsec;
383 parts->pscheme->change_disk_geom(parts, bcyl, bhead, bsec);
385 *head = bhead;
670 int bhead, int bcyl)
772 if (bsec && bcyl && bhead) {
773 convert_mbr_chs(bcyl, bhead, bsec,
776 convert_mbr_chs(bcyl, bhead, bsec,
1034 unsigned long bsec, bhead, bcyl;
1040 bhead = parts->ext_ptn_alignment / bsec;
1043 bhead = MAXHEAD;
1045 t = bsec * bhead;
1053 &parts->mbr, bsec, bhead, bcyl) == 0;