Symbol: fct_flogi_xchg_t
usr/src/uts/common/io/comstar/port/fcoet/fcoet_fc.c
394
fcoet_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx)
usr/src/uts/common/io/comstar/port/fcoet/fcoet_fc.h
49
fcoet_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx);
usr/src/uts/common/io/comstar/port/fct/discovery.c
412
fct_flogi_xchg_t fx;
usr/src/uts/common/io/comstar/port/fct/discovery.c
502
fct_handle_rcvd_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx)
usr/src/uts/common/io/comstar/port/qlt/qlt.c
105
fct_flogi_xchg_t *fx);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
3135
qlt_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx)
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
3238
fct_flogi_xchg_t fx;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
3240
bzero((uint8_t *)&fx, sizeof (fct_flogi_xchg_t));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
621
emlxs_fct_handle_unsol_flogi(emlxs_port_t *port, fct_flogi_xchg_t *fx,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
627
fct_flogi_xchg_t fxchg;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
635
bcopy(&port->fx, &fxchg, sizeof (fct_flogi_xchg_t));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
639
bcopy(fx, &port->fx, sizeof (fct_flogi_xchg_t));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
646
bzero(&port->fx, sizeof (fct_flogi_xchg_t));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
703
bcopy(fx, &port->fx, sizeof (fct_flogi_xchg_t));
usr/src/uts/common/sys/fct.h
416
fct_flogi_xchg_t *fx);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1130
fct_flogi_xchg_t fx;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1363
(fct_local_port_t *, fct_flogi_xchg_t *);