Searched defs:existing_ict (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1291 iscsit_conn_t *existing_ict = NULL; local
1403 existing_ict = iscsit_sess_lookup_conn(existing_sess,
1514 if (existing_ict != NULL) {
1519 if (iscsit_conn_reinstate(existing_ict, ict) !=
1542 if (existing_ict != NULL)
1543 iscsit_conn_rele(existing_ict);
1553 if (existing_ict != NULL)
1554 iscsit_conn_rele(existing_ict);

Completed in 65 milliseconds