Lines Matching refs:i_port
2223 unsigned char i_port[VHOST_SCSI_NAMELEN], *ptr, *port_ptr;
2242 snprintf(&i_port[0], VHOST_SCSI_NAMELEN, "%s", page);
2244 ptr = strstr(i_port, "naa.");
2248 " match target port protoid: %s\n", i_port,
2252 port_ptr = &i_port[0];
2255 ptr = strstr(i_port, "fc.");
2259 " match target port protoid: %s\n", i_port,
2263 port_ptr = &i_port[3]; /* Skip over "fc." */
2266 ptr = strstr(i_port, "iqn.");
2270 " match target port protoid: %s\n", i_port,
2274 port_ptr = &i_port[0];
2278 " %s\n", i_port);
2284 if (i_port[strlen(i_port)-1] == '\n')
2285 i_port[strlen(i_port)-1] = '\0';