Lines Matching refs:VSCSI_NAMELEN
70 #define VSCSI_NAMELEN 32 macro
155 char tport_name[VSCSI_NAMELEN];
178 char param_alias[VSCSI_NAMELEN];
1024 char phy[VSCSI_NAMELEN]; in scsiback_do_1lun_hotplug()
1043 strlcpy(phy, val, VSCSI_NAMELEN); in scsiback_do_1lun_hotplug()
1312 if (strlen(name) >= VSCSI_NAMELEN) { in scsiback_make_tport()
1314 scsiback_dump_proto_id(tport), VSCSI_NAMELEN); in scsiback_make_tport()
1318 snprintf(&tport->tport_name[0], VSCSI_NAMELEN, "%s", &name[off]); in scsiback_make_tport()
1463 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_param_alias_store()
1465 VSCSI_NAMELEN); in scsiback_tpg_param_alias_store()
1470 len = snprintf(tpg->param_alias, VSCSI_NAMELEN, "%s", page); in scsiback_tpg_param_alias_store()
1617 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr; in scsiback_tpg_nexus_store()
1631 if (strlen(page) >= VSCSI_NAMELEN) { in scsiback_tpg_nexus_store()
1633 page, VSCSI_NAMELEN); in scsiback_tpg_nexus_store()
1636 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page); in scsiback_tpg_nexus_store()