Home
last modified time | relevance | path

Searched refs:PROTOCOL_ENTRY (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.h54 } PROTOCOL_ENTRY; typedef
72 PROTOCOL_ENTRY *Protocol;
102 PROTOCOL_ENTRY *Protocol;
123 PROTOCOL_ENTRY *
138 IN PROTOCOL_ENTRY *ProtEntry
DNotify.c28 IN PROTOCOL_ENTRY *ProtEntry in CoreNotifyProtocolEntry()
63 PROTOCOL_ENTRY *ProtEntry; in CoreRemoveInterfaceFromProtocol()
115 PROTOCOL_ENTRY *ProtEntry; in CoreRegisterProtocolNotify()
195 PROTOCOL_ENTRY *ProtEntry; in CoreReinstallProtocolInterface()
DHandle.c98 PROTOCOL_ENTRY *
105 PROTOCOL_ENTRY *Item; in CoreFindProtocolEntry()
106 PROTOCOL_ENTRY *ProtEntry; in CoreFindProtocolEntry()
119 Item = CR(Link, PROTOCOL_ENTRY, AllEntries, PROTOCOL_ENTRY_SIGNATURE); in CoreFindProtocolEntry()
136 ProtEntry = AllocatePool (sizeof(PROTOCOL_ENTRY)); in CoreFindProtocolEntry()
179 PROTOCOL_ENTRY *ProtEntry; in CoreFindProtocolInterface()
229 PROTOCOL_ENTRY *ProtEntry; in CoreUnregisterProtocolNotifyEvent()
239 ProtEntry = CR(Link, PROTOCOL_ENTRY, AllEntries, PROTOCOL_ENTRY_SIGNATURE); in CoreUnregisterProtocolNotifyEvent()
348 PROTOCOL_ENTRY *ProtEntry; in CoreInstallProtocolInterfaceNotify()
895 PROTOCOL_ENTRY *ProtEntry; in CoreGetProtocolInterface()
DLocate.c31 PROTOCOL_ENTRY *ProtEntry;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DHandle.c59 PROTOCOL_ENTRY *
66 PROTOCOL_ENTRY *Item; in SmmFindProtocolEntry()
67 PROTOCOL_ENTRY *ProtEntry; in SmmFindProtocolEntry()
78 Item = CR(Link, PROTOCOL_ENTRY, AllEntries, PROTOCOL_ENTRY_SIGNATURE); in SmmFindProtocolEntry()
93 ProtEntry = AllocatePool (sizeof(PROTOCOL_ENTRY)); in SmmFindProtocolEntry()
132 PROTOCOL_ENTRY *ProtEntry; in SmmFindProtocolInterface()
218 PROTOCOL_ENTRY *ProtEntry; in SmmInstallProtocolInterfaceNotify()
443 PROTOCOL_ENTRY *ProtEntry; in SmmGetProtocolInterface()
DNotify.c28 PROTOCOL_ENTRY *ProtEntry; in SmmNotifyProtocol()
58 PROTOCOL_ENTRY *ProtEntry; in SmmRemoveInterfaceFromProtocol()
109 PROTOCOL_ENTRY *ProtEntry; in SmmRegisterProtocolNotify()
DPiSmmCore.h148 } PROTOCOL_ENTRY; typedef
165 PROTOCOL_ENTRY *Protocol;
177 PROTOCOL_ENTRY *Protocol;
804 PROTOCOL_ENTRY *
DLocate.c30 PROTOCOL_ENTRY *ProtEntry;