Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c666 status = MODSYM(fct_handle_rcvd_flogi) (port->fct_port, fx);
822 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0);
874 if (((void *)MODSYM(stmf_alloc) == NULL) ||
875 ((void *)MODSYM(fct_alloc) == NULL)) {
985 MODSYM(fct_deregister_local_port) (port->fct_port);
992 MODSYM(fct_free) (port->fct_port->port_fds);
999 MODSYM(fct_free) (port->fct_port);
1010 MODSYM(stmf_deregister_port_provider) (port->port_provider);
1016 MODSYM(stmf_free) (port->port_provider);
1078 MODSYM(stmf_alloc) (STMF_STRUCT_PORT_PROVIDER, 0, 0);
[all …]
H A Demlxs_solaris.c1132 MODSYM(fc_fca_init)(&emlxs_ops); in _init()
6453 if (((void *)MODSYM(fc_fca_init) == NULL) || in emlxs_fca_init()
6454 ((void *)MODSYM(fc_fca_attach) == NULL)) { in emlxs_fca_init()
6461 if (MODSYM(fc_fca_attach) (hba->dip, hba->fca_tran) != DDI_SUCCESS) { in emlxs_fca_init()
6801 if ((void *)MODSYM(fc_fca_detach) != NULL) { in emlxs_fca_detach()
6802 MODSYM(fc_fca_detach)(hba->dip); in emlxs_fca_detach()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1370 #define MODSYM(_f) emlxs_modsym._f macro
1374 #define MODSYM(_f) _f macro