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