Searched refs:INQUIRY_VENDOR_LEN (Results 1 – 6 of 6) sorted by relevance
104 INQUIRY_VENDOR_LEN + INQUIRY_MODEL_LEN + INQUIRY_REVISION_LEN); in spc_emulate_inquiry_std()106 strnlen(dev->t10_wwn.vendor, INQUIRY_VENDOR_LEN)); in spc_emulate_inquiry_std()249 memset(&buf[off+4], 0x20, INQUIRY_VENDOR_LEN); in spc_emulate_evpd_83()251 strnlen(dev->t10_wwn.vendor, INQUIRY_VENDOR_LEN)); in spc_emulate_evpd_83()
174 BUILD_BUG_ON(sizeof(wwn->vendor) != INQUIRY_VENDOR_LEN + 1); in pscsi_set_inquiry_info()176 "%." __stringify(INQUIRY_VENDOR_LEN) "s", sdev->vendor); in pscsi_set_inquiry_info()815 __stringify(INQUIRY_VENDOR_LEN) "s", sd->vendor); in pscsi_show_configfs_dev_params()
1334 unsigned char buf[INQUIRY_VENDOR_LEN + 2]; in target_wwn_vendor_id_store()1345 if (len > INQUIRY_VENDOR_LEN) { in target_wwn_vendor_id_store()1347 " INQUIRY_VENDOR_LEN: " __stringify(INQUIRY_VENDOR_LEN) in target_wwn_vendor_id_store()1369 BUILD_BUG_ON(sizeof(dev->t10_wwn.vendor) != INQUIRY_VENDOR_LEN + 1); in target_wwn_vendor_id_store()
714 pr_debug(" Vendor: %-" __stringify(INQUIRY_VENDOR_LEN) "s\n", in scsi_dump_inquiry()
237 return snprintf(page, PAGE_SIZE, "%-" __stringify(INQUIRY_VENDOR_LEN) in target_stat_lu_vend_show()
49 #define INQUIRY_VENDOR_LEN 8 macro325 char vendor[INQUIRY_VENDOR_LEN + 1];