Searched refs:TYPE_ROM (Results 1 – 10 of 10) sorted by relevance
256 #define TYPE_ROM 0x05 macro
76 PS3_DEV_TYPE_STOR_ROM = TYPE_ROM, /* 5 */
69 MODULE_ALIAS_SCSI_DEVICE(TYPE_ROM);690 if (sdev->type != TYPE_ROM && sdev->type != TYPE_WORM) in sr_probe()
810 sdev->type = TYPE_ROM; in scsi_add_lun()830 if (sdev->type == TYPE_RBC || sdev->type == TYPE_ROM) { in scsi_add_lun()
1239 case TYPE_ROM: in hpsa_show_dev_msg()4014 *is_OBDR_device = (this_device->devtype == TYPE_ROM && in hpsa_update_device_info()4453 case TYPE_ROM: in hpsa_update_scsi_devices()
7294 if ((type == TYPE_ROM) && (strncmp(sdev->vendor, "HP ", 3) == 0)) in AscAsyncFix()7299 (type == TYPE_ROM) || (type == TYPE_TAPE)) in AscAsyncFix()
1897 inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK; in gdth_internal_cache_cmd()
1391 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()1409 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
1522 if (sdev->type == TYPE_ROM) in sbp2_scsi_slave_configure()
1073 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry()