Searched refs:INQUIRY_VENDOR_LEN (Results 1 – 6 of 6) sorted by relevance
170 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()
132 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()
1393 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()
674 pr_debug(" Vendor: %-" __stringify(INQUIRY_VENDOR_LEN) "s\n", in scsi_dump_inquiry()
234 return snprintf(page, PAGE_SIZE, "%-" __stringify(INQUIRY_VENDOR_LEN) in target_stat_lu_vend_show()
49 #define INQUIRY_VENDOR_LEN 8 macro331 char vendor[INQUIRY_VENDOR_LEN + 1];