Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk.c2350 sector_t total, real_s, real_c; in check() local
2353 real_c = cylinder(s, c); in check()
2354 total = (real_c * g_sectors + real_s) * g_heads + h; in check()
2363 if (real_c >= g_cylinders) in check()
2365 "maximum %u\n", n, real_c + 1, g_cylinders); in check()