Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DNotify.c34 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()
DLocate.c106 ASSERT(ProtNotify->Signature == PROTOCOL_NOTIFY_SIGNATURE); in SmmGetNextLocateByRegisterNotify()
DPiSmmCore.h170 #define PROTOCOL_NOTIFY_SIGNATURE SIGNATURE_32('p','r','t','n') macro
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DNotify.c37 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()
DHandle.h95 #define PROTOCOL_NOTIFY_SIGNATURE SIGNATURE_32('p','r','t','n') macro
DLocate.c331 ASSERT(ProtNotify->Signature == PROTOCOL_NOTIFY_SIGNATURE); in CoreGetNextLocateByRegisterNotify()
DHandle.c245 ProtNotify = CR(NotifyLink, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreUnregisterProtocolNotifyEvent()