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.c300 emlxs_modsym.mod_fct = ddi_modopen("drv/fct", KRTLD_MODE_FIRST, &err); in emlxs_fct_modopen()
301 if (!emlxs_modsym.mod_fct) { 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()
343 uint16_t, uint16_t))ddi_modsym(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()
379 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, "fct_handle_event", in emlxs_fct_modopen()
391 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, "fct_post_rcvd_cmd", in emlxs_fct_modopen()
401 emlxs_modsym.fct_ctl = (void (*)())ddi_modsym(emlxs_modsym.mod_fct, in emlxs_fct_modopen()
[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