Searched refs:fc_fca_detach (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h208 int fc_fca_detach(dev_info_t *fca_dip);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h319 #pragma weak fc_fca_detach macro
H A Demlxs_fc.h1327 int (*fc_fca_detach)(dev_info_t *); member in struct:emlxs_modsym
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c569 (void) fc_fca_detach(ss->ss_dip);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1034 /* Check if the fctl fc_fca_detach is present */
1035 emlxs_modsym.fc_fca_detach =
1036 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_detach",
1038 if ((void *)emlxs_modsym.fc_fca_detach == NULL) {
1040 "?%s: misc/fctl: fc_fca_detach not present", DRIVER_NAME);
1075 emlxs_modsym.fc_fca_detach = NULL;
6801 if ((void *)MODSYM(fc_fca_detach) != NULL) {
6802 MODSYM(fc_fca_detach)(hba->dip);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1952 * fc_fca_detach
1955 fc_fca_detach(dev_info_t *fca_dip) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1528 (void) fc_fca_detach(dip);
1901 (void) fc_fca_detach(dip);

Completed in 113 milliseconds