Searched defs:Communication (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSmmPerformanceLib/
H A DDxeSmmPerformanceLib.c47 The function caches the pointer to SMM Communication protocol.
49 The function locates SMM Communication protocol from protocol database.
51 @retval EFI_SUCCESS SMM Communication protocol is successfully located.
52 @retval Other SMM Communication protocol is not located to log performance.
61 EFI_SMM_COMMUNICATION_PROTOCOL *Communication; local
67 Status = gBS->LocateProtocol (&gEfiSmmCommunicationProtocolGuid, NULL, (VOID **) &Communication);
69 ASSERT (Communication != NULL);
71 // Cache SMM Communication protocol.
73 mSmmCommunication = Communication;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
H A DFirmwarePerformanceDxe.c250 EFI_SMM_COMMUNICATION_PROTOCOL *Communication; local
265 Status = gBS->LocateProtocol (&gEfiSmmCommunicationProtocolGuid, NULL, (VOID **) &Communication);
283 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize);
294 Status = Communication->Communicate (Communication, SmmBootRecordCommBuffer, &CommSize);

Completed in 33 milliseconds