/external/qemu/ |
sysemu.h | 161 extern int drive_get_index(BlockInterfaceType type, int bus, int unit);
|
vl.c | 759 int drive_get_index(BlockInterfaceType type, int bus, int unit) function 1091 while (drive_get_index(type, bus_id, unit_id) != -1) { 1112 if (drive_get_index(type, bus_id, unit_id) != -1) [all...] |
vl-android.c | 956 int drive_get_index(BlockInterfaceType type, int bus, int unit) function [all...] |
/external/qemu/hw/ |
pc.c | [all...] |