Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h92 #pragma weak fct_port_initialize macro
H A Demlxs_fc.h1358 fct_status_t (*fct_port_initialize) member
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h411 fct_status_t fct_port_initialize(fct_local_port_t *port, uint32_t rflags,
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c594 if (fct_port_initialize(port, in fcoet_ctl()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c466 emlxs_modsym.fct_port_initialize = in emlxs_fct_modopen()
469 if ((void *)emlxs_modsym.fct_port_initialize == NULL) { in emlxs_fct_modopen()
597 emlxs_modsym.fct_port_initialize = NULL; in emlxs_fct_modclose()
1645 MODSYM(fct_port_initialize) (fct_port, STMF_RFLAG_STAY_OFFLINED, in emlxs_fct_port_initialize()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c3224 fct_port_initialize(fct_local_port_t *port, uint32_t rflags, in fct_port_initialize() function
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3101 if ((ret = fct_port_initialize(port, in qlt_ctl()