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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Dpc/
Dpc.h 43 @param DpcContext Pointer to the Deferred Procedure Call's context,
50 IN VOID *DpcContext
59 @param DpcContext Pointer to the DPC's context. Passed to DpcProcedure
75 IN VOID *DpcContext OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
Dpc.h 37 @param DpcContext The pointer to the Deferred Procedure Call's context,
44 IN VOID *DpcContext
53 @param DpcContext The pointer to the DPC's context. Passed to DpcProcedure
69 IN VOID *DpcContext OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
Dpc.h 39 VOID *DpcContext;
48 @param DpcContext Pointer to the DPC's context. Passed to DpcProcedure
64 IN VOID *DpcContext OPTIONAL
Dpc.c 63 @param DpcContext Pointer to the DPC's context. Passed to DpcProcedure
79 IN VOID *DpcContext OPTIONAL
174 // Fill in the DPC entry with the DpcProcedure and DpcContext
177 DpcEntry->DpcContext = DpcContext;
274 (DpcEntry->DpcProcedure) (DpcEntry->DpcContext);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DpcLib.h 25 @param[in] DpcContext The pointer to the DPC's context. Passed to DpcProcedure
40 IN VOID *DpcContext OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDpcLib/
DpcLib.c 56 @param[in] DpcContext Pointer to the DPC's context. Passed to DpcProcedure
71 IN VOID *DpcContext OPTIONAL
77 return mDpc->QueueDpc (mDpc, DpcTpl, DpcProcedure, DpcContext);

Completed in 171 milliseconds