Searched defs:ControllerName (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A DVBoxFsDxe.c60 IN CHAR8 *Language, OUT CHAR16 **ControllerName);
69 IN CHAR8 *Language, OUT CHAR16 **ControllerName);
193 IN CHAR8 *Language, OUT CHAR16 **ControllerName)
216 IN CHAR8 *Language, OUT CHAR16 **ControllerName)
190 VBoxFsCN_GetControllerName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) argument
213 VBoxFsCN2_GetControllerName(IN EFI_COMPONENT_NAME2_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) argument
H A Dfsw_efi.c99 OUT CHAR16 **ControllerName);
463 OUT CHAR16 **ControllerName)
459 fsw_efi_ComponentName_GetControllerName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DScsiPassThru.h132 CHAR16 *ControllerName; member in struct:__anon12282
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/
H A DVBoxVgaMiniPortDxe.c99 IN CHAR8 *Language, OUT CHAR16 **ControllerName);
109 IN CHAR8 *Language, OUT CHAR16 **ControllerName);
629 IN CHAR8 *Language, OUT CHAR16 **ControllerName)
655 IN CHAR8 *Language, OUT CHAR16 **ControllerName)
626 VBoxVgaMiniPortCN_GetControllerName(IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) argument
652 VBoxVgaMiniPortCN2_GetControllerName(IN EFI_COMPONENT_NAME2_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c1148 EFI_STRING ControllerName; local
1256 &ControllerName
1264 StrnCat (String, ControllerName, StrLen (ControllerName));
2356 @param ControllerName A pointer to the Unicode string to return. This Unicode string
2370 OUT CHAR16 **ControllerName
2399 ControllerName
2421 @param ControllerName A pointer to the Unicode string to return. This Unicode string
2434 OUT CHAR16 **ControllerName
2447 ControllerName
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c353 CHAR16 *ControllerName; local
495 ControllerName = DevicePathToStr (ControllerDevicePath);
500 Len = StrSize (ControllerName);
508 StrCat (NewString, ControllerName);

Completed in 60 milliseconds