Home | History | Annotate | Download | only in i386

Lines Matching refs:hd

197 static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd)
201 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
888 BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
1158 hd[i] = NULL;
1170 hd[i] = drives_table[index].bdrv;
1172 hd[i] = NULL;
1176 pci_piix3_ide_init(pci_bus, hd, piix3_devfn + 1, i8259);
1180 hd[MAX_IDE_DEVS * i], hd[MAX_IDE_DEVS * i + 1]);
1213 cmos_init(below_4g_mem_size, above_4g_mem_size, boot_device, hd);