Searched refs:unit_serial (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_spc.c | 125 len = sprintf(&buf[4], "%s", dev->t10_wwn.unit_serial); in spc_emulate_evpd_80() 135 unsigned char *p = &dev->t10_wwn.unit_serial[0]; in spc_parse_naa_6h_vendor_specific() 239 unit_serial_len = strlen(&dev->t10_wwn.unit_serial[0]); in spc_emulate_evpd_83() 243 &dev->t10_wwn.unit_serial[0]); in spc_emulate_evpd_83()
|
H A D | target_core_stat.c | 229 (strlen(dev->t10_wwn.unit_serial)) ? in target_stat_lu_lu_name_show() 230 dev->t10_wwn.unit_serial : "None"); in target_stat_lu_lu_name_show() 778 (strlen(wwn->unit_serial)) ? wwn->unit_serial : in target_stat_transport_dev_name_show()
|
H A D | target_core_configfs.c | 1497 &to_t10_wwn(item)->unit_serial[0]); in target_wwn_vpd_unit_serial_show() 1549 snprintf(dev->t10_wwn.unit_serial, INQUIRY_VPD_SERIAL_LEN, in target_wwn_vpd_unit_serial_store() 1554 " %s\n", dev->t10_wwn.unit_serial); in target_wwn_vpd_unit_serial_store()
|
H A D | target_core_pscsi.c | 206 snprintf(&wwn->unit_serial[0], INQUIRY_VPD_SERIAL_LEN, "%s", &buf[4]); in pscsi_get_inquiry_vpd_serial()
|
H A D | target_core_sbc.c | 967 dev->t10_wwn.unit_serial); in sbc_parse_cdb()
|
H A D | target_core_alua.c | 926 &wwn->unit_serial[0], in core_alua_update_tpg_primary_metadata()
|
H A D | target_core_pr.c | 1982 &wwn->unit_serial[0]); in __core_scsi3_write_aptpl_to_file()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_stat.c | 226 (strlen(dev->t10_wwn.unit_serial)) ? in target_stat_lu_lu_name_show() 227 dev->t10_wwn.unit_serial : "None"); in target_stat_lu_lu_name_show() 775 (strlen(wwn->unit_serial)) ? wwn->unit_serial : in target_stat_transport_dev_name_show()
|
H A D | target_core_spc.c | 163 len = sprintf(&buf[4], "%s", dev->t10_wwn.unit_serial); in spc_emulate_evpd_80() 176 unsigned char *p = &dev->t10_wwn.unit_serial[0]; in spc_gen_naa_6h_vendor_specific() 272 &dev->t10_wwn.unit_serial[0]); in spc_emulate_evpd_83()
|
H A D | target_core_pscsi.c | 202 snprintf(&wwn->unit_serial[0], INQUIRY_VPD_SERIAL_LEN, "%s", &buf[4]); in pscsi_get_inquiry_vpd_serial()
|
H A D | target_core_configfs.c | 1604 &to_t10_wwn(item)->unit_serial[0]); in target_wwn_vpd_unit_serial_show() 1655 snprintf(dev->t10_wwn.unit_serial, INQUIRY_VPD_SERIAL_LEN, in target_wwn_vpd_unit_serial_store() 1660 " %s\n", dev->t10_wwn.unit_serial); in target_wwn_vpd_unit_serial_store()
|
H A D | target_core_sbc.c | 908 dev->t10_wwn.unit_serial); in sbc_parse_cdb()
|
H A D | target_core_alua.c | 901 &wwn->unit_serial[0], in core_alua_update_tpg_primary_metadata()
|
H A D | target_core_pr.c | 1965 &wwn->unit_serial[0]); in __core_scsi3_write_aptpl_to_file()
|
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_base.h | 328 char unit_serial[INQUIRY_VPD_SERIAL_LEN]; member
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_base.h | 334 char unit_serial[INQUIRY_VPD_SERIAL_LEN]; member
|
Completed in 40 milliseconds