Lines Matching refs:name
1289 const char *name)
1303 * based on the incoming configfs directory name.
1305 ptr = strstr(name, "naa.");
1310 ptr = strstr(name, "fc.");
1316 ptr = strstr(name, "iqn.");
1322 pr_err("Unable to locate prefix for emulated Target Port: %s\n", name);
1327 if (strlen(name) >= VSCSI_NAMELEN) {
1328 pr_err("Emulated %s Address: %s, exceeds max: %d\n", name,
1333 snprintf(&tport->tport_name[0], VSCSI_NAMELEN, "%s", &name[off]);
1336 scsiback_dump_proto_id(tport), name);
1484 const char *name)
1505 TARGET_PROT_NORMAL, name,
1708 scsiback_make_tpg(struct se_wwn *wwn, const char *name)
1717 if (strstr(name, "tpgt_") != name)
1719 ret = kstrtou16(name + 5, 10, &tpgt);