Home
last modified time | relevance | path

Searched refs:SCSI_DISK_F_REMOVABLE (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c95 #define SCSI_DISK_F_REMOVABLE 0 macro
852 outbuf[1] = (s->features & (1 << SCSI_DISK_F_REMOVABLE)) ? 0x80 : 0; in scsi_disk_emulate_inquiry()
1505 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && loej) { in scsi_disk_emulate_start_stop()
2522 if (!(s->features & (1 << SCSI_DISK_F_REMOVABLE)) && in scsi_realize()
2593 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && in scsi_realize()
2653 s->features |= 1 << SCSI_DISK_F_REMOVABLE; in scsi_cd_realize()
2775 s->features |= 1 << SCSI_DISK_F_REMOVABLE; in get_device_type()
3213 SCSI_DISK_F_REMOVABLE, false),