HomeSort by relevance Sort by last modified time
    Searched refs:Communicate (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
SmmCommunication.h 59 EFI_PEI_SMM_COMMUNICATE Communicate;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmCommunication.h 59 EFI_SMM_COMMUNICATE2 Communicate;
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 75 bool Communicate(const Message& input, Message* output, string* error);
subprocess.cc 148 bool Subprocess::Communicate(const Message& input, Message* output,
349 bool Subprocess::Communicate(const Message& input, Message* output,
command_line_interface.cc     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Guid/
SmmBaseThunkCommunication.h 64 SMMBASE_COMMUNICATE_ARG Communicate;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/
SmmBaseOnSmmBase2Thunk.c 97 mSmmCommunication->Communicate (
182 The SMM Inter-module Communicate Service Communicate() function
215 mCommunicationData.FunctionData.Args.Communicate.ImageHandle = ImageHandle;
216 mCommunicationData.FunctionData.Args.Communicate.CommunicationBuffer = CommunicationBuffer;
217 mCommunicationData.FunctionData.Args.Communicate.SourceSize = BufferSize;
225 This allows receipt of messages created with EFI_SMM_BASE_PROTOCOL.Communicate().
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxDxeLib.c 98 Status = SmmCommunication->Communicate (
182 Status = SmmCommunication->Communicate (
272 Status = SmmCommunication->Communicate (
368 Status = SmmCommunication->Communicate (
439 Status = SmmCommunication->Communicate (
SmmLockBoxPeiLib.c 610 Status = SmmCommunicationPpi->Communicate (
619 DEBUG ((EFI_D_INFO, "SmmLockBoxPeiLib Communicate - (%r)\n", Status));
719 Status = SmmCommunicationPpi->Communicate (
728 DEBUG ((EFI_D_INFO, "SmmLockBoxPeiLib Communicate - (%r)\n", Status));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmramProfileRecord.c 105 Status = mSmmCommunication->Communicate (mSmmCommunication, CommBuffer, &CommSize);
164 Status = mSmmCommunication->Communicate (mSmmCommunication, CommBuffer, &CommSize);
SmmBaseHelper.c 8 This driver will have external input - communicate buffer in SMM mode.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPei.c 127 Communicate (
133 EFI_PEI_SMM_COMMUNICATION_PPI mSmmCommunicationPpi = { Communicate };
285 Communicate (
298 DEBUG ((EFI_D_INFO, "PiSmmCommunicationPei Communicate Enter\n"));
364 DEBUG ((EFI_D_INFO, "PiSmmCommunicationPei Communicate Exit\n"));
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmBase.h 10 - Communicate()
148 The SMM Inter-module Communicate Service Communicate() function
175 This allows receipt of messages created with EFI_SMM_BASE_PROTOCOL.Communicate().
300 EFI_SMM_COMMUNICATE Communicate;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c 370 Function will use SMM communicate protocol to get all previous SMM performance measurement data.
421 // Initialize communicate buffer
435 Status = mSmmCommunication->Communicate (mSmmCommunication, mSmmPerformanceBuffer, &CommSize);
456 Status = mSmmCommunication->Communicate (mSmmCommunication, mSmmPerformanceBuffer, &CommSize);
468 Function will use SMM communicate protocol to get all previous SMM performance measurement data.
519 // Initialize communicate buffer
533 Status = mSmmCommunication->Communicate (mSmmCommunication, mSmmPerformanceBuffer, &CommSize);
554 Status = mSmmCommunication->Communicate (mSmmCommunication, mSmmPerformanceBuffer, &CommSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/VariableInfo/
VariableInfo.c 62 Status = mSmmCommunication->Communicate (mSmmCommunication, SmmCommunicateHeader, SmmCommunicateSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 671 Status = SmmCommunication->Communicate (SmmCommunication, CommBuffer, &CommSize);
708 Status = SmmCommunication->Communicate (SmmCommunication, CommBuffer, &CommSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
FirmwarePerformanceDxe.c 357 // Initialize communicate buffer
374 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize);
385 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableSmmRuntimeDxe.c 118 Initialize the communicate buffer using DataSize and Function.
120 The communicate size is: SMM_COMMUNICATE_HEADER_SIZE + SMM_VARIABLE_COMMUNICATE_HEADER_SIZE +
126 @param[out] DataPtr Points to the data in the communicate buffer.
128 @param[in] Function The function number to initialize the communicate header.
164 Send the data in communicate buffer to SMM.
183 Status = mSmmCommunication->Communicate (mSmmCommunication, mVariableBufferPhysical, &CommSize);
236 // Init the communicate buffer. The buffer data size is:
336 // Init the communicate buffer. The buffer data size is:
407 // Init the communicate buffer. The buffer data size is:
487 // Init the communicate buffer. The buffer data size is:
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmmDxe.c 33 Initialize the communicate buffer using DataSize and Function number.
35 @param[out] CommunicateBuffer The communicate buffer. Caller should free it after use.
36 @param[out] DataPtr Points to the data in the communicate buffer. Caller should not free it.
38 @param[in] Function The function number used to initialize the communicate header.
75 Send the data in communicate buffer to SMI handler and get response.
77 @param[in, out] SmmCommunicateHeader The communicate buffer.
92 Status = mSmmCommunication->Communicate (mSmmCommunication, SmmCommunicateHeader, &CommSize);
161 // Initialize the communicate buffer.
217 // Initialize the communicate buffer.
283 // Initialize the communicate buffer.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbSmmDxe.c 99 Initialize the communicate buffer using DataSize and Function.
101 The communicate size is: SMM_COMMUNICATE_HEADER_SIZE + SMM_VARIABLE_COMMUNICATE_HEADER_SIZE +
104 @param[out] CommunicateBuffer The communicate buffer. Caller should free it after use.
105 @param[out] DataPtr Points to the data in the communicate buffer. Caller should not free it.
107 @param[in] Function The function number used to initialize the communicate header.
147 Send the data in communicate buffer to SMM.
149 @param[out] SmmCommunicateHeader The communicate buffer.
164 Status = mSmmCommunication->Communicate (
209 // Initialize the communicate buffer.
272 // Initialize the communicate buffer.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 519 // Structure of Communicate Buffer
622 The SMM Inter-module Communicate Service Communicate() function
654 This allows receipt of messages created with the Boot Service COMMUNICATE.
785 EFI_SMM_COMMUNICATE Communicate;

Completed in 546 milliseconds