OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PeriodicCallback
(Results
1 - 8
of
8
) 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
243
@param
PeriodicCallback
A pointer to a function of type
250
@retval EFI_ALREADY_STARTED Non-NULL
PeriodicCallback
parameter when a
252
@retval EFI_INVALID_PARAMETER Null
PeriodicCallback
parameter when no
261
IN EFI_PERIODIC_CALLBACK
PeriodicCallback
617
@param
PeriodicCallback
A pointer to a function of type
624
@retval EFI_ALREADY_STARTED Non-NULL
PeriodicCallback
parameter when a
626
@retval EFI_INVALID_PARAMETER Null
PeriodicCallback
parameter when no
635
IN EFI_PERIODIC_CALLBACK
PeriodicCallback
638
if ((mDebugPeriodicCallback == NULL) && (
PeriodicCallback
== NULL)) {
641
if ((mDebugPeriodicCallback != NULL) && (
PeriodicCallback
!= NULL)) {
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h
562
IN EFI_PERIODIC_CALLBACK
PeriodicCallback
/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 729 milliseconds