Lines Matching refs:name
89 const char *name)
97 if (strstr(name, "tpgt_") != name) {
101 if (kstrtoul(name + 5, 10, &tpgt))
153 const char *name)
165 * based on the incoming configfs directory name.
167 ptr = strstr(name, "naa.");
172 ptr = strstr(name, "fc.");
178 ptr = strstr(name, "0x");
184 ptr = strstr(name, "iqn.");
187 name);
194 if (strlen(name) >= TL_WWN_ADDR_LEN) {
196 name, tcm_remote_dump_proto_id(remote_hba), TL_WWN_ADDR_LEN);
200 snprintf(&remote_hba->remote_wwn_address[0], TL_WWN_ADDR_LEN, "%s", &name[off]);
203 tcm_remote_dump_proto_id(remote_hba), name);