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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Dpc/
Dpc.c 14 Dpc.c
23 #include EFI_PROTOCOL_DEFINITION (Dpc)
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DpcLib.h 18 #include <Protocol/Dpc.h>
21 Add a Deferred Procedure Call to the end of the DPC queue.
23 @param[in] DpcTpl The EFI_TPL that the DPC should invoke.
24 @param[in] DpcProcedure The pointer to the DPC's function.
25 @param[in] DpcContext The pointer to the DPC's context. Passed to DpcProcedure
28 @retval EFI_SUCCESS The DPC was queued.
32 add the DPC to the queue.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
DpcDxe.inf 32 Dpc.c
33 Dpc.h
Dpc.h 14 Dpc.h
30 #include <Protocol/Dpc.h>
33 // Internal data struture for managing DPCs. A DPC entry is either on the free
34 // list or on a DPC queue at a specific EFI_TPL.
43 Add a Deferred Procedure Call to the end of the DPC queue.
46 @param DpcTpl The EFI_TPL that the DPC should be invoked.
47 @param DpcProcedure Pointer to the DPC's function.
48 @param DpcContext Pointer to the DPC's context. Passed to DpcProcedure
51 @retval EFI_SUCCESS The DPC was queued.
55 add the DPC to the queue.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeDpcLib/
DpcLib.c 17 #include <Protocol/Dpc.h>
20 // Pointer to the DPC Protocol
52 Add a Deferred Procedure Call to the end of the DPC queue.
54 @param[in] DpcTpl The EFI_TPL that the DPC should be invoked.
55 @param[in] DpcProcedure Pointer to the DPC's function.
56 @param[in] DpcContext Pointer to the DPC's context. Passed to DpcProcedure
59 @retval EFI_SUCCESS The DPC was queued.
63 add the DPC to the queue.
75 // Call the EFI_DPC_PROTOCOL to queue the DPC
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecImpl.h 27 #include <Protocol/Dpc.h>
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Nvme.h 415 UINT8 Dpc; /* End-to-end Data Protection capabilities */
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeReg.h 466 UINT8 Dpc; /* End-to-end Data Protection capabilities */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 251 PKDPC Dpc;
254 } Dpc;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 1115 ULONG DPC;
1198 IN struct _KDPC *Dpc,
    [all...]
ndis.h 638 KDPC Dpc;
    [all...]
ntddk.h     [all...]

Completed in 269 milliseconds