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.c94 #define SCSI_DISK_F_REMOVABLE 0 macro
850 outbuf[1] = (s->features & (1 << SCSI_DISK_F_REMOVABLE)) ? 0x80 : 0; in scsi_disk_emulate_inquiry()
1503 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && loej) { in scsi_disk_emulate_start_stop()
2520 if (!(s->features & (1 << SCSI_DISK_F_REMOVABLE)) && in scsi_realize()
2591 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && in scsi_realize()
2651 s->features |= 1 << SCSI_DISK_F_REMOVABLE; in scsi_cd_realize()
2773 s->features |= 1 << SCSI_DISK_F_REMOVABLE; in get_device_type()
3174 SCSI_DISK_F_REMOVABLE, false),