Lines Matching refs:i_port
2349 unsigned char i_port[VHOST_SCSI_NAMELEN], *ptr, *port_ptr;
2368 snprintf(&i_port[0], VHOST_SCSI_NAMELEN, "%s", page);
2370 ptr = strstr(i_port, "naa.");
2374 " match target port protoid: %s\n", i_port,
2378 port_ptr = &i_port[0];
2381 ptr = strstr(i_port, "fc.");
2385 " match target port protoid: %s\n", i_port,
2389 port_ptr = &i_port[3]; /* Skip over "fc." */
2392 ptr = strstr(i_port, "iqn.");
2396 " match target port protoid: %s\n", i_port,
2400 port_ptr = &i_port[0];
2404 " %s\n", i_port);
2410 if (i_port[strlen(i_port)-1] == '\n')
2411 i_port[strlen(i_port)-1] = '\0';