Lines Matching refs:i_port
1593 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr;
1612 snprintf(&i_port[0], VSCSI_NAMELEN, "%s", page);
1614 ptr = strstr(i_port, "naa.");
1618 i_port, scsiback_dump_proto_id(tport_wwn));
1621 port_ptr = &i_port[0];
1624 ptr = strstr(i_port, "fc.");
1628 i_port, scsiback_dump_proto_id(tport_wwn));
1631 port_ptr = &i_port[3]; /* Skip over "fc." */
1634 ptr = strstr(i_port, "iqn.");
1638 i_port, scsiback_dump_proto_id(tport_wwn));
1641 port_ptr = &i_port[0];
1645 i_port);
1651 if (i_port[strlen(i_port) - 1] == '\n')
1652 i_port[strlen(i_port) - 1] = '\0';