Home
last modified time | relevance | path

Searched refs:FC_FAILURE_SILENT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h48 #define FC_FAILURE_SILENT -2 /* general failure but fail silently */ macro
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc167 case (uint32_t)FC_FAILURE_SILENT: in transportError()
H A DTgtFCHBAPort.cc76 case (uint32_t)FC_FAILURE_SILENT: in transportError()
H A DFCHBAPort.cc81 case (uint32_t)FC_FAILURE_SILENT: in transportError()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c510 FC_FAILURE_SILENT : FC_FAILURE); in fcsm_port_attach()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2646 be_chatty = (rval == FC_FAILURE_SILENT) ? 0 : 1; in fctl_post_attach()