• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/

Lines Matching refs:heads

43 	unsigned char heads;
68 static unsigned heads, sectors, cylinders;
273 (sector(s) - 1 + sectors * ((h) + heads * cylinder(s,c)))
279 h = sector % heads; \
280 sector /= heads; \
726 puts("h\tchange number of heads");
742 puts("h\tchange number of heads");
755 puts("h\tchange number of heads");
771 puts("h\tchange number of heads");
884 if (dos_compatible_flag && (start/(sectors*heads) > 1023))
885 start = heads*sectors*1024 - 1;
887 if (dos_compatible_flag && (stop/(sectors*heads) > 1023))
888 stop = heads*sectors*1024 - 1;
897 if (heads && sectors && cylinders)
901 if (!heads)
902 printf(" heads");
918 int cyl_units = heads * sectors;
1079 kern_heads = geometry.heads;
1129 heads = cylinders = sectors = 0;
1136 heads = user_heads ? user_heads :
1156 cylinders = total_number_of_sectors / (heads * sectors * sec_fac);
1365 i *= heads * sectors;
1692 int spc = heads * sectors;
1708 if (!heads || !sectors || (partition >= 4))
1744 if (peh != (heads - 1) || pes != sectors) {
1762 printf("%d heads, %d sectors/track, %d cylinders",
1763 heads, sectors, cylinders);
1999 printf("\nDisk %s: %d heads, %d sectors, %d cylinders\n\n",
2000 disk_device, heads, sectors, cylinders);
2047 total = (real_c * sectors + real_s) * heads + h;
2050 if (h >= heads)
2052 n, h + 1, heads);
2130 if (total > heads * sectors * cylinders)
2132 "%d\n", total, heads * sectors * cylinders);
2134 total = heads * sectors * cylinders - total;
2159 limit = (ullong) heads * sectors * cylinders - 1;
2514 user_heads = heads = read_int(1, heads, 256, 0,
2515 "Number of heads");