Searched refs:EFI_DPC_PROTOCOL (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DDpc.h31 typedef struct _EFI_DPC_PROTOCOL EFI_DPC_PROTOCOL; typedef in typeref:struct:_EFI_DPC_PROTOCOL
66 IN EFI_DPC_PROTOCOL *This,
88 IN EFI_DPC_PROTOCOL *This
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/DpcDxe/
H A DDpc.h61 IN EFI_DPC_PROTOCOL *This,
82 IN EFI_DPC_PROTOCOL *This
H A DDpc.c24 // Handle for the EFI_DPC_PROTOCOL instance
29 // The EFI_DPC_PROTOCOL instances that is installed onto mDpcHandle
31 EFI_DPC_PROTOCOL mDpc = {
76 IN EFI_DPC_PROTOCOL *This,
220 IN EFI_DPC_PROTOCOL *This
303 The entry point for DPC driver which installs the EFI_DPC_PROTOCOL onto a new handle.
308 @retval EFI_SUCCES The DPC queues were initialized and the EFI_DPC_PROTOCOL was
310 @retval Others Failed to install EFI_DPC_PROTOCOL.
324 // ASSERT() if the EFI_DPC_PROTOCOL is already present in the handle database
336 // Install the EFI_DPC_PROTOCOL instanc
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeDpcLib/
H A DDpcLib.c22 EFI_DPC_PROTOCOL *mDpc;
25 This constructor function caches the EFI_DPC_PROTOCOL pointer.
43 // Locate the EFI_DPC_PROTOCOL in the handle database
75 // Call the EFI_DPC_PROTOCOL to queue the DPC
97 // Call the EFI_DPC_PROTOCOL to dispatch previously queued DPCs
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.h382 extern EFI_DPC_PROTOCOL *mDpc;

Completed in 137 milliseconds