Home
last modified time | relevance | path

Searched refs:GET_ERROR_TYPE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Derror_ext.h84 #define GET_ERROR_TYPE(_errcode) ((_errcode) & 0x0000FFFF) macro
394 ErrTypeStrings((e_ErrorType)GET_ERROR_TYPE(_err))); \
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c836 if (GET_ERROR_TYPE(err) == E_BUSY) in FM_PCD_FrmReplicAddMember()
952 if (GET_ERROR_TYPE(err) == E_BUSY) in FM_PCD_FrmReplicRemoveMember()
968 switch (GET_ERROR_TYPE(err)) in FM_PCD_FrmReplicRemoveMember()
H A Dfm_cc.c3997 if (GET_ERROR_TYPE(err) != E_NOT_SUPPORTED) in IcHashIndexedCheckParams()
4054 if (GET_ERROR_TYPE(err) != E_NOT_SUPPORTED) in IcHashIndexedCheckParams()
5443 if (GET_ERROR_TYPE(err) != E_NOT_FOUND) in FmPcdCcModifyKey()
5601 if (GET_ERROR_TYPE(err) != E_NOT_FOUND) in FmPcdCcAddKey()
5691 if (GET_ERROR_TYPE(err) != E_NOT_FOUND) in FmPcdCcModifyKeyAndNextEngine()
6401 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableSet()
6497 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableAddKey()
6532 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableRemoveKey()
6573 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableModifyKey()
6612 switch(GET_ERROR_TYPE(err) in FM_PCD_MatchTableModifyNextEngine()
[all …]