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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dfdisk.c2182 sector_t total, real_s, real_c; local
2185 real_c = cylinder(s, c);
2186 total = (real_c * g_sectors + real_s) * g_heads + h;
2195 if (real_c >= g_cylinders)
2197 "maximum %u\n", n, real_c + 1, g_cylinders);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dfdisk.c2182 sector_t total, real_s, real_c; local
2185 real_c = cylinder(s, c);
2186 total = (real_c * g_sectors + real_s) * g_heads + h;
2195 if (real_c >= g_cylinders)
2197 "maximum %u\n", n, real_c + 1, g_cylinders);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dfdisk.c2182 sector_t total, real_s, real_c; local
2185 real_c = cylinder(s, c);
2186 total = (real_c * g_sectors + real_s) * g_heads + h;
2195 if (real_c >= g_cylinders)
2197 "maximum %u\n", n, real_c + 1, g_cylinders);

Completed in 186 milliseconds