Home
last modified time | relevance | path

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.h1332 int (*fc_fca_init)(struct dev_ops *); member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c156 fc_fca_init(&fcoei_ops); in _init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1047 emlxs_modsym.fc_fca_init = in emlxs_fca_modopen()
1049 if ((void *)emlxs_modsym.fc_fca_init == NULL) { in emlxs_fca_modopen()
1077 emlxs_modsym.fc_fca_init = NULL; in emlxs_fca_modclose()
1133 MODSYM(fc_fca_init)(&emlxs_ops); in _init()
6466 if (((void *)MODSYM(fc_fca_init) == NULL) || in emlxs_fca_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1918 fc_fca_init(struct dev_ops *fca_devops_p) in fc_fca_init() function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c716 fc_fca_init(&ql_devops); in _init()