Searched defs:ProtEntry (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DNotify.c22 @param ProtEntry Protocol entry
27 IN PROTOCOL_ENTRY *ProtEntry
35 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
62 PROTOCOL_ENTRY *ProtEntry; local
70 ProtEntry = Prot->Protocol;
75 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
114 PROTOCOL_ENTRY *ProtEntry; local
130 ProtEntry
194 PROTOCOL_ENTRY *ProtEntry; local
[all...]
H A DLocate.c31 PROTOCOL_ENTRY *ProtEntry; member in struct:__anon10934
185 Position.ProtEntry = CoreFindProtocolEntry (Protocol, FALSE);
186 if (Position.ProtEntry == NULL) {
190 Position.Position = &Position.ProtEntry->Protocols;
382 if (Link == &Position->ProtEntry->Protocols) {
591 Position.ProtEntry = CoreFindProtocolEntry (Protocol, FALSE);
592 if (Position.ProtEntry == NULL) {
596 Position.Position = &Position.ProtEntry->Protocols;
H A DHandle.c106 PROTOCOL_ENTRY *ProtEntry; local
114 ProtEntry = NULL;
126 ProtEntry = Item;
135 if ((ProtEntry == NULL) && Create) {
136 ProtEntry = AllocatePool (sizeof(PROTOCOL_ENTRY));
138 if (ProtEntry != NULL) {
142 ProtEntry->Signature = PROTOCOL_ENTRY_SIGNATURE;
143 CopyGuid ((VOID *)&ProtEntry->ProtocolID, Protocol);
144 InitializeListHead (&ProtEntry->Protocols);
145 InitializeListHead (&ProtEntry
179 PROTOCOL_ENTRY *ProtEntry; local
229 PROTOCOL_ENTRY *ProtEntry; local
348 PROTOCOL_ENTRY *ProtEntry; local
890 PROTOCOL_ENTRY *ProtEntry; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DNotify.c28 PROTOCOL_ENTRY *ProtEntry; local
32 ProtEntry = Prot->Protocol;
33 for (Link=ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle);
58 PROTOCOL_ENTRY *ProtEntry; local
64 ProtEntry = Prot->Protocol;
69 for(Link = ProtEntry->Notify.ForwardLink; Link != &ProtEntry->Notify; Link=Link->ForwardLink) {
107 PROTOCOL_ENTRY *ProtEntry; local
[all...]
H A DHandle.c67 PROTOCOL_ENTRY *ProtEntry; local
73 ProtEntry = NULL;
83 ProtEntry = Item;
92 if ((ProtEntry == NULL) && Create) {
93 ProtEntry = AllocatePool (sizeof(PROTOCOL_ENTRY));
94 if (ProtEntry != NULL) {
98 ProtEntry->Signature = PROTOCOL_ENTRY_SIGNATURE;
99 CopyGuid ((VOID *)&ProtEntry->ProtocolID, Protocol);
100 InitializeListHead (&ProtEntry->Protocols);
101 InitializeListHead (&ProtEntry
132 PROTOCOL_ENTRY *ProtEntry; local
218 PROTOCOL_ENTRY *ProtEntry; local
443 PROTOCOL_ENTRY *ProtEntry; local
[all...]
H A DLocate.c30 PROTOCOL_ENTRY *ProtEntry; member in struct:__anon10969
155 if (Link == &Position->ProtEntry->Protocols) {
232 Position.ProtEntry = SmmFindProtocolEntry (Protocol, FALSE);
233 if (Position.ProtEntry == NULL) {
236 Position.Position = &Position.ProtEntry->Protocols;
342 Position.ProtEntry = SmmFindProtocolEntry (Protocol, FALSE);
343 if (Position.ProtEntry == NULL) {
347 Position.Position = &Position.ProtEntry->Protocols;

Completed in 46 milliseconds