Searched refs:scsi_device_type (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/ |
D | scsi.c | 130 const char * scsi_device_type(unsigned type) in scsi_device_type() function 141 EXPORT_SYMBOL(scsi_device_type);
|
D | scsi_proc.c | 215 seq_printf(s, " Type: %s ", scsi_device_type(sdev->type)); in proc_print_scsidevice()
|
D | g_NCR5380.c | 846 PRINTP(" T:%d %s " ANDP dev->id ANDP scsi_device_type(dev->type)); in generic_NCR5380_show_info()
|
D | hpsa.c | 754 scsi_device_type(device->devtype), hostno, in hpsa_scsi_add_entry() 769 scsi_device_type(new_entry->devtype), hostno, new_entry->bus, in hpsa_scsi_update_entry() 797 scsi_device_type(new_entry->devtype), hostno, new_entry->bus, in hpsa_scsi_replace_entry() 819 scsi_device_type(sd->devtype), hostno, sd->bus, sd->target, in hpsa_scsi_remove_entry()
|
D | scsi_scan.c | 846 "ANSI: %d%s\n", scsi_device_type(sdev->type), in scsi_add_lun()
|
D | megaraid.c | 2334 seq_printf(m, " Type: %s ", scsi_device_type(i)); in mega_print_inquiry()
|
/drivers/target/ |
D | target_core_pscsi.c | 433 phv->phv_host_id, scsi_device_type(sd->type), sh->host_no, in pscsi_create_type_rom() 456 phv->phv_host_id, scsi_device_type(sd->type), sh->host_no, in pscsi_create_type_other()
|
D | target_core_device.c | 1375 pr_debug(" Type: %s ", scsi_device_type(device_type)); in scsi_dump_inquiry()
|
/drivers/block/ |
D | cciss_scsi.c | 446 scsi_device_type(sd->devtype), hostno, in cciss_scsi_add_entry() 469 scsi_device_type(sd.devtype), hostno, in cciss_scsi_remove_entry() 1263 scsi_device_type(this_device->devtype)); in cciss_update_non_disk_devices()
|