fc_fca_detach
emlxs_modsym.fc_fca_detach =
if ((void *)emlxs_modsym.fc_fca_detach == NULL) {
emlxs_modsym.fc_fca_detach = NULL;
if ((void *)MODSYM(fc_fca_detach) != NULL) {
MODSYM(fc_fca_detach)(hba->dip);
(void) fc_fca_detach(ss->ss_dip);
(void) fc_fca_detach(dip);
(void) fc_fca_detach(dip);
int (*fc_fca_detach)(dev_info_t *);
int fc_fca_detach(dev_info_t *fca_dip);