Home
last modified time | relevance | path

Searched refs:INQUIRY_VENDOR_LEN (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/target/
Dtarget_core_pscsi.c170 BUILD_BUG_ON(sizeof(wwn->vendor) != INQUIRY_VENDOR_LEN + 1); in pscsi_set_inquiry_info()
172 "%." __stringify(INQUIRY_VENDOR_LEN) "s", sdev->vendor); in pscsi_set_inquiry_info()
807 __stringify(INQUIRY_VENDOR_LEN) "s", sd->vendor); in pscsi_show_configfs_dev_params()
Dtarget_core_spc.c132 INQUIRY_VENDOR_LEN + INQUIRY_MODEL_LEN + INQUIRY_REVISION_LEN); in spc_emulate_inquiry_std()
134 strnlen(dev->t10_wwn.vendor, INQUIRY_VENDOR_LEN)); in spc_emulate_inquiry_std()
277 memset(&buf[off+4], 0x20, INQUIRY_VENDOR_LEN); in spc_emulate_evpd_83()
279 strnlen(dev->t10_wwn.vendor, INQUIRY_VENDOR_LEN)); in spc_emulate_evpd_83()
Dtarget_core_configfs.c1393 unsigned char buf[INQUIRY_VENDOR_LEN + 2]; in target_wwn_vendor_id_store()
1404 if (len < 0 || len > INQUIRY_VENDOR_LEN) { in target_wwn_vendor_id_store()
1406 " INQUIRY_VENDOR_LEN: " __stringify(INQUIRY_VENDOR_LEN) in target_wwn_vendor_id_store()
1428 BUILD_BUG_ON(sizeof(dev->t10_wwn.vendor) != INQUIRY_VENDOR_LEN + 1); in target_wwn_vendor_id_store()
Dtarget_core_device.c674 pr_debug(" Vendor: %-" __stringify(INQUIRY_VENDOR_LEN) "s\n", in scsi_dump_inquiry()
Dtarget_core_stat.c234 return snprintf(page, PAGE_SIZE, "%-" __stringify(INQUIRY_VENDOR_LEN) in target_stat_lu_vend_show()
/linux-6.6.21/include/target/
Dtarget_core_base.h49 #define INQUIRY_VENDOR_LEN 8 macro
331 char vendor[INQUIRY_VENDOR_LEN + 1];