Searched refs:hdind (Results 1 – 1 of 1) sorted by relevance
178 int hdind = 0; in hd_setup() local183 hdind = 1; in hd_setup()184 hd_info[hdind].head = ints[2]; in hd_setup()185 hd_info[hdind].sect = ints[3]; in hd_setup()186 hd_info[hdind].cyl = ints[1]; in hd_setup()187 hd_info[hdind].wpcom = 0; in hd_setup()188 hd_info[hdind].lzone = ints[1]; in hd_setup()189 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in hd_setup()190 NR_HD = hdind+1; in hd_setup()