Searched refs:AMT_STATUS (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.h60 AMT_STATUS RequestEntDNSSuffixList(std::list<std::string> &dnsSuffixList);
61 AMT_STATUS SendEnterpriseAccess(bool access, ATAddress &localIp);
H A DConfigConnection.cpp63 AMT_STATUS ast = _pthiCommand.GetCodeVersions(ver);
135 AMT_STATUS ConfigConnection::RequestEntDNSSuffixList(std::list<std::string> &dnsSuffixList)
146 AMT_STATUS result = _pthiCommand.GetDNSSuffixList(dnsSuffixList);
158 AMT_STATUS ConfigConnection::SendEnterpriseAccess(bool access, ATAddress &localIp)
175 AMT_STATUS result = _pthiCommand.SetEnterpriseAccess(
H A DProtocol.cpp1408 AMT_STATUS status = _cfg.RequestEntDNSSuffixList(amtDnsSuffixes);
1476 AMT_STATUS status = _cfg.SendEnterpriseAccess(access, localIp);
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp55 AMT_STATUS PTHICommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 rcmd, unsigned int expSize)
78 AMT_STATUS status = ((PTHI_RESPONSE_MESSAGE_HEADER *)*readBuffer)->Status;
109 AMT_STATUS PTHICommand::_verifyResponseHeader(
113 AMT_STATUS status = AMT_STATUS_SUCCESS;
139 AMT_STATUS PTHICommand::_verifyCodeVersions(
142 AMT_STATUS status = AMT_STATUS_SUCCESS;
149 codeVerLen = response.Header.Header.Length - sizeof(AMT_STATUS);
188 AMT_STATUS PTHICommand::GetCodeVersions(CODE_VERSIONS &codeVersions)
195 AMT_STATUS status = _call(command, command_size, &readBuffer, CODE_VERSIONS_RESPONSE, 0);
227 AMT_STATUS PTHIComman
[all...]
H A DPTHICommand.h182 AMT_STATUS Status;
561 AMT_STATUS GetCodeVersions(CODE_VERSIONS &codeVersions);
562 AMT_STATUS GetProvisioningMode(CFG_PROVISIONING_MODE &provisioningMode);
563 AMT_STATUS GetProvisioningMode(CFG_PROVISIONING_MODE &provisioningMode, AMT_BOOLEAN &legacy);
564 AMT_STATUS GetProvisioningState(AMT_PROVISIONING_STATE &state);
565 AMT_STATUS GetFeaturesState(UINT32 requestID, AMT_BOOLEAN (&requestStatus)[2]);
566 AMT_STATUS GetLastHostResetReason(UINT32 &Reason, UINT32 &RemoteControlTimeStamp);
567 AMT_STATUS GetCurrentPowerPolicy(AMT_ANSI_STRING &policyName);
568 AMT_STATUS GetLanInterfaceSettings(UINT32 interfaceSettings, LAN_SETTINGS &lanSettings);
569 AMT_STATUS GetHeciVersio
[all...]
H A DHECI_if.h39 typedef UINT32 AMT_STATUS; typedef
H A DStatusCodeDefinitions.h44 typedef unsigned int AMT_STATUS; typedef

Completed in 56 milliseconds