Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c545 if (hba->spawn_open == 0) { in emlxs_thread_spawn()
575 if (hba->spawn_open) { in emlxs_thread_spawn_create()
583 hba->spawn_open = 1; in emlxs_thread_spawn_create()
595 if (hba->spawn_open == 0) { in emlxs_thread_spawn_destroy()
600 hba->spawn_open = 0; in emlxs_thread_spawn_destroy()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1934 uint32_t spawn_open; member