Lines Matching refs:VSCSI_NAMELEN
68 #define VSCSI_NAMELEN 32 macro
153 char tport_name[VSCSI_NAMELEN];
176 char param_alias[VSCSI_NAMELEN];
1090 char phy[VSCSI_NAMELEN]; in scsiback_do_1lun_hotplug()
1112 strscpy(phy, val, VSCSI_NAMELEN); in scsiback_do_1lun_hotplug()
1386 if (strlen(name) >= VSCSI_NAMELEN) { in scsiback_make_tport()
1388 scsiback_dump_proto_id(tport), VSCSI_NAMELEN); in scsiback_make_tport()
1392 snprintf(&tport->tport_name[0], VSCSI_NAMELEN, "%s", &name[off]); in scsiback_make_tport()
1509 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_param_alias_store()
1511 VSCSI_NAMELEN); in scsiback_tpg_param_alias_store()
1516 len = snprintf(tpg->param_alias, VSCSI_NAMELEN, "%s", page); in scsiback_tpg_param_alias_store()
1651 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr; in scsiback_tpg_nexus_store()
1665 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_nexus_store()
1667 page, VSCSI_NAMELEN); in scsiback_tpg_nexus_store()
1670 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page); in scsiback_tpg_nexus_store()