Home
last modified time | relevance | path

Searched refs:ch_session (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d62 ci_local = P->ch_session->ss_i_gid;
63 ci_remote = P->ch_session->ss_t_gid;
68 pi_initiator = P->ch_session->ss_i_name;
69 pi_i_sid = P->ch_session->ss_i_alias;
70 pi_target = P->ch_session->ss_t_name;
71 pi_t_sid = P->ch_session->ss_t_alias;
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c274 if (ch->ch_session != NULL) { in srpt_ch_release_ref()
282 srpt_stp_free_session(ch->ch_session); in srpt_ch_release_ref()
283 ch->ch_session = NULL; in srpt_ch_release_ref()
414 if (ch->ch_session != NULL) { in srpt_ch_cleanup()
415 rw_enter(&ch->ch_session->ss_rwlock, RW_READER); in srpt_ch_cleanup()
416 iu = list_head(&ch->ch_session->ss_task_list); in srpt_ch_cleanup()
441 rw_exit(&ch->ch_session->ss_rwlock); in srpt_ch_cleanup()
955 ch->ch_session->ss_ss, cmd->cr_lun, in srpt_ch_srp_cmd()
1034 srpt_stp_add_task(ch->ch_session, iu); in srpt_ch_srp_cmd()
1054 srpt_session_t *session = ch->ch_session; in srpt_ch_task_mgmt_abort()
[all …]
H A Dsrpt_stp.c956 ASSERT(ch->ch_session != NULL); in srpt_stp_task_free()
963 srpt_stp_remove_task(ch->ch_session, iu); in srpt_stp_task_free()
1497 ASSERT(ch->ch_session != NULL); in srpt_stp_login()
1501 &ch->ch_session->ss_i_id[0])), in srpt_stp_login()
1503 &ch->ch_session->ss_i_id[8]))); in srpt_stp_login()
1507 &ch->ch_session->ss_t_id[0])), in srpt_stp_login()
1509 &ch->ch_session->ss_t_id[8]))); in srpt_stp_login()
1511 ch->ch_session->ss_i_id, in srpt_stp_login()
1514 ch->ch_session->ss_t_id, in srpt_stp_login()
1576 ch->ch_session = session; in srpt_stp_login()
H A Dsrpt_impl.h191 srpt_session_t *ch_session; member
H A Dsrpt_ioc.c855 if (ch->ch_session && (ch->ch_session->ss_hw_port == in srpt_ioc_port_down()