/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
H A D | UefiDriverModel.c | 92 @param ComponentName A Component Name Protocol instance that this driver is producing. 107 IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL 118 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 128 &gEfiComponentNameProtocolGuid, ComponentName, 133 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 144 &gEfiComponentNameProtocolGuid, ComponentName, 152 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 163 &gEfiComponentNameProtocolGuid, ComponentName, 169 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 181 &gEfiComponentNameProtocolGuid, ComponentName, 102 EfiLibInstallAllDriverProtocols( 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_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics OPTIONAL ) argument 231 EfiLibInstallDriverBindingComponentName2( 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 ) argument 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 D | UefiDriverModel.c | 92 @param ComponentName A Component Name Protocol instance that this driver is producing. 107 IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL 118 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 128 &gEfiComponentNameProtocolGuid, ComponentName, 133 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 144 &gEfiComponentNameProtocolGuid, ComponentName, 152 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 163 &gEfiComponentNameProtocolGuid, ComponentName, 169 if (ComponentName == NULL || FeaturePcdGet(PcdComponentNameDisable)) { 181 &gEfiComponentNameProtocolGuid, ComponentName, 102 EfiLibInstallAllDriverProtocols( 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_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics OPTIONAL ) argument 231 EfiLibInstallDriverBindingComponentName2( 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 ) argument 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/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
H A D | DeviceManager.c | 2195 @param ComponentName A pointer to the Component Name (2) protocol interface. 2210 OUT EFI_COMPONENT_NAME_PROTOCOL **ComponentName, 2222 (VOID **) ComponentName, 2235 (*ComponentName)->SupportedLanguages, 2270 EFI_COMPONENT_NAME_PROTOCOL *ComponentName; local 2279 &ComponentName, 2289 Status = ComponentName->GetDriverName ( 2290 ComponentName, 2375 EFI_COMPONENT_NAME_PROTOCOL *ComponentName; local 2384 &ComponentName, 2207 GetComponentNameWorker( IN EFI_GUID *ProtocolGuid, IN EFI_HANDLE DriverBindingHandle, OUT EFI_COMPONENT_NAME_PROTOCOL **ComponentName, OUT CHAR8 **SupportedLanguage ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
H A D | PlatDriOverrideDxe.c | 149 Worker function to get the driver name by ComponentName or ComponentName2 protocol 168 EFI_COMPONENT_NAME_PROTOCOL *ComponentName; local 176 (VOID *) &ComponentName, 190 ComponentName->SupportedLanguages, 198 ComponentName->GetDriverName ( 199 ComponentName, 215 Get the driver name by ComponentName or ComponentName2 protocol
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/ |
H A D | GenFvInternalLib.h | 214 CHAR8 ComponentName[_MAX_PATH]; member in struct:__anon9978
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/ |
H A D | DxeNetLib.c | 23 #include <Protocol/ComponentName.h> 1681 EFI_COMPONENT_NAME_PROTOCOL *ComponentName; local 1739 (VOID **) &ComponentName 1745 ComponentName
|