Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_spc.c125 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()
Dtarget_core_stat.c229 (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()
Dtarget_core_pscsi.c206 snprintf(&wwn->unit_serial[0], INQUIRY_VPD_SERIAL_LEN, "%s", &buf[4]); in pscsi_get_inquiry_vpd_serial()
Dtarget_core_configfs.c1497 &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()
Dtarget_core_sbc.c967 dev->t10_wwn.unit_serial); in sbc_parse_cdb()
Dtarget_core_alua.c926 &wwn->unit_serial[0], in core_alua_update_tpg_primary_metadata()
Dtarget_core_pr.c1982 &wwn->unit_serial[0]); in __core_scsi3_write_aptpl_to_file()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h328 char unit_serial[INQUIRY_VPD_SERIAL_LEN]; member