Home
last modified time | relevance | path

Searched refs:drive_get_index (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dsysemu.h161 extern int drive_get_index(BlockInterfaceType type, int bus, int unit);
Dvl.c759 int drive_get_index(BlockInterfaceType type, int bus, int unit) in drive_get_index() function
1091 while (drive_get_index(type, bus_id, unit_id) != -1) { in drive_init()
1112 if (drive_get_index(type, bus_id, unit_id) != -1) in drive_init()
Dvl-android.c956 int drive_get_index(BlockInterfaceType type, int bus, int unit) in drive_get_index() function
1288 while (drive_get_index(type, bus_id, unit_id) != -1) { in drive_init()
1309 if (drive_get_index(type, bus_id, unit_id) != -1) in drive_init()
/external/qemu/hw/
Dpc.c1177 index = drive_get_index(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
1212 index = drive_get_index(IF_FLOPPY, 0, i);
1264 while ((index = drive_get_index(IF_VIRTIO, 0, unit_id)) != -1) {