Searched defs:emlxs_modsym (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c999 emlxs_modsym_t emlxs_modsym; /* uses emlxs_device.lock */ variable
1006 if (emlxs_modsym.mod_fctl) {
1012 emlxs_modsym.mod_fctl =
1014 if (!emlxs_modsym.mod_fctl) {
1024 emlxs_modsym.fc_fca_attach =
1025 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_attach",
1027 if ((void *)emlxs_modsym.fc_fca_attach == NULL) {
1035 emlxs_modsym.fc_fca_detach =
1036 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_detach",
1038 if ((void *)emlxs_modsym
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1321 typedef struct emlxs_modsym struct
1368 extern emlxs_modsym_t emlxs_modsym;
1370 #define MODSYM(_f) emlxs_modsym._f

Completed in 60 milliseconds