Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c296 emlxs_modsym.fct_modopen++; in emlxs_fct_modopen()
310 emlxs_modsym.mod_stmf = in emlxs_fct_modopen()
321 emlxs_modsym.fct_alloc = (void *(*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
331 emlxs_modsym.fct_free = (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
401 emlxs_modsym.fct_ctl = (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
503 emlxs_modsym.stmf_alloc = in emlxs_fct_modopen()
514 emlxs_modsym.stmf_free = (void (*)())ddi_modsym(emlxs_modsym.mod_stmf, in emlxs_fct_modopen()
568 emlxs_modsym.fct_modopen--; in emlxs_fct_modclose()
575 if (emlxs_modsym.mod_fct) { in emlxs_fct_modclose()
577 emlxs_modsym.mod_fct = 0; in emlxs_fct_modclose()
[all …]
H A Demlxs_solaris.c1007 if (emlxs_modsym.mod_fctl) { in emlxs_fca_modopen()
1013 emlxs_modsym.mod_fctl = in emlxs_fca_modopen()
1015 if (!emlxs_modsym.mod_fctl) { in emlxs_fca_modopen()
1025 emlxs_modsym.fc_fca_attach = in emlxs_fca_modopen()
1036 emlxs_modsym.fc_fca_detach = in emlxs_fca_modopen()
1047 emlxs_modsym.fc_fca_init = in emlxs_fca_modopen()
1070 if (emlxs_modsym.mod_fctl) { in emlxs_fca_modclose()
1072 emlxs_modsym.mod_fctl = 0; in emlxs_fca_modclose()
1075 emlxs_modsym.fc_fca_attach = NULL; in emlxs_fca_modclose()
1076 emlxs_modsym.fc_fca_detach = NULL; in emlxs_fca_modclose()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1325 typedef struct emlxs_modsym struct
1372 extern emlxs_modsym_t emlxs_modsym; argument
1374 #define MODSYM(_f) emlxs_modsym._f