Lines Matching refs:VSCSI_NAMELEN
75 #define VSCSI_NAMELEN 32 macro
160 char tport_name[VSCSI_NAMELEN];
183 char param_alias[VSCSI_NAMELEN];
1026 char phy[VSCSI_NAMELEN]; in scsiback_do_1lun_hotplug()
1045 strlcpy(phy, val, VSCSI_NAMELEN); in scsiback_do_1lun_hotplug()
1432 if (strlen(name) >= VSCSI_NAMELEN) { in scsiback_make_tport()
1434 scsiback_dump_proto_id(tport), VSCSI_NAMELEN); in scsiback_make_tport()
1438 snprintf(&tport->tport_name[0], VSCSI_NAMELEN, "%s", &name[off]); in scsiback_make_tport()
1602 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_param_store_alias()
1604 VSCSI_NAMELEN); in scsiback_tpg_param_store_alias()
1609 len = snprintf(tpg->param_alias, VSCSI_NAMELEN, "%s", page); in scsiback_tpg_param_store_alias()
1756 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr; in scsiback_tpg_store_nexus()
1770 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_store_nexus()
1772 page, VSCSI_NAMELEN); in scsiback_tpg_store_nexus()
1775 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page); in scsiback_tpg_store_nexus()