Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.c88 static iscsi_thread_t *esi_scn_thr_id = NULL; variable
218 esi_scn_thr_id = NULL; in isns_client_init()
635 if (esi_scn_thr_id == NULL) { in create_esi_scn_thr()
648 esi_scn_thr_id = NULL; in create_esi_scn_thr()
662 esi_scn_thr_id = iscsi_thread_create(NULL, in create_esi_scn_thr()
664 if (esi_scn_thr_id == NULL) { in create_esi_scn_thr()
674 rval = iscsi_thread_start(esi_scn_thr_id); in create_esi_scn_thr()
676 iscsi_thread_destroy(esi_scn_thr_id); in create_esi_scn_thr()
677 esi_scn_thr_id = NULL; in create_esi_scn_thr()
3324 iscsi_thread_destroy(esi_scn_thr_id); in esi_scn_thr_cleanup()
[all …]