HomeSort by relevance Sort by last modified time
    Searched refs:NotifyContext (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Event.c 30 IN VOID *NotifyContext,
47 NotifyContext - Context passed into Event when it is created.
69 NotifyContext,
100 IN VOID *NotifyContext
116 NotifyContext - Context passed into the listener routine.
134 NotifyContext,
221 IN VOID *NotifyContext,
264 NotifyContext,
286 NotifyContext,
299 IN VOID *NotifyContext,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiNotTiano.c 87 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
99 IN VOID *NotifyContext, OPTIONAL
115 NotifyContext,
126 NotifyContext,
177 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
189 IN VOID *NotifyContext, OPTIONAL
205 NotifyContext,
216 NotifyContext,
UefiLib.c 109 @param NotifyContext The context parameter to pass to NotifyFunction.
123 IN VOID *NotifyContext, OPTIONAL
142 NotifyContext,
171 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
181 @param NotifyContext The context parameter to pass to NotifyFunction.
194 IN CONST VOID *NotifyContext, OPTIONAL
213 (VOID *) NotifyContext,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
Event.c 30 IN VOID *NotifyContext,
47 NotifyContext - Context passed into Event when it is created.
68 NotifyContext,
203 IN VOID *NotifyContext,
245 NotifyContext,
267 NotifyContext,
280 IN VOID *NotifyContext,
323 NotifyContext,
345 NotifyContext,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiNotTiano.c 88 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
100 IN VOID *NotifyContext, OPTIONAL
126 NotifyContext,
148 NotifyContext,
199 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
211 IN VOID *NotifyContext, OPTIONAL
237 NotifyContext,
260 NotifyContext,
UefiLib.c 66 @param NotifyContext The context parameter to pass to NotifyFunction.
78 IN VOID *NotifyContext, OPTIONAL
93 NotifyContext,
120 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
127 @param NotifyContext The context parameter to pass to NotifyFunction.
140 IN CONST VOID *NotifyContext, OPTIONAL
155 (VOID *) NotifyContext,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
Event.h 59 VOID *NotifyContext;
Event.c 200 Event->NotifyFunction (Event, Event->NotifyContext);
287 @param NotifyContext Pointer to the notification functions context;
304 IN VOID *NotifyContext, OPTIONAL
308 return CoreCreateEventEx (Type, NotifyTpl, NotifyFunction, NotifyContext, NULL, Event);
320 @param NotifyContext Pointer to the notification functions context;
339 IN CONST VOID *NotifyContext, OPTIONAL
355 return CoreCreateEventInternal (Type, NotifyTpl, NotifyFunction, NotifyContext, EventGroup, Event);
365 @param NotifyContext Pointer to the notification functions context;
384 IN CONST VOID *NotifyContext, OPTIONAL
458 NotifyContext = NULL;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiNotTiano.c 88 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
100 IN VOID *NotifyContext, OPTIONAL
131 NotifyContext,
183 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
195 IN VOID *NotifyContext, OPTIONAL
226 NotifyContext,
UefiLib.c 131 @param NotifyContext The context parameter to pass to NotifyFunction.
145 IN VOID *NotifyContext, OPTIONAL
164 NotifyContext,
193 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
203 @param NotifyContext The context parameter to pass to NotifyFunction.
216 IN CONST VOID *NotifyContext, OPTIONAL
235 (VOID *) NotifyContext,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiSmmDriverLib.h 166 IN VOID *NotifyContext,
194 IN VOID *NotifyContext,
EfiDriverLib.h 819 IN VOID *NotifyContext,
836 NotifyContext - Context passed into Event when it is created.
876 IN VOID *NotifyContext
892 NotifyContext - Context passed into the listener routine.
1116 IN VOID *NotifyContext,
1144 IN VOID *NotifyContext,
EfiRuntimeLib.h 326 IN VOID *NotifyContext,
343 NotifyContext - Context passed into Event when it is created.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/
Runtime.h 61 VOID *NotifyContext;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Runtime.h 89 /// The same as NotifyContext passed into CreateEvent().
91 VOID *NotifyContext;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
event.c 26 IN VOID *NotifyContext,
43 NotifyContext,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiLib.h 77 @param NotifyContext The context parameter to pass to NotifyFunction.
89 IN VOID *NotifyContext, OPTIONAL
94 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
101 @param NotifyContext The context parameter to pass to NotifyFunction.
114 IN CONST VOID *NotifyContext, OPTIONAL
519 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
531 IN VOID *NotifyContext, OPTIONAL
569 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
581 IN VOID *NotifyContext, OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 159 @param NotifyContext The context parameter to pass to NotifyFunction.
173 IN VOID *NotifyContext, OPTIONAL
180 This function creates an event using NotifyTpl, NoifyFunction, and NotifyContext.
190 @param NotifyContext The context parameter to pass to NotifyFunction.
203 IN CONST VOID *NotifyContext, OPTIONAL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 95 PVOID NotifyContext;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Runtime.c 296 RuntimeEvent->NotifyContext
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 168 IN VOID *NotifyContext,
179 IN CONST VOID *NotifyContext OPTIONAL,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h 399 // The event's NotifyContext pointer points to a runtime memory
427 @param[in] NotifyContext The pointer to the notification function's context; corresponds to parameter
443 IN VOID *NotifyContext,
453 @param[in] NotifyContext The pointer to the notification function's context; corresponds to parameter
472 IN CONST VOID *NotifyContext OPTIONAL,
    [all...]
  /external/syslinux/efi32/include/efi/
efiapi.h 138 IN VOID *NotifyContext,
552 IN const VOID *NotifyContext OPTIONAL,
  /external/syslinux/efi64/include/efi/
efiapi.h 138 IN VOID *NotifyContext,
552 IN const VOID *NotifyContext OPTIONAL,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiapi.h 138 IN VOID *NotifyContext,
552 IN const VOID *NotifyContext OPTIONAL,

Completed in 1155 milliseconds

1 2