Searched refs:unit_serial (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_spc.c | 137 len = sprintf(&buf[4], "%s", dev->t10_wwn.unit_serial); in spc_emulate_evpd_80() 147 unsigned char *p = &dev->t10_wwn.unit_serial[0]; in spc_parse_naa_6h_vendor_specific() 253 unit_serial_len = strlen(&dev->t10_wwn.unit_serial[0]); in spc_emulate_evpd_83() 257 &dev->t10_wwn.unit_serial[0]); in spc_emulate_evpd_83()
|
D | target_core_stat.c | 305 (strlen(dev->t10_wwn.unit_serial)) ? in target_stat_scsi_lu_show_attr_lu_name() 306 dev->t10_wwn.unit_serial : "None"); in target_stat_scsi_lu_show_attr_lu_name() 1010 (strlen(wwn->unit_serial)) ? wwn->unit_serial : in target_stat_scsi_transport_show_attr_dev_name()
|
D | target_core_configfs.c | 546 &t10_wwn->unit_serial[0]); in target_core_dev_wwn_show_attr_vpd_unit_serial() 599 snprintf(dev->t10_wwn.unit_serial, INQUIRY_VPD_SERIAL_LEN, in target_core_dev_wwn_store_attr_vpd_unit_serial() 604 " %s\n", dev->t10_wwn.unit_serial); in target_core_dev_wwn_store_attr_vpd_unit_serial()
|
D | target_core_pscsi.c | 223 snprintf(&wwn->unit_serial[0], INQUIRY_VPD_SERIAL_LEN, "%s", &buf[4]); in pscsi_get_inquiry_vpd_serial()
|
D | target_core_pr.c | 1930 if (strlen(&wwn->unit_serial[0]) >= 512) { in __core_scsi3_write_aptpl_to_file() 1936 snprintf(path, 512, "/var/target/pr/aptpl_%s", &wwn->unit_serial[0]); in __core_scsi3_write_aptpl_to_file()
|
D | target_core_alua.c | 961 "/var/target/alua/tpgs_%s/%s", &wwn->unit_serial[0], in core_alua_update_tpg_primary_metadata()
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 357 char unit_serial[INQUIRY_VPD_SERIAL_LEN]; member
|