Searched refs:PROTOCOL_NOTIFY_SIGNATURE (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Notify.c | 34 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in SmmNotifyProtocol() 70 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in SmmRemoveInterfaceFromProtocol() 131 if (ProtNotify == (CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE))){ in SmmRegisterProtocolNotify() 162 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in SmmRegisterProtocolNotify() 180 ProtNotify->Signature = PROTOCOL_NOTIFY_SIGNATURE; in SmmRegisterProtocolNotify()
|
D | Locate.c | 106 ASSERT(ProtNotify->Signature == PROTOCOL_NOTIFY_SIGNATURE); in SmmGetNextLocateByRegisterNotify()
|
D | PiSmmCore.h | 173 #define PROTOCOL_NOTIFY_SIGNATURE SIGNATURE_32('p','r','t','n') macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
D | Notify.c | 37 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreNotifyProtocolEntry() 77 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreRemoveInterfaceFromProtocol() 140 ProtNotify->Signature = PROTOCOL_NOTIFY_SIGNATURE; in CoreRegisterProtocolNotify()
|
D | Handle.h | 95 #define PROTOCOL_NOTIFY_SIGNATURE SIGNATURE_32('p','r','t','n') macro
|
D | Locate.c | 331 ASSERT(ProtNotify->Signature == PROTOCOL_NOTIFY_SIGNATURE); in CoreGetNextLocateByRegisterNotify()
|
D | Handle.c | 245 ProtNotify = CR(NotifyLink, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreUnregisterProtocolNotifyEvent()
|