OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IF_SCSI
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
blockdev.c
161
type =
IF_SCSI
;
192
type =
IF_SCSI
;
316
if (type != IF_IDE && type !=
IF_SCSI
&& type != IF_VIRTIO && type != IF_NONE) {
405
if (type == IF_IDE || type ==
IF_SCSI
)
428
case
IF_SCSI
:
477
if (type !=
IF_SCSI
&& type != IF_VIRTIO && type != IF_FLOPPY && type != IF_NONE) {
qemu-common.h
291
IF_IDE,
IF_SCSI
, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
vl-android.c
1068
type =
IF_SCSI
;
1102
type =
IF_SCSI
;
1246
if (type != IF_IDE && type !=
IF_SCSI
&& type != IF_VIRTIO) {
[
all
...]
vl.c
871
type =
IF_SCSI
;
905
type =
IF_SCSI
;
1049
if (type != IF_IDE && type !=
IF_SCSI
&& type != IF_VIRTIO) {
1117
if (type == IF_IDE || type ==
IF_SCSI
)
1138
case
IF_SCSI
:
[
all
...]
/external/qemu/hw/
qdev.c
429
info = drive_get(
IF_SCSI
, bus, unit);
pc.c
[
all
...]
Completed in 29 milliseconds