Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/
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()
286 memset(&buf[off+4], 0x20, INQUIRY_VENDOR_LEN); in spc_emulate_evpd_83()
288 strnlen(dev->t10_wwn.vendor, INQUIRY_VENDOR_LEN)); in spc_emulate_evpd_83()
Dtarget_core_pscsi.c171 BUILD_BUG_ON(sizeof(wwn->vendor) != INQUIRY_VENDOR_LEN + 1); in pscsi_set_inquiry_info()
173 "%." __stringify(INQUIRY_VENDOR_LEN) "s", sdev->vendor); in pscsi_set_inquiry_info()
810 __stringify(INQUIRY_VENDOR_LEN) "s", sd->vendor); in pscsi_show_configfs_dev_params()
Dtarget_core_configfs.c1346 unsigned char buf[INQUIRY_VENDOR_LEN + 2]; in target_wwn_vendor_id_store()
1357 if (len > INQUIRY_VENDOR_LEN) { in target_wwn_vendor_id_store()
1359 " INQUIRY_VENDOR_LEN: " __stringify(INQUIRY_VENDOR_LEN) in target_wwn_vendor_id_store()
1381 BUILD_BUG_ON(sizeof(dev->t10_wwn.vendor) != INQUIRY_VENDOR_LEN + 1); in target_wwn_vendor_id_store()
Dtarget_core_device.c720 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-v6.1/include/target/
Dtarget_core_base.h49 #define INQUIRY_VENDOR_LEN 8 macro
329 char vendor[INQUIRY_VENDOR_LEN + 1];