Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c297 emlxs_modsym.mod_fct = ddi_modopen("drv/fct", KRTLD_MODE_FIRST, &err);
298 if (!emlxs_modsym.mod_fct) {
318 emlxs_modsym.fct_alloc = (void *(*)())ddi_modsym(emlxs_modsym.mod_fct,
328 emlxs_modsym.fct_free = (void (*)())ddi_modsym(emlxs_modsym.mod_fct,
340 uint16_t, uint16_t))ddi_modsym(emlxs_modsym.mod_fct,
352 (int (*)())ddi_modsym(emlxs_modsym.mod_fct,
364 (void (*)())ddi_modsym(emlxs_modsym.mod_fct,
376 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, "fct_handle_event",
388 (void (*)())ddi_modsym(emlxs_modsym.mod_fct, "fct_post_rcvd_cmd",
398 emlxs_modsym.fct_ctl = (void (*)())ddi_modsym(emlxs_modsym.mod_fct,
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1334 ddi_modhandle_t mod_fct; /* For Comstar */ member