Home | History | Annotate | Download | only in hw

Lines Matching refs:hd

204 static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd)
208 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
896 BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
1167 hd[i] = NULL;
1179 hd[i] = drives_table[index].bdrv;
1181 hd[i] = NULL;
1185 pci_piix3_ide_init(pci_bus, hd, piix3_devfn + 1, i8259);
1189 hd[MAX_IDE_DEVS * i], hd[MAX_IDE_DEVS * i + 1]);
1222 cmos_init(below_4g_mem_size, above_4g_mem_size, boot_device, hd);