Home | History | Annotate | Download | only in pending

Lines Matching full:real_c

1066   sector_t total, real_s, real_c;
1069 real_c = cylinder(s, c);
1070 total = (real_c * g_sectors + real_s) * g_heads + h;
1076 if (real_c >= g_cylinders)
1077 xprintf("Partition %u: cylinder %lld greater than maximum %lu\n", n, real_c + 1, g_cylinders);