Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c1251 stmf_scsi_session_t *stmf_ss; in srpt_stp_alloc_session() local
1264 if (stmf_ss == NULL) { in srpt_stp_alloc_session()
1270 ss = stmf_ss->ss_port_private; in srpt_stp_alloc_session()
1286 stmf_ss->ss_lport = tgt->tp_lport; in srpt_stp_alloc_session()
1288 ss->ss_ss = stmf_ss; in srpt_stp_alloc_session()
1307 stmf_ss->ss_rport_alias = ss->ss_i_alias; in srpt_stp_alloc_session()
1317 stmf_free(stmf_ss); in srpt_stp_alloc_session()
1333 stmf_scsi_session_t *stmf_ss; in srpt_stp_free_session() local
1346 stmf_ss = session->ss_ss; in srpt_stp_free_session()
1353 stmf_remote_port_free(stmf_ss->ss_rport); in srpt_stp_free_session()
[all …]