Searched refs:PROTOCOL_NOTIFY (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Notify.c | 29 PROTOCOL_NOTIFY *ProtNotify; in SmmNotifyProtocol() 34 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in SmmNotifyProtocol() 57 PROTOCOL_NOTIFY *ProtNotify; in SmmRemoveInterfaceFromProtocol() 70 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in SmmRemoveInterfaceFromProtocol() 110 PROTOCOL_NOTIFY *ProtNotify; in SmmRegisterProtocolNotify() 124 ProtNotify = (PROTOCOL_NOTIFY * )*Registration; in SmmRegisterProtocolNotify() 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() 178 ProtNotify = AllocatePool (sizeof(PROTOCOL_NOTIFY)); in SmmRegisterProtocolNotify()
|
D | Locate.c | 94 PROTOCOL_NOTIFY *ProtNotify; in SmmGetNextLocateByRegisterNotify() 205 PROTOCOL_NOTIFY *ProtNotify; in SmmLocateProtocol() 287 PROTOCOL_NOTIFY *ProtNotify; in SmmLocateHandle()
|
D | PiSmmCore.h | 187 } PROTOCOL_NOTIFY; typedef
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
D | Notify.c | 31 PROTOCOL_NOTIFY *ProtNotify; in CoreNotifyProtocolEntry() 37 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreNotifyProtocolEntry() 62 PROTOCOL_NOTIFY *ProtNotify; in CoreRemoveInterfaceFromProtocol() 77 ProtNotify = CR(Link, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreRemoveInterfaceFromProtocol() 116 PROTOCOL_NOTIFY *ProtNotify; in CoreRegisterProtocolNotify() 137 ProtNotify = AllocatePool (sizeof(PROTOCOL_NOTIFY)); in CoreRegisterProtocolNotify()
|
D | Locate.c | 124 PROTOCOL_NOTIFY *ProtNotify; in CoreLocateHandle() 319 PROTOCOL_NOTIFY *ProtNotify; in CoreGetNextLocateByRegisterNotify() 560 PROTOCOL_NOTIFY *ProtNotify; in CoreLocateProtocol()
|
D | Handle.h | 109 } PROTOCOL_NOTIFY; typedef
|
D | Handle.c | 231 PROTOCOL_NOTIFY *ProtNotify; in CoreUnregisterProtocolNotifyEvent() 245 ProtNotify = CR(NotifyLink, PROTOCOL_NOTIFY, Link, PROTOCOL_NOTIFY_SIGNATURE); in CoreUnregisterProtocolNotifyEvent()
|
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/ |
D | CpuRuntimeDxe.inf | 54 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
|
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/ |
D | Cpu.inf | 59 gEmuIoThunkProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
|
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/ |
D | MiscSubClassPlatformDxe.inf | 84 gEfiWinNtIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
|