portal_type      2868 drivers/scsi/libiscsi.c 	kfree(session->portal_type);
portal_type      3301 drivers/scsi/libiscsi.c 		return iscsi_switch_str_param(&session->portal_type, buf);
portal_type      3408 drivers/scsi/libiscsi.c 		len = sprintf(buf, "%s\n", session->portal_type);
portal_type      3479 drivers/scsi/qla4xxx/ql4_os.c 		rc = iscsi_switch_str_param(&sess->portal_type,
portal_type      3484 drivers/scsi/qla4xxx/ql4_os.c 		rc = iscsi_switch_str_param(&sess->portal_type,
portal_type      3620 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      3687 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      7362 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncasecmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      7558 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncasecmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      7774 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      7849 drivers/scsi/qla4xxx/ql4_os.c 		rc = sprintf(buf, "%s\n", fnode_sess->portal_type);
portal_type      7952 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      7964 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      7981 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      7991 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
portal_type      8103 drivers/scsi/qla4xxx/ql4_os.c 			memcpy(fnode_sess->portal_type, fnode_param->value,
portal_type      8104 drivers/scsi/qla4xxx/ql4_os.c 			       strlen(fnode_sess->portal_type));
portal_type       837 drivers/scsi/scsi_transport_iscsi.c iscsi_flashnode_sess_attr(fnode, portal_type, ISCSI_FLASHNODE_PORTAL_TYPE);
portal_type      1015 drivers/scsi/scsi_transport_iscsi.c 	kfree(fnode_sess->portal_type);
portal_type      4003 drivers/scsi/scsi_transport_iscsi.c iscsi_session_attr(portal_type, ISCSI_PARAM_PORTAL_TYPE, 0);
portal_type       306 include/scsi/libiscsi.h 	char			*portal_type;
portal_type       367 include/scsi/scsi_transport_iscsi.h 	char			*portal_type;