Home
last modified time | relevance | path

Searched refs:AUTHRJT_FAILURE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c551 case AUTHRJT_FAILURE: /* 0x01 */ in emlxs_dhc_status()
607 case AUTHRJT_FAILURE: /* 0x01 */ in emlxs_dhc_status()
2782 ReasonCode = AUTHRJT_FAILURE; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2824 ReasonCode = AUTHRJT_FAILURE; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2830 case AUTHRJT_FAILURE: in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2832 ReasonCode = AUTHRJT_FAILURE; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2844 ReasonCode = AUTHRJT_FAILURE; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2856 ReasonCode = AUTHRJT_FAILURE; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2881 ReasonCode = AUTHRJT_FAILURE; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2898 ReasonCode = AUTHRJT_FAILURE; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h141 #define AUTHRJT_FAILURE 0x01 macro