Home
last modified time | relevance | path

Searched refs:ProtocolID (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DNotify.c35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle); in SmmNotifyProtocol()
163 if (CompareGuid (&ProtNotify->Protocol->ProtocolID, Protocol) && in SmmRegisterProtocolNotify()
DHandle.c79 if (CompareGuid (&Item->ProtocolID, Protocol)) { in SmmFindProtocolEntry()
99 CopyGuid ((VOID *)&ProtEntry->ProtocolID, Protocol); in SmmFindProtocolEntry()
461 if (CompareGuid (&ProtEntry->ProtocolID, Protocol)) { in SmmGetProtocolInterface()
DPiSmmCore.h143 EFI_GUID ProtocolID; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.h49 EFI_GUID ProtocolID; member
DHandle.c120 if (CompareGuid (&Item->ProtocolID, Protocol)) { in CoreFindProtocolEntry()
143 CopyGuid ((VOID *)&ProtEntry->ProtocolID, Protocol); in CoreFindProtocolEntry()
913 if (CompareGuid (&ProtEntry->ProtocolID, Protocol)) { in CoreGetProtocolInterface()
1469 Buffer[ProtocolCount] = &(Prot->Protocol->ProtocolID); in CoreProtocolsPerHandle()