/external/qemu/ |
blockdev.h | 43 extern DriveInfo *drive_init(QemuOpts *arg, int default_to_scsi,
|
sysemu.h | 180 extern int drive_init(struct drive_opt *arg, int snapshot, void *machine);
|
blockdev.c | 134 DriveInfo *drive_init(QemuOpts *opts, int default_to_scsi, int *fatal_error) function
|
vl.c | 692 if (drive_init(opts, *use_scsi, &fatal_error) == NULL) { 830 int drive_init(struct drive_opt *arg, int snapshot, void *opaque) function [all...] |
vl-android.c | 888 if (drive_init(opts, *use_scsi, &fatal_error) == NULL) { 1027 int drive_init(struct drive_opt *arg, int snapshot, void *opaque) function [all...] |