Searched refs:ComponentName2 (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiDriverModel.c223 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
237 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL
245 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
255 &gEfiComponentName2ProtocolGuid, ComponentName2,
260 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
272 &gEfiComponentName2ProtocolGuid, ComponentName2,
312 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
330 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
346 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
356 &gEfiComponentName2ProtocolGuid, ComponentName2,
324 EfiLibInstallAllDriverProtocols2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION2_PROTOCOL *DriverConfiguration2, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS2_PROTOCOL *DriverDiagnostics2 OPTIONAL ) argument
[all...]
H A DUefiLibInternal.h20 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiDriverModel.c223 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
237 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL
245 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
255 &gEfiComponentName2ProtocolGuid, ComponentName2,
260 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
272 &gEfiComponentName2ProtocolGuid, ComponentName2,
312 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
330 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
346 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
356 &gEfiComponentName2ProtocolGuid, ComponentName2,
324 EfiLibInstallAllDriverProtocols2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION2_PROTOCOL *DriverConfiguration2, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS2_PROTOCOL *DriverDiagnostics2 OPTIONAL ) argument
[all...]
H A DUefiLibInternal.h20 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DComponentName.h20 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi_driver.h13 #include <ipxe/efi/Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DComponentName.h19 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c32 #include <Protocol/ComponentName2.h>
194 2. ComponentName2 protocol
222 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; local
262 // Method 2: Get the name string from ComponentName2 protocol
267 (VOID **) &ComponentName2
274 Status = ComponentName2->GetDriverName (
275 ComponentName2,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
H A DVgaMiniPort.h27 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_driver.c25 #include <ipxe/efi/Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiLib.h32 #include <Protocol/ComponentName2.h>
1275 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
1289 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL
1312 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
1330 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DInternalPlatDriOverrideDxe.h29 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/BlockMmioToBlockIoDxe/
H A DBlockIo.h22 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.h27 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.h22 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiImpl.h21 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h41 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A DVBoxFsDxe.c31 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.h29 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.h30 #include <Protocol/ComponentName2.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c24 #include <Protocol/ComponentName2.h>
1682 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; local
1752 (VOID **) &ComponentName2
1758 ComponentName2
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/
H A DVBoxVgaMiniPortDxe.c33 #include <Protocol/ComponentName2.h>

Completed in 166 milliseconds