Searched refs:IF_SCSI (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | realview.c | 295 n = drive_get_max_bus(IF_SCSI); in realview_init() 415 mc->block_default_type = IF_SCSI; in realview_eb_class_init() 434 mc->block_default_type = IF_SCSI; in realview_eb_mpcore_class_init()
|
H A D | versatilepb.c | 272 n = drive_get_max_bus(IF_SCSI); in versatile_init() 418 mc->block_default_type = IF_SCSI; in versatilepb_class_init() 438 mc->block_default_type = IF_SCSI; in versatileab_class_init()
|
/openbmc/qemu/include/sysemu/ |
H A D | blockdev.h | 23 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
|
/openbmc/qemu/hw/mips/ |
H A D | jazz.c | 423 mc->block_default_type = IF_SCSI; in mips_magnum_class_init() 440 mc->block_default_type = IF_SCSI; in mips_pica61_class_init()
|
/openbmc/qemu/hw/hppa/ |
H A D | machine.c | 351 if (drive_get_max_bus(IF_SCSI) >= 0) { in machine_HP_common_init_tail() 703 mc->block_default_type = IF_SCSI; in HP_B160L_machine_init_class_init() 739 mc->block_default_type = IF_SCSI; in HP_C3700_machine_init_class_init()
|
/openbmc/qemu/ |
H A D | blockdev.c | 80 [IF_SCSI] = "scsi", 105 [IF_SCSI] = 7, 949 if (type == IF_IDE || type == IF_SCSI) { in drive_new() 987 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && in drive_new() 997 if (type != IF_IDE && type != IF_VIRTIO && type != IF_SCSI && in drive_new() 1024 case IF_SCSI: in drive_new()
|
/openbmc/qemu/hw/ppc/ |
H A D | prep.c | 427 mc->block_default_type = IF_SCSI; in ibm_40p_machine_init()
|
H A D | spapr.c | 3067 for (i = 0; i <= drive_get_max_bus(IF_SCSI); i++) { in spapr_machine_init() 4690 mc->block_default_type = IF_SCSI; in spapr_machine_class_init()
|
/openbmc/qemu/hw/m68k/ |
H A D | q800.c | 744 mc->block_default_type = IF_SCSI; in q800_machine_class_init()
|
H A D | next-cube.c | 1067 mc->block_default_type = IF_SCSI; in next_machine_class_init()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 1116 mc->block_default_type = IF_SCSI; in sun4m_machine_class_init()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-bus.c | 448 dinfo = drive_get(IF_SCSI, bus->busnr, unit); in scsi_bus_legacy_handle_cmdline()
|