Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c291 if (emlxs_modsym.fct_modopen) { in emlxs_fct_modopen()
296 emlxs_modsym.fct_modopen++; in emlxs_fct_modopen()
563 if (emlxs_modsym.fct_modopen == 0) { in emlxs_fct_modclose()
568 emlxs_modsym.fct_modopen--; in emlxs_fct_modclose()
570 if (emlxs_modsym.fct_modopen) { in emlxs_fct_modclose()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1335 uint32_t fct_modopen; member