Home
last modified time | relevance | path

Searched refs:fct_register_local_port (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h76 #pragma weak fct_register_local_port macro
H A Demlxs_fc.h1342 int (*fct_register_local_port)(fct_local_port_t *); member
/titanic_41/usr/src/uts/common/sys/
H A Dfct.h393 fct_status_t fct_register_local_port(fct_local_port_t *port);
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c580 if (fct_register_local_port(port) != FCT_SUCCESS) { in fcoet_attach_init()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c351 emlxs_modsym.fct_register_local_port =
354 if ((void *)emlxs_modsym.fct_register_local_port == NULL) {
585 emlxs_modsym.fct_register_local_port = NULL;
1216 if (MODSYM(fct_register_local_port) (fct_port) != FCT_SUCCESS) { local
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1134 fct_register_local_port(fct_local_port_t *port) in fct_register_local_port() function
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1153 if ((ret = fct_register_local_port(port)) != FCT_SUCCESS) { in qlt_port_start()