Searched refs:PROTOCOL_INTERFACE_SIGNATURE (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Handle.c | 149 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()
|
D | Locate.c | 114 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetNextLocateByRegisterNotify() 163 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in SmmGetNextLocateByProtocol()
|
D | PiSmmCore.h | 153 #define PROTOCOL_INTERFACE_SIGNATURE SIGNATURE_32('p','i','f','c') macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
D | DriverSupport.c | 178 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()
|
D | Handle.h | 57 #define PROTOCOL_INTERFACE_SIGNATURE SIGNATURE_32('p','i','f','c') macro
|
D | Locate.c | 339 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetNextLocateByRegisterNotify() 390 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE); in CoreGetNextLocateByProtocol()
|
D | Handle.c | 200 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()
|