OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockInterfaceType
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
blockdev.h
25
BlockInterfaceType
type;
37
extern DriveInfo *drive_get(
BlockInterfaceType
type, int bus, int unit);
38
extern int drive_get_max_bus(
BlockInterfaceType
type);
sysemu.h
145
BlockInterfaceType
type;
161
extern int drive_get_index(
BlockInterfaceType
type, int bus, int unit);
162
extern int drive_get_max_bus(
BlockInterfaceType
type);
168
BlockDriverState *qdev_init_bdrv(DeviceState *dev,
BlockInterfaceType
type);
blockdev.c
62
DriveInfo *drive_get(
BlockInterfaceType
type, int bus, int unit)
78
int drive_get_max_bus(
BlockInterfaceType
type)
141
BlockInterfaceType
type;
qemu-common.h
293
}
BlockInterfaceType
;
vl-android.c
956
int drive_get_index(
BlockInterfaceType
type, int bus, int unit)
972
int drive_get_max_bus(
BlockInterfaceType
type)
1034
BlockInterfaceType
type;
[
all
...]
vl.c
759
int drive_get_index(
BlockInterfaceType
type, int bus, int unit)
775
int drive_get_max_bus(
BlockInterfaceType
type)
837
BlockInterfaceType
type;
[
all
...]
/external/qemu/hw/
qdev.c
394
BlockDriverState *qdev_init_bdrv(DeviceState *dev,
BlockInterfaceType
type)
Completed in 185 milliseconds