Searched refs:TYPE_ROM (Results 1 – 9 of 9) sorted by relevance
243 #define TYPE_ROM 0x05 macro
76 PS3_DEV_TYPE_STOR_ROM = TYPE_ROM, /* 5 */
73 MODULE_ALIAS_SCSI_DEVICE(TYPE_ROM);617 if (sdev->type != TYPE_ROM && sdev->type != TYPE_WORM) in sr_probe()
905 sdev->type = TYPE_ROM; in scsi_add_lun()925 if (sdev->type == TYPE_RBC || sdev->type == TYPE_ROM) { in scsi_add_lun()
1256 case TYPE_ROM: in hpsa_show_dev_msg()4039 *is_OBDR_device = (this_device->devtype == TYPE_ROM && in hpsa_update_device_info()4484 case TYPE_ROM: in hpsa_update_scsi_devices()
7208 if ((type == TYPE_ROM) && (strncmp(sdev->vendor, "HP ", 3) == 0)) in AscAsyncFix()7213 (type == TYPE_ROM) || (type == TYPE_TAPE)) in AscAsyncFix()
2389 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()2411 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
1527 if (sdev->type == TYPE_ROM) in sbp2_scsi_slave_configure()
1050 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry()