Home
last modified time | relevance | path

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

/dports/emulators/bochs/bochs-2.7/iodev/usb/
H A Dscsi_device.cc106 type = SCSIDEV_TYPE_CDROM; in scsi_device_t()
584 if (type == SCSIDEV_TYPE_CDROM) { in scsi_send_command()
614 if (type == SCSIDEV_TYPE_CDROM) { in scsi_send_command()
687 } else if (type == SCSIDEV_TYPE_CDROM) { in scsi_send_command()
728 if (type == SCSIDEV_TYPE_CDROM) { in scsi_send_command()
744 && (type == SCSIDEV_TYPE_CDROM)) { in scsi_send_command()
796 if (type == SCSIDEV_TYPE_CDROM) { in scsi_send_command()
856 if (type == SCSIDEV_TYPE_CDROM) { in scsi_send_command()
925 if (type == SCSIDEV_TYPE_CDROM) { in scsi_send_command()
987 if (type == SCSIDEV_TYPE_CDROM) { in start_seek()
[all …]
H A Dscsi_device.h37 SCSIDEV_TYPE_CDROM enumerator