OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IF_IDE
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
blockdev.c
165
type =
IF_IDE
;
189
type =
IF_IDE
;
222
if (cyls < 1 || (type ==
IF_IDE
&& cyls > 16383)) {
226
if (heads < 1 || (type ==
IF_IDE
&& heads > 16)) {
230
if (secs < 1 || (type ==
IF_IDE
&& secs > 63)) {
316
if (type !=
IF_IDE
&& type != IF_SCSI && type != IF_VIRTIO && type != IF_NONE) {
329
if (type !=
IF_IDE
&& type != IF_VIRTIO && type != IF_NONE) {
405
if (type ==
IF_IDE
|| type == IF_SCSI)
427
case
IF_IDE
:
vl-android.c
774
type =
IF_IDE
;
801
type =
IF_IDE
;
948
if (type !=
IF_IDE
&& type != IF_SCSI && type != IF_VIRTIO) {
1016
if (type ==
IF_IDE
|| type == IF_SCSI)
1036
case
IF_IDE
:
[
all
...]
/external/qemu/hw/android/
android_arm.c
111
DriveInfo* info = drive_get(
IF_IDE
, 0, 0 );
android_mips.c
212
DriveInfo* info = drive_get(
IF_IDE
, 0, 0 );
/external/qemu/hw/mips/
mips_r4k.c
283
if (drive_get_max_bus(
IF_IDE
) >= MAX_IDE_BUS) {
289
hd[i] = drive_get(
IF_IDE
, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
/external/qemu/hw/i386/
pc.c
1050
DriveInfo* info = drive_get(
IF_IDE
, 0, 0 );
[
all
...]
/external/qemu/include/
qemu-common.h
289
IF_IDE
, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
Completed in 720 milliseconds