Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2937 hba->fw_modhandle = in emlxs_fw_load()
2939 if (!hba->fw_modhandle) { in emlxs_fw_load()
2952 (int (*)())ddi_modsym(hba->fw_modhandle, name, &err); in emlxs_fw_load()
2983 if (hba->fw_modhandle) { in emlxs_fw_unload()
2985 (void) ddi_modclose(hba->fw_modhandle); in emlxs_fw_unload()
2986 hba->fw_modhandle = NULL; in emlxs_fw_unload()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2123 ddi_modhandle_t fw_modhandle; member