Searched refs:iErrorCode (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentLoadBalancer.cpp498 int iErrorCode = GET_FAULT_CODE(strError); local
514 if ( iErrorCode == CLIENT_ERROR_AGENT_KWK_NOT_REGISTERED ||
515 iErrorCode == CLIENT_ERROR_AGENT_KWK_ID_MISMATCH )
535 if (iErrorCode == CLIENT_ERROR_SERVER_BUSY &&
H A DKMSAgent.cpp754 int iErrorCode = INVALID_CLIENT_ERROR; // initially local
765 iErrorCode = GET_FAULT_CODE(sFaultstringStart + strlen("SoapFaultString="));
772 LogToFile(iErrorCode, "error code");
780 iErrorCode == CLIENT_ERROR_AGENT_NO_READY_KEYS)
789 || iErrorCode == CLIENT_ERROR_AGENT_APPLIANCE_LOCKED))
804 if (iErrorCode == CLIENT_ERROR_ACCESS_DENIED)
806 if (iErrorCode == CLIENT_ERROR_SERVER_BUSY)
808 if (iErrorCode == CLIENT_ERROR_AGENT_INVALID_PARAMETERS)
810 if (iErrorCode == CLIENT_ERROR_AGENT_KEY_DOES_NOT_EXIST)
812 if (iErrorCode
[all...]
H A DKMSClientProfile.cpp316 int iErrorCode; local
321 iErrorCode = GET_FAULT_CODE( sFaultstringStart + strlen("SoapFaultString=") );
326 iErrorCode = GET_FAULT_CODE( i_sErrorString );
341 iErrorCode == CLIENT_ERROR_AGENT_APPLIANCE_LOCKED
344 || iErrorCode == CLIENT_ERROR_MANAGER_APPLIANCE_LOCKED
347 || iErrorCode == CLIENT_ERROR_MANAGER_INTERNAL
350 || iErrorCode == CLIENT_ERROR_AGENT_NO_READY_KEYS
353 || iErrorCode == CLIENT_ERROR_SERVER_HSM_REQUIRED_BUT_MISSING

Completed in 69 milliseconds