Home
last modified time | relevance | path

Searched refs:real_c (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dfdisk.c1066 sector_t total, real_s, real_c; in check() local
1069 real_c = cylinder(s, c); in check()
1070 total = (real_c * g_sectors + real_s) * g_heads + h; in check()
1076 if (real_c >= g_cylinders) in check()
1077 xprintf("Partition %u: cylinder %lld greater than maximum %lu\n", n, real_c + 1, g_cylinders); in check()