Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c552 case AUTHRJT_LOGIC_ERR: /* 0x02 */ in emlxs_dhc_status()
2023 ReasonCode = AUTHRJT_LOGIC_ERR; in emlxs_rcv_auth_msg_auth_negotiate_issue()
2796 case AUTHRJT_LOGIC_ERR: in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2974 ReasonCode = AUTHRJT_LOGIC_ERR; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3054 ReasonCode = AUTHRJT_LOGIC_ERR; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3252 case AUTHRJT_LOGIC_ERR: in emlxs_rcv_auth_msg_dhchap_reply_cmpl_wait4next()
3759 case AUTHRJT_LOGIC_ERR: in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()
4220 case AUTHRJT_LOGIC_ERR: in emlxs_rcv_auth_msg_dhchap_success_cmpl_wait4next()
4806 ReasonCode = AUTHRJT_LOGIC_ERR; in emlxs_rcv_auth_msg_unmapped_node()
4916 ReasonCode = AUTHRJT_LOGIC_ERR; in emlxs_rcv_auth_msg_unmapped_node()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h142 #define AUTHRJT_LOGIC_ERR 0x02 macro