Home
last modified time | relevance | path

Searched refs:PROTOCOL_INTERFACE_SIGNATURE (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DHandle.c149 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in SmmFindProtocolInterface()
305 Prot->Signature = PROTOCOL_INTERFACE_SIGNATURE; in SmmInstallProtocolInterfaceNotify()
459 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetProtocolInterface()
DLocate.c114 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetNextLocateByRegisterNotify()
163 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetNextLocateByProtocol()
DPiSmmCore.h150 #define PROTOCOL_INTERFACE_SIGNATURE SIGNATURE_32('p','i','f','c') macro
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DDriverSupport.c178 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreConnectController()
202 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreConnectController()
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()
DHandle.h57 #define PROTOCOL_INTERFACE_SIGNATURE SIGNATURE_32('p','i','f','c') macro
DLocate.c339 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetNextLocateByRegisterNotify()
390 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetNextLocateByProtocol()
DHandle.c200 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreFindProtocolInterface()
446 Prot->Signature = PROTOCOL_INTERFACE_SIGNATURE; in CoreInstallProtocolInterfaceNotify()
911 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetProtocolInterface()
1468 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE); in CoreProtocolsPerHandle()