Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c669 status = MODSYM(fct_handle_rcvd_flogi) (port->fct_port, fx); in emlxs_fct_handle_unsol_flogi()
825 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0); in emlxs_fct_unsol_flush()
877 if (((void *)MODSYM(stmf_alloc) == NULL) || in emlxs_fct_init()
878 ((void *)MODSYM(fct_alloc) == NULL)) { in emlxs_fct_init()
988 MODSYM(fct_deregister_local_port) (port->fct_port); in emlxs_fct_unbind_port()
995 MODSYM(fct_free) (port->fct_port->port_fds); in emlxs_fct_unbind_port()
1002 MODSYM(fct_free) (port->fct_port); in emlxs_fct_unbind_port()
1013 MODSYM(stmf_deregister_port_provider) (port->port_provider); in emlxs_fct_unbind_port()
1019 MODSYM(stmf_free) (port->port_provider); in emlxs_fct_unbind_port()
1081 MODSYM(stmf_alloc) (STMF_STRUCT_PORT_PROVIDER, 0, 0); in emlxs_fct_bind_port()
[all …]
H A Demlxs_solaris.c1133 MODSYM(fc_fca_init)(&emlxs_ops); in _init()
6466 if (((void *)MODSYM(fc_fca_init) == NULL) || in emlxs_fca_init()
6467 ((void *)MODSYM(fc_fca_attach) == NULL)) { in emlxs_fca_init()
6474 if (MODSYM(fc_fca_attach) (hba->dip, hba->fca_tran) != DDI_SUCCESS) { in emlxs_fca_init()
6814 if ((void *)MODSYM(fc_fca_detach) != NULL) { in emlxs_fca_detach()
6815 MODSYM(fc_fca_detach)(hba->dip); in emlxs_fca_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1374 #define MODSYM(_f) emlxs_modsym._f macro
1378 #define MODSYM(_f) _f macro