Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c301 if (!emlxs_modsym.mod_fct) { in emlxs_fct_modopen()
355 (int (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
367 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
411 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
422 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
444 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
455 (fct_status_t(*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
479 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
575 if (emlxs_modsym.mod_fct) { in emlxs_fct_modclose()
576 (void) ddi_modclose(emlxs_modsym.mod_fct); in emlxs_fct_modclose()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1338 ddi_modhandle_t mod_fct; /* For Comstar */ member