HomeSort by relevance Sort by last modified time
    Searched refs:PeriodicCallback (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
DebugSupportPeriodicCallback.h 37 EFI_PERIODIC_CALLBACK PeriodicCallback;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
PlDebugSupport.c 184 @param PeriodicCallback A pointer to a function of type PERIODIC_CALLBACK that is the main
188 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
198 IN EFI_PERIODIC_CALLBACK PeriodicCallback
201 return ManageIdtEntryTable (PeriodicCallback, SYSTEM_TIMER_VECTOR);
216 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
DebugSupport.h 150 @param PeriodicCallback A pointer to a function of type PERIODIC_CALLBACK that is the main
154 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
164 IN EFI_PERIODIC_CALLBACK PeriodicCallback
179 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
PlDebugSupport.h 163 @param PeriodicCallback A pointer to a function of type PERIODIC_CALLBACK that is the main
167 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
177 IN EFI_PERIODIC_CALLBACK PeriodicCallback
192 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
PlDebugSupport.c 390 @param PeriodicCallback A pointer to a function of type PERIODIC_CALLBACK that is the main
394 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
404 IN EFI_PERIODIC_CALLBACK PeriodicCallback
407 return ManageIvtEntryTable (EXCEPT_IPF_EXTERNAL_INTERRUPT, NULL, PeriodicCallback);
422 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.c 242 @param PeriodicCallback A pointer to a function of type
249 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a
251 @retval EFI_INVALID_PARAMETER Null PeriodicCallback parameter when no
260 IN EFI_PERIODIC_CALLBACK PeriodicCallback
614 @param PeriodicCallback A pointer to a function of type
621 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a
623 @retval EFI_INVALID_PARAMETER Null PeriodicCallback parameter when no
632 IN EFI_PERIODIC_CALLBACK PeriodicCallback
635 if ((mDebugPeriodicCallback == NULL) && (PeriodicCallback == NULL)) {
638 if ((mDebugPeriodicCallback != NULL) && (PeriodicCallback != NULL)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 562 IN EFI_PERIODIC_CALLBACK PeriodicCallback
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 551 @param PeriodicCallback A pointer to a function of type PERIODIC_CALLBACK that is the main
555 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
566 IN EFI_PERIODIC_CALLBACK PeriodicCallback
574 @param PeriodicCallback A pointer to a function of type EXCEPTION_CALLBACK that is called
579 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 695 @param PeriodicCallback A pointer to a function of type PERIODIC_CALLBACK that is the main
699 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback
710 IN EFI_PERIODIC_CALLBACK PeriodicCallback
723 @retval EFI_ALREADY_STARTED Non-NULL PeriodicCallback parameter when a callback

Completed in 2975 milliseconds