Searched refs:head_size (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c574 PedSector cyl_size, head_size; local
637 * (Hc - hC) head_size = A_c - a_C c R2 - C R1
638 * => (if cH - Ch != 0) head_size = (A_c - a_C) / (cH - Ch)
640 * But this calculation of head_size would need
645 * If h != 0 : head_size = ( a_ - c cyl_size ) / h
646 * If H != 0 : head_size = ( A_ - C cyl_size ) / H
662 head_size = ( a_ - c * cyl_size ) / h;
664 head_size = ( A_ - C * cyl_size ) / H;
670 PED_ASSERT (head_size > 0, return 0);
671 PED_ASSERT (head_size <
1780 PedSector head_size = bios_geom ? bios_geom->sectors : 1; local
[all...]

Completed in 23 milliseconds