Home
last modified time | relevance | path

Searched refs:unit_serial (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/target/
Dtarget_core_stat.c226 (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()
Dtarget_core_spc.c163 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()
Dtarget_core_pscsi.c202 snprintf(&wwn->unit_serial[0], INQUIRY_VPD_SERIAL_LEN, "%s", &buf[4]); in pscsi_get_inquiry_vpd_serial()
Dtarget_core_configfs.c1604 &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()
Dtarget_core_sbc.c908 dev->t10_wwn.unit_serial); in sbc_parse_cdb()
Dtarget_core_alua.c901 &wwn->unit_serial[0], in core_alua_update_tpg_primary_metadata()
Dtarget_core_pr.c1965 &wwn->unit_serial[0]); in __core_scsi3_write_aptpl_to_file()
/linux-6.6.21/include/target/
Dtarget_core_base.h334 char unit_serial[INQUIRY_VPD_SERIAL_LEN]; member