Searched defs:ComponentName2 (Results 1 - 4 of 4) 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...]
/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...]
/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/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c24 #include <Protocol/ComponentName2.h>
1682 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; local
1752 (VOID **) &ComponentName2
1758 ComponentName2

Completed in 41 milliseconds