Searched refs:hdind (Results 1 – 2 of 2) sorted by relevance
150 int hdind = 0; in hd_setup() local155 hdind=1; in hd_setup()156 hd_info[hdind].head = ints[2]; in hd_setup()157 hd_info[hdind].sect = ints[3]; in hd_setup()158 hd_info[hdind].cyl = ints[1]; in hd_setup()159 hd_info[hdind].wpcom = 0; in hd_setup()160 hd_info[hdind].lzone = ints[1]; in hd_setup()161 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in hd_setup()162 NR_HD = hdind+1; in hd_setup()
250 int hdind = 0; in ed_setup() local267 hdind = 1; in ed_setup()270 ps2esdi_info[hdind].head = ints[2]; in ed_setup()271 ps2esdi_info[hdind].sect = ints[3]; in ed_setup()272 ps2esdi_info[hdind].cyl = ints[1]; in ed_setup()273 ps2esdi_info[hdind].wpcom = 0; in ed_setup()274 ps2esdi_info[hdind].lzone = ints[1]; in ed_setup()275 ps2esdi_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in ed_setup()277 ps2esdi_drives = hdind + 1; /* increment index for the next time */ in ed_setup()