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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h206 void fc_fca_init(struct dev_ops *fca_devops_p);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h317 #pragma weak fc_fca_init macro
H A Demlxs_fc.h1328 int (*fc_fca_init)(struct dev_ops *); member in struct:emlxs_modsym
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c156 fc_fca_init(&fcoei_ops);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1045 /* Check if the fctl fc_fca_init is present */
1046 emlxs_modsym.fc_fca_init =
1047 (int (*)())ddi_modsym(emlxs_modsym.mod_fctl, "fc_fca_init", &err);
1048 if ((void *)emlxs_modsym.fc_fca_init == NULL) {
1050 "?%s: misc/fctl: fc_fca_init not present", DRIVER_NAME);
1076 emlxs_modsym.fc_fca_init = NULL;
1132 MODSYM(fc_fca_init)(&emlxs_ops);
6453 if (((void *)MODSYM(fc_fca_init) == NULL) ||
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1909 * fc_fca_init
1917 fc_fca_init(struct dev_ops *fca_devops_p) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c626 fc_fca_init(&ql_devops);

Completed in 162 milliseconds