Lines Matching refs:VSCSI_NAMELEN
70 #define VSCSI_NAMELEN 32 macro
155 char tport_name[VSCSI_NAMELEN];
178 char param_alias[VSCSI_NAMELEN];
1031 char phy[VSCSI_NAMELEN]; in scsiback_do_1lun_hotplug()
1053 strlcpy(phy, val, VSCSI_NAMELEN); in scsiback_do_1lun_hotplug()
1327 if (strlen(name) >= VSCSI_NAMELEN) { in scsiback_make_tport()
1329 scsiback_dump_proto_id(tport), VSCSI_NAMELEN); in scsiback_make_tport()
1333 snprintf(&tport->tport_name[0], VSCSI_NAMELEN, "%s", &name[off]); in scsiback_make_tport()
1451 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_param_alias_store()
1453 VSCSI_NAMELEN); in scsiback_tpg_param_alias_store()
1458 len = snprintf(tpg->param_alias, VSCSI_NAMELEN, "%s", page); in scsiback_tpg_param_alias_store()
1593 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr; in scsiback_tpg_nexus_store()
1607 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_nexus_store()
1609 page, VSCSI_NAMELEN); in scsiback_tpg_nexus_store()
1612 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page); in scsiback_tpg_nexus_store()