Searched refs:hd_table (Results 1 – 3 of 3) sorted by relevance
578 DriveInfo *hd_table[2 * MAX_IDE_DEVS]; in pci_ide_create_devs() local583 ide_drive_get(hd_table, ARRAY_SIZE(hd_table)); in pci_ide_create_devs()585 if (hd_table[i]) { in pci_ide_create_devs()586 ide_bus_create_drive(d->bus + bus[i], unit[i], hd_table[i]); in pci_ide_create_devs()
493 void macio_ide_init_drives(MACIOIDEState *s, DriveInfo **hd_table) in macio_ide_init_drives() argument498 if (hd_table[i]) { in macio_ide_init_drives()499 ide_bus_create_drive(&s->bus, i, hd_table[i]); in macio_ide_init_drives()
98 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table);