Lines Matching refs:VSCSI_NAMELEN
70 #define VSCSI_NAMELEN 32 macro
154 char tport_name[VSCSI_NAMELEN];
177 char param_alias[VSCSI_NAMELEN];
1060 char phy[VSCSI_NAMELEN]; in scsiback_do_1lun_hotplug()
1082 strlcpy(phy, val, VSCSI_NAMELEN); in scsiback_do_1lun_hotplug()
1354 if (strlen(name) >= VSCSI_NAMELEN) { in scsiback_make_tport()
1356 scsiback_dump_proto_id(tport), VSCSI_NAMELEN); in scsiback_make_tport()
1360 snprintf(&tport->tport_name[0], VSCSI_NAMELEN, "%s", &name[off]); in scsiback_make_tport()
1478 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_param_alias_store()
1480 VSCSI_NAMELEN); in scsiback_tpg_param_alias_store()
1485 len = snprintf(tpg->param_alias, VSCSI_NAMELEN, "%s", page); in scsiback_tpg_param_alias_store()
1620 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr; in scsiback_tpg_nexus_store()
1634 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_nexus_store()
1636 page, VSCSI_NAMELEN); in scsiback_tpg_nexus_store()
1639 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page); in scsiback_tpg_nexus_store()