Home
last modified time | relevance | path

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

/linux/drivers/target/
A Dtarget_core_spc.c126 INQUIRY_VENDOR_LEN + INQUIRY_MODEL_LEN + INQUIRY_REVISION_LEN); in spc_emulate_inquiry_std()
128 strnlen(dev->t10_wwn.vendor, INQUIRY_VENDOR_LEN)); in spc_emulate_inquiry_std()
280 memset(&buf[off+4], 0x20, INQUIRY_VENDOR_LEN); in spc_emulate_evpd_83()
282 strnlen(dev->t10_wwn.vendor, INQUIRY_VENDOR_LEN)); in spc_emulate_evpd_83()
A Dtarget_core_pscsi.c172 BUILD_BUG_ON(sizeof(wwn->vendor) != INQUIRY_VENDOR_LEN + 1); in pscsi_set_inquiry_info()
174 "%." __stringify(INQUIRY_VENDOR_LEN) "s", sdev->vendor); in pscsi_set_inquiry_info()
813 __stringify(INQUIRY_VENDOR_LEN) "s", sd->vendor); in pscsi_show_configfs_dev_params()
A Dtarget_core_configfs.c1335 unsigned char buf[INQUIRY_VENDOR_LEN + 2]; in target_wwn_vendor_id_store()
1346 if (len > INQUIRY_VENDOR_LEN) { in target_wwn_vendor_id_store()
1348 " INQUIRY_VENDOR_LEN: " __stringify(INQUIRY_VENDOR_LEN) in target_wwn_vendor_id_store()
1370 BUILD_BUG_ON(sizeof(dev->t10_wwn.vendor) != INQUIRY_VENDOR_LEN + 1); in target_wwn_vendor_id_store()
A Dtarget_core_device.c711 pr_debug(" Vendor: %-" __stringify(INQUIRY_VENDOR_LEN) "s\n", in scsi_dump_inquiry()
A Dtarget_core_stat.c234 return snprintf(page, PAGE_SIZE, "%-" __stringify(INQUIRY_VENDOR_LEN) in target_stat_lu_vend_show()
/linux/include/target/
A Dtarget_core_base.h49 #define INQUIRY_VENDOR_LEN 8 macro
329 char vendor[INQUIRY_VENDOR_LEN + 1];

Completed in 26 milliseconds