Lines Matching refs:i_port
1631 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr;
1650 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page);
1652 ptr = strstr(i_port, "naa.");
1656 i_port, scsiback_dump_proto_id(tport_wwn));
1659 port_ptr = &i_port[0];
1662 ptr = strstr(i_port, "fc.");
1666 i_port, scsiback_dump_proto_id(tport_wwn));
1669 port_ptr = &i_port[3]; /* Skip over "fc." */
1672 ptr = strstr(i_port, "iqn.");
1676 i_port, scsiback_dump_proto_id(tport_wwn));
1679 port_ptr = &i_port[0];
1683 i_port);
1689 if (i_port[strlen(i_port) - 1] == '\n')
1690 i_port[strlen(i_port) - 1] = '\0';