Home
last modified time | relevance | path

Searched refs:sess_type (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c333 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_login_end()
745 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_make_login_pdu()
757 } else if (isp->sess_type == ISCSI_SESS_TYPE_DISCOVERY) { in iscsi_make_login_pdu()
906 if (isp->sess_type != ISCSI_SESS_TYPE_DISCOVERY) { in iscsi_make_login_pdu()
1327 if (isp->sess_type == in iscsi_process_login_response()
1357 if (isp->sess_type == in iscsi_process_login_response()
1404 if ((isp->sess_type == in iscsi_process_login_response()
1432 if (isp->sess_type == in iscsi_process_login_response()
1599 if (isp->sess_type == in iscsi_process_login_response()
1631 if (isp->sess_type == in iscsi_process_login_response()
[all …]
H A Discsi_sess.c253 isp->sess_type = type; in iscsi_sess_create()
655 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_destroy()
671 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_destroy()
1188 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_state_free()
1260 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_state_logged_in()
1300 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_state_logged_in()
1372 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_state_failed()
1402 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_state_failed()
1470 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_state_in_flush()
1542 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_sess_state_flushed()
[all …]
H A Discsi_conn.c631 if ((isp->sess_type == ISCSI_SESS_TYPE_NORMAL) && in iscsi_client_notify_task()
827 if (isp->sess_type == ISCSI_SESS_TYPE_DISCOVERY) { in iscsi_conn_sync_params()
H A Discsi_ioctl.c182 if ((isp->sess_type == ISCSI_SESS_TYPE_NORMAL) && in iscsi_ioctl_conn_oid_list_get()
1321 if (isp->sess_type != ISCSI_SESS_TYPE_NORMAL) { in iscsi_ioctl_set_tunable_param()
H A Discsi.h1008 iscsi_sess_type_t sess_type; member
H A Discsi_io.c1442 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_rx_process_async_rsp()
3538 if (isp->sess_type == ISCSI_SESS_TYPE_DISCOVERY) { in iscsi_nop_checks()
H A Discsid.c1379 isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsid_login_tgt()
H A Discsi.c2200 (isp->sess_type == in iscsi_ioctl()
4483 if (isp->sess_type == ISCSI_SESS_TYPE_NORMAL) { in iscsi_ioctl()
/titanic_41/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c1580 sess->sess_type, sess->sess_state); in iscsi_print_ini_sess()