Lines Matching refs:name
1347 const char *name)
1361 * based on the incoming configfs directory name.
1363 ptr = strstr(name, "naa.");
1368 ptr = strstr(name, "fc.");
1374 ptr = strstr(name, "iqn.");
1380 pr_err("Unable to locate prefix for emulated Target Port: %s\n", name);
1385 if (strlen(name) >= VSCSI_NAMELEN) {
1386 pr_err("Emulated %s Address: %s, exceeds max: %d\n", name,
1391 snprintf(&tport->tport_name[0], VSCSI_NAMELEN, "%s", &name[off]);
1394 scsiback_dump_proto_id(tport), name);
1522 const char *name)
1543 TARGET_PROT_NORMAL, name,
1746 scsiback_make_tpg(struct se_wwn *wwn, const char *name)
1755 if (strstr(name, "tpgt_") != name)
1757 ret = kstrtou16(name + 5, 10, &tpgt);