Symbol: FC_STATE_ONLINE
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcp.c
1525
state = FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1616
port_info->pi_port_state = FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
4318
*link_state = FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1337
EPORT2SS(eport)->ss_link_state = FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
390
FC_STATE_ONLINE);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
2030
if ((xch->xch_ss->ss_link_state != FC_STATE_ONLINE) ||
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
505
if (ss->ss_link_state != FC_STATE_ONLINE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
10959
FC_STATE_ONLINE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
10964
vha->state |= FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
4242
ha->state |= FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
8732
FC_STATE_ONLINE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
168
FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2522
info.port_state |= FC_STATE_ONLINE;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
2553
FC_STATE_ONLINE) ? FC_ULP_STATEC_ONLINE :
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3020
case FC_STATE_ONLINE:
usr/src/uts/common/io/fibre-channel/impl/fp.c
10032
(void) fp_ulp_statec_cb(port, FC_STATE_ONLINE, changelist,
usr/src/uts/common/io/fibre-channel/impl/fp.c
10457
(void) fp_ulp_statec_cb(port, FC_STATE_ONLINE, changelist,
usr/src/uts/common/io/fibre-channel/impl/fp.c
11851
FC_STATE_ONLINE || (port->fp_port_id.port_id &&
usr/src/uts/common/io/fibre-channel/impl/fp.c
12147
if (state != FC_STATE_ONLINE ||
usr/src/uts/common/io/fibre-channel/impl/fp.c
3903
(void) fp_ulp_statec_cb(port, FC_STATE_ONLINE, changelist,
usr/src/uts/common/io/fibre-channel/impl/fp.c
4684
if (state == FC_STATE_ONLINE) {
usr/src/uts/common/io/fibre-channel/impl/fp.c
6970
case FC_STATE_ONLINE:
usr/src/uts/common/io/fibre-channel/impl/fp.c
7799
case FC_STATE_ONLINE:
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2265
case FC_STATE_ONLINE:
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
909
FC_STATE_ONLINE) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10058
case FC_STATE_ONLINE: {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12223
case FC_STATE_ONLINE:
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4424
case FC_STATE_ONLINE:
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
1293
case FC_STATE_ONLINE:
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
162
{ FC_STATE_ONLINE, "ONLINE" },
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
97
#define FCP_STATEC_MASK (FC_STATE_OFFLINE | FC_STATE_ONLINE |\