Home
last modified time | relevance | path

Searched refs:fw_module (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c2500 if ((rval = ddi_modclose(ha2->fw_module)) != in ql_adm_updfwmodule()
2505 ha2->fw_module = NULL; in ql_adm_updfwmodule()
H A Dql_api.c1889 if (ha->fw_module != NULL) { in ql_attach()
1890 (void) ddi_modclose(ha->fw_module); in ql_attach()
2152 if (ha->fw_module != NULL) { in ql_detach()
2153 (void) ddi_modclose(ha->fw_module); in ql_detach()
2154 ha->fw_module = NULL; in ql_detach()
18033 if (ha->fw_module != NULL) { in ql_fwmodule_resolve()
18059 if (ha->fw_module == NULL) { in ql_fwmodule_resolve()
18142 if ((code03 = ddi_modsym(ha->fw_module, in ql_fwmodule_resolve()
18179 if (ha->fw_module != NULL) { in ql_fwmodule_resolve()
18180 (void) ddi_modclose(ha->fw_module); in ql_fwmodule_resolve()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1766 ddi_modhandle_t fw_module; member