Lines Matching refs:heads
21 -C CYLINDERS Set number of cylinders/heads/sectors
33 long heads;
129 if (!g_heads) printf(" heads");
228 disk->heads = geometry.heads;
372 disk.heads = disk.sectors = 0;
379 g_heads = (FLAG(H) && TT.heads) ? TT.heads : h ? h : disk.heads ? disk.heads : 255;
507 xprintf("%ld heads, %ld sectors/track, %ld cylinders", g_heads, g_sectors, g_cylinders);
1194 xprintf("Disk %s: %lu heads, %lu sectors, %lu cylinders\n\n", disk_device, g_heads, g_sectors, g_cylinders);
1315 "h\tchange number of heads\n"
1358 case 'h': //change number of heads
1359 sprintf(mesg, "Number of heads (1 - 256, default %lu): ", g_heads);
1361 g_heads = TT.heads = value;
1408 dev_geo.heads = 0;
1470 if (TT.heads >= 256) TT.heads = 0;