Home
last modified time | relevance | path

Searched refs:PROTOCOL_INTERFACE (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DHandle.c124 PROTOCOL_INTERFACE *
131 PROTOCOL_INTERFACE *Prot; in SmmFindProtocolInterface()
149 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in SmmFindProtocolInterface()
217 PROTOCOL_INTERFACE *Prot; in SmmInstallProtocolInterfaceNotify()
262 Prot = AllocateZeroPool (sizeof(PROTOCOL_INTERFACE)); in SmmInstallProtocolInterfaceNotify()
370 PROTOCOL_INTERFACE *Prot; in SmmUninstallProtocolInterface()
436 PROTOCOL_INTERFACE *
444 PROTOCOL_INTERFACE *Prot; in SmmGetProtocolInterface()
459 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetProtocolInterface()
492 PROTOCOL_INTERFACE *Prot; in SmmHandleProtocol()
DNotify.c25 IN PROTOCOL_INTERFACE *Prot in SmmNotifyProtocol()
49 PROTOCOL_INTERFACE *
56 PROTOCOL_INTERFACE *Prot; in SmmRemoveInterfaceFromProtocol()
DLocate.c95 PROTOCOL_INTERFACE *Prot; in SmmGetNextLocateByRegisterNotify()
114 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetNextLocateByRegisterNotify()
141 PROTOCOL_INTERFACE *Prot; in SmmGetNextLocateByProtocol()
163 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetNextLocateByProtocol()
DPiSmmCore.h168 } PROTOCOL_INTERFACE; typedef
818 IN PROTOCOL_INTERFACE *Prot
833 PROTOCOL_INTERFACE *
850 PROTOCOL_INTERFACE *
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.h79 } PROTOCOL_INTERFACE; typedef
154 PROTOCOL_INTERFACE *
172 PROTOCOL_INTERFACE *
225 IN PROTOCOL_INTERFACE *Prot
DHandle.c171 PROTOCOL_INTERFACE *
178 PROTOCOL_INTERFACE *Prot; in CoreFindProtocolInterface()
200 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreFindProtocolInterface()
347 PROTOCOL_INTERFACE *Prot; in CoreInstallProtocolInterfaceNotify()
397 Prot = AllocateZeroPool (sizeof(PROTOCOL_INTERFACE)); in CoreInstallProtocolInterfaceNotify()
629 IN PROTOCOL_INTERFACE *Prot in CoreDisconnectControllersUsingProtocolInterface()
720 PROTOCOL_INTERFACE *Prot; in CoreUninstallProtocolInterface()
888 PROTOCOL_INTERFACE *
896 PROTOCOL_INTERFACE *Prot; in CoreGetProtocolInterface()
911 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetProtocolInterface()
[all …]
DNotify.c54 PROTOCOL_INTERFACE *
61 PROTOCOL_INTERFACE *Prot; in CoreRemoveInterfaceFromProtocol()
194 PROTOCOL_INTERFACE *Prot; in CoreReinstallProtocolInterface()
DDriverSupport.c60 PROTOCOL_INTERFACE *Prot; in CoreConnectController()
178 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreConnectController()
202 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreConnectController()
749 PROTOCOL_INTERFACE *Prot; in CoreDisconnectController()
786 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreDisconnectController()
816 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreDisconnectController()
867 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreDisconnectController()
898 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreDisconnectController()
DLocate.c320 PROTOCOL_INTERFACE *Prot; in CoreGetNextLocateByRegisterNotify()
339 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetNextLocateByRegisterNotify()
368 PROTOCOL_INTERFACE *Prot; in CoreGetNextLocateByProtocol()
390 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetNextLocateByProtocol()