Searched refs:_call (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/lms/heci/ |
H A D | PTHICommand.cpp | 55 AMT_STATUS PTHICommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer… in _call() function in PTHICommand 195 AMT_STATUS status = _call(command, command_size, &readBuffer, CODE_VERSIONS_RESPONSE, 0); in GetCodeVersions() 234 …AMT_STATUS status = _call(command, command_size, &readBuffer, PROVISIONING_MODE_RESPONSE, sizeof(C… in GetProvisioningMode() 258 …AMT_STATUS status = _call(command, command_size, &readBuffer, PROVISIONING_MODE_RESPONSE, sizeof(C… in GetProvisioningMode() 293 …AMT_STATUS status = _call(command, command_size, &readBuffer, PROVISIONING_STATE_RESPONSE, sizeof(… in GetProvisioningState() 333 …AMT_STATUS status = _call(command, command_size, &readBuffer, GET_FEATURES_STATE_RESPONSE, sizeof(… in GetFeaturesState() 390 …AMT_STATUS status = _call(command, command_size, &readBuffer, GET_LAST_HOST_RESET_REASON_RESPONSE,… in GetLastHostResetReason() 424 …AMT_STATUS status = _call(command, command_size, &readBuffer, GET_CURRENT_POWER_POLICY_RESPONSE, 0… in GetCurrentPowerPolicy() 492 …AMT_STATUS status = _call(command, command_size, &readBuffer, GET_LAN_INTERFACE_SETTINGS_RESPONSE,… in GetLanInterfaceSettings() 546 …AMT_STATUS status = _call(command, command_size, &readBuffer, GET_SECURITY_PARAMETERS_RESPONSE, si… in GetTLSEnabled() [all …]
|
H A D | FWULCommand.cpp | 54 HECI_STATUS FWULCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffe… in _call() function in FWULCommand 113 status = _call((const unsigned char *)&msg, command_size, in GetFWUVersionAndInfo() 143 status = _call((const unsigned char *)&msg, command_size, in GetFWUVersionAndInfo()
|
H A D | MNGCommand.cpp | 54 HECI_STATUS MNGCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer… in _call() function in MNGCommand 112 status = _call((const unsigned char *)&msg, command_size, in GetMEInfo()
|
H A D | MNGCommand.h | 67 …HECI_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *o…
|
H A D | FWULCommand.h | 141 …HECI_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *o…
|
H A D | PTHICommand.h | 591 …AMT_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 rcm…
|