/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | Handle.c | 131 PROTOCOL_INTERFACE *Prot; local 135 Prot = NULL; 149 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); 150 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) { 153 Prot = NULL; 156 return Prot; 217 PROTOCOL_INTERFACE *Prot; local 241 Prot = NULL; 262 Prot 370 PROTOCOL_INTERFACE *Prot; local 444 PROTOCOL_INTERFACE *Prot; local 492 PROTOCOL_INTERFACE *Prot; local [all...] |
H A D | Notify.c | 20 @param Prot Protocol interface 25 IN PROTOCOL_INTERFACE *Prot 32 ProtEntry = Prot->Protocol; 35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle); 56 PROTOCOL_INTERFACE *Prot; local 61 Prot = SmmFindProtocolInterface (Handle, Protocol, Interface); 62 if (Prot != NULL) { 64 ProtEntry = Prot->Protocol; 72 if (ProtNotify->Position == &Prot [all...] |
H A D | Locate.c | 95 PROTOCOL_INTERFACE *Prot; local 114 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); 115 Handle = Prot->Handle; 116 *Interface = Prot->Interface; 141 PROTOCOL_INTERFACE *Prot; local 163 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); 164 Handle = Prot->Handle; 165 *Interface = Prot->Interface;
|
H A D | PiSmmCore.h | 659 @param Prot Protocol interface 664 IN PROTOCOL_INTERFACE *Prot
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/ |
H A D | Notify.c | 60 PROTOCOL_INTERFACE *Prot; local 67 Prot = CoreFindProtocolInterface (Handle, Protocol, Interface); 68 if (Prot != NULL) { 70 ProtEntry = Prot->Protocol; 78 if (ProtNotify->Position == &Prot->ByProtocol) { 79 ProtNotify->Position = Prot->ByProtocol.BackLink; 86 RemoveEntryList (&Prot->ByProtocol); 89 return Prot; 193 PROTOCOL_INTERFACE *Prot; local 215 Prot [all...] |
H A D | Handle.c | 178 PROTOCOL_INTERFACE *Prot; local 183 Prot = NULL; 200 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); 201 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) { 205 Prot = NULL; 209 return Prot; 347 PROTOCOL_INTERFACE *Prot; local 371 Prot = NULL; 397 Prot 715 PROTOCOL_INTERFACE *Prot; local 891 PROTOCOL_INTERFACE *Prot; local 984 PROTOCOL_INTERFACE *Prot; local 1413 PROTOCOL_INTERFACE *Prot; local [all...] |
H A D | DriverSupport.c | 52 PROTOCOL_INTERFACE *Prot; local 131 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); 132 for (ProtLink = Prot->OpenList.ForwardLink; 133 ProtLink != &Prot->OpenList; 155 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); 156 for (ProtLink = Prot->OpenList.ForwardLink; 157 ProtLink != &Prot->OpenList; 700 PROTOCOL_INTERFACE *Prot; local 737 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); 738 for (ProtLink = Prot [all...] |
H A D | Locate.c | 320 PROTOCOL_INTERFACE *Prot; local 339 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); 340 Handle = Prot->Handle; 341 *Interface = Prot->Interface; 368 PROTOCOL_INTERFACE *Prot; local 390 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); 391 Handle = Prot->Handle; 392 *Interface = Prot->Interface;
|
H A D | Handle.h | 215 @param Prot The protocol to disconnect drivers from 225 IN PROTOCOL_INTERFACE *Prot
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector2-cpu-hidden-regs-1.asm | 219 db 'Prot 16 EO,L-1,NA - cs:cs', 0; 220 db 'Prot 16 EO,L-1,NA - cs_base:cs_base', 0; 221 db 'Prot 16 EO,L-1,NA - cs_limit:cs_lim', 0; 222 db 'Prot 16 EO,L-1,NA - cs_attr:cs_attr', 0;
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEmulateCodeView.cpp | 2187 X86DESC Prot; member in union:__anon9835 2214 if (fAll || fSingle || u.Prot.Gen.u1Present) 2215 rc = dbgcCmdDumpDTWorker32(pCmdHlp, &u.Prot, iInt, false);
|