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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_conn.c293 iscsi_conn_t *t_icp; local
334 t_icp = isp->sess_conn_list;
335 while (t_icp->conn_next != NULL) {
336 if (t_icp->conn_next == icp) {
339 t_icp = t_icp->conn_next;
341 if (t_icp->conn_next == icp) {
342 t_icp->conn_next = icp->conn_next;
345 * update the last_ptr to point to t_icp
348 isp->sess_conn_list_last_ptr = t_icp;
[all...]

Completed in 45 milliseconds