Lines Matching defs:heads
97 * HEAD range [ 0 .. MAX_HEAD ], so number of heads is (MAX_HEAD + 1)
207 " NHEADS number of heads\n"
328 static diskaddr_t chs_capacity; /* Numcyl_usable * heads * sectors */
335 static int heads; /* number of heads */
341 static int hba_heads; /* number of heads */
995 heads = disk_geom.dkg_nhead;
1024 hba_Numcyl = (Numcyl * heads * sectors) /
1031 " cylinders[%d] heads[%d] sectors[%d]\n"
1034 heads,
1037 Numcyl * heads * sectors,
1038 (Numcyl * heads * sectors * sectsiz) / 1048576);
1041 " cylinders[%d] heads[%d] sectors[%d]\n"
1062 heads = disk_geom.dkg_nhead;
1079 heads,
1115 chs_capacity = (diskaddr_t)Numcyl * heads * sectors;
1121 Numcyl_usable = DK_MAX_2TB / (heads * sectors);
1122 chs_capacity = (diskaddr_t)Numcyl_usable * heads * sectors;
1259 Table[0].relsect = LE_32(heads * sectors);
1263 heads * sectors));
1367 heads = hba_heads = disk_geom.dkg_nhead;
1967 * usually based on maximum number of heads
2237 * hba_heads and hba_sectors contain the number of heads and sectors.
3079 cyl_size = heads * sectors;
3665 if ((heads == 0) || (sectors == 0)) {
3668 (void) printf("\theads = %d, sectors = %d\n", heads, sectors);
3676 heads * sectors, sectsiz);
3813 (unsigned long)(heads * sectors);
3820 (unsigned long)(heads * sectors);
3822 (unsigned long)(heads * sectors))
4098 (void) fprintf(fp, "* %4d tracks/cylinder\n", heads);
4659 pcyl = LE_32(clr_table->numsect) / (heads * sectors);
4664 (heads * sectors)) + ((heads - 1) * sectors) + 1;