iscsi_thread_t
iscsi_thread_t *sess_ic_thread;
iscsi_thread_t *sess_wd_thread;
void iscsi_ic_thread(iscsi_thread_t *thread, void *arg);
void iscsi_tx_thread(iscsi_thread_t *thread, void *arg);
void iscsi_wd_thread(iscsi_thread_t *thread, void *arg);
iscsi_thread_t *conn_tx_thread;
iscsi_tx_thread(iscsi_thread_t *thread, void *arg)
iscsi_ic_thread(iscsi_thread_t *thread, void *arg)
iscsi_wd_thread(iscsi_thread_t *thread, void *arg)
kmem_free(thread, sizeof (iscsi_thread_t));
iscsi_thread_t *thread
iscsi_thread_t *thread
iscsi_thread_t *thread
iscsi_thread_t *thread
iscsi_thread_t *thread
iscsi_thread_t *thread,
iscsi_thread_t *
iscsi_thread_t *thread;
thread = (iscsi_thread_t *)arg;
iscsi_thread_t *thread;
thread = kmem_zalloc(sizeof (iscsi_thread_t), KM_SLEEP);
kmem_free(thread, sizeof (iscsi_thread_t));
iscsi_thread_t *thread
iscsi_thread_t *thread
iscsi_thread_t *thread
iscsi_thread_t *thread,
iscsi_thread_t *thread
iscsi_thread_t *
iscsi_thread_t *thread
iscsi_thread_t *thread
iscsi_thread_t *thread
static iscsi_thread_t *iscsi_boot_wd_handle = NULL;
iscsid_thread_static(iscsi_thread_t *thread, void *p)
iscsid_thread_sendtgts(iscsi_thread_t *thread, void *p)
iscsid_thread_slp(iscsi_thread_t *thread, void *p)
iscsid_thread_isns(iscsi_thread_t *thread, void *ptr)
iscsid_thread_boot_wd(iscsi_thread_t *thread, void *p)
static void iscsid_thread_static(iscsi_thread_t *thread, void *p);
static void iscsid_thread_sendtgts(iscsi_thread_t *thread, void *p);
static void iscsid_thread_isns(iscsi_thread_t *thread, void *p);
static void iscsid_thread_slp(iscsi_thread_t *thread, void *p);
static void iscsid_thread_boot_wd(iscsi_thread_t *thread, void *p);
void (*func_start)(iscsi_thread_t *, void *);
iscsi_thread_t *thr_id;
static void isns_service_esi_scn(iscsi_thread_t *thread, void* arg);
isns_service_esi_scn(iscsi_thread_t *thread, void *arg)
static iscsi_thread_t *esi_scn_thr_id = NULL;