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.c825 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0); in emlxs_fct_unsol_flush()
1002 MODSYM(fct_free) (port->fct_port); in emlxs_fct_unbind_port()
1253 MODSYM(fct_free) (port->fct_port); in emlxs_fct_bind_port()
1488 MODSYM(fct_ctl) (fct_port->port_lport, in emlxs_fct_ctl()
1515 MODSYM(fct_ctl) (fct_port->port_lport, in emlxs_fct_ctl()
1548 MODSYM(fct_ctl) (fct_port->port_lport, in emlxs_fct_ctl()
2517 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0); in emlxs_fct_handle_unsol_req()
3367 MODSYM(fct_post_rcvd_cmd) (fct_cmd, 0); in emlxs_fct_handle_unsol_els()
3559 MODSYM(fct_cmd_fca_aborted) (fct_cmd, in emlxs_fct_cmd_accept()
3674 MODSYM(fct_cmd_fca_aborted) (fct_cmd, in emlxs_fct_cmd_acquire()
[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