/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/ |
H A D | FwVolWrite.c | 5 This program and the accompanying materials 22 @param This Indicates the calling context. 37 @retval EFI_UNSUPPORTED This function not supported. 43 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, 42 FvWriteFile( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN UINT32 NumberOfFiles, IN EFI_FV_WRITE_POLICY WritePolicy, IN EFI_FV_WRITE_FILE_DATA *FileData ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/ |
H A D | IScsiAuthenticationInfo.c | 6 This program and the accompanying materials 26 @param[in] This Pointer to the EFI_AUTHENTICATION_INFO_PROTOCOL. 28 @param[out] Buffer Pointer to the authentication information. This function is 39 IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, 50 @param[in] This Pointer to the EFI_AUTHENTICATION_INFO_PROTOCOL. 61 IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, 38 IScsiGetAuthenticationInfo( IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, OUT VOID **Buffer ) argument 60 IScsiSetAuthenticationInfo( IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN VOID *Buffer ) argument
|
H A D | IScsiInitiatorName.c | 5 This program and the accompanying materials 26 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL 51 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, 77 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL 104 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, 50 IScsiGetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument 103 IScsiSetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
|
/vbox/src/VBox/Runtime/common/time/ |
H A D | timesupA.asm | 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 35 %error "This is out of date, use C code. Not worth it for a couple of ticks in some functions and equal or worse performance in others." 36 This is out of date label 37 This is out of date label 38 This is out of date label
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Metronome/ |
H A D | Metronome.c | 4 This is a generic implementation of the Metronome Architectural Protocol that 6 functions for nanosecond and microsecond delays. This generic implementation 10 If the number of ticks is large, then microseconds are used. This prevents 15 This program and the accompanying materials 43 This function implements EFI_METRONOME_ARCH_PROTOCOL.WaitForTick(). 49 time has elapsed, wait for two ticks. This function waits for a hardware 53 is possible for a tick to be missed. This function cannot guarantee that 57 @param This The EFI_METRONOME_ARCH_PROTOCOL instance. 68 IN EFI_METRONOME_ARCH_PROTOCOL *This, 67 WaitForTick( IN EFI_METRONOME_ARCH_PROTOCOL *This, IN UINT32 TickNumber ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/ |
H A D | IScsiInitiatorName.c | 5 This program and the accompanying materials 25 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance. 41 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, 66 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance. 84 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, 40 IScsiGetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument 83 IScsiSetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/ |
H A D | Reset.c | 5 This program and the accompanying materials are licensed and made available under the 72 This function resets a network adapter and reinitializes it with the parameters 80 @param This A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance. 89 @retval EFI_UNSUPPORTED This function is not supported by the network interface. 95 IN EFI_SIMPLE_NETWORK_PROTOCOL *This, 109 if (This == NULL) { 113 Snp = EFI_SIMPLE_NETWORK_DEV_FROM_THIS (This); 94 SnpUndi32Reset( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformFvbLibNull/ |
H A D | PlatformFvbLibNull.c | 5 This program and the accompanying materials 20 This function will be called following a call to the 23 @param[in] This The EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance. 35 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, 46 This function will be called following a call to the 49 @param[in] This EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL instance. 59 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, 70 This function will be called following a call to the 73 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL 83 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, 34 PlatformFvbDataRead( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument 58 PlatformFvbDataWritten( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument 82 PlatformFvbBlocksErased( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN VA_LIST List ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 50 This function retrieves the user readable name of a driver in the form of a 51 Unicode string. If the driver specified by This has a user readable name in 54 by This does not support the language specified by Language, 57 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 61 array indicating the language. This is the 70 This Unicode string is the name of the 71 driver specified by This in the language 75 This and the language specified by Language was 82 @retval EFI_UNSUPPORTED The driver specified by This doe 88 IsaBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 173 IsaBusComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 50 This function retrieves the user readable name of a driver in the form of a 51 Unicode string. If the driver specified by This has a user readable name in 54 by This does not support the language specified by Language, 57 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 61 array indicating the language. This is the 70 This Unicode string is the name of the 71 driver specified by This in the language 75 This and the language specified by Language was 82 @retval EFI_UNSUPPORTED The driver specified by This doe 88 IsaIoComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 173 IsaIoComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 51 This function retrieves the user readable name of a driver in the form of a 52 Unicode string. If the driver specified by This has a user readable name in 55 by This does not support the language specified by Language, 58 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 61 array indicating the language. This is the 69 This Unicode string is the name of the 70 driver specified by This in the language 74 This and the language specified by Language was 78 @retval EFI_UNSUPPORTED The driver specified by This doe 84 PciVgaMiniPortComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 159 PciVgaMiniPortComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 21 This function retrieves the user readable name of a driver in the form of a 22 Unicode string. If the driver specified by This has a user readable name in 25 by This does not support the language specified by Language, 28 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 32 array indicating the language. This is the 41 This Unicode string is the name of the 42 driver specified by This in the language 46 This and the language specified by Language was 53 @retval EFI_UNSUPPORTED The driver specified by This doe 215 BiosBlockIoComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 300 BiosBlockIoComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 51 This function retrieves the user readable name of a driver in the form of a 52 Unicode string. If the driver specified by This has a user readable name in 55 by This does not support the language specified by Language, 58 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 62 array indicating the language. This is the 71 This Unicode string is the name of the 72 driver specified by This in the language 76 This and the language specified by Language was 83 @retval EFI_UNSUPPORTED The driver specified by This doe 89 BiosKeyboardComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 174 BiosKeyboardComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 21 This function retrieves the user readable name of a driver in the form of a 22 Unicode string. If the driver specified by This has a user readable name in 25 by This does not support the language specified by Language, 28 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 32 array indicating the language. This is the 41 This Unicode string is the name of the 42 driver specified by This in the language 46 This and the language specified by Language was 53 @retval EFI_UNSUPPORTED The driver specified by This doe 215 BiosSnp16ComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 300 BiosSnp16ComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 24 This function retrieves the user readable name of a driver in the form of a 25 Unicode string. If the driver specified by This has a user readable name in 28 by This does not support the language specified by Language, 31 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 35 array indicating the language. This is the 44 This Unicode string is the name of the 45 driver specified by This in the language 49 This and the language specified by Language was 56 @retval EFI_UNSUPPORTED The driver specified by This doe 219 BiosVideoComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 304 BiosVideoComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 50 This function retrieves the user readable name of a driver in the form of a 51 Unicode string. If the driver specified by This has a user readable name in 54 by This does not support the language specified by Language, 57 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 60 array indicating the language. This is the 68 This Unicode string is the name of the 69 driver specified by This in the language 73 This and the language specified by Language was 77 @retval EFI_UNSUPPORTED The driver specified by This doe 83 VgaClassComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 158 VgaClassComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 44 This function retrieves the user readable name of a driver in the form of a 45 Unicode string. If the driver specified by This has a user readable name in 48 by This does not support the language specified by Language, 51 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 55 array indicating the language. This is the 64 This Unicode string is the name of the 65 driver specified by This in the language 69 This and the language specified by Language was 76 @retval EFI_UNSUPPORTED The driver specified by This doe 82 PciBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 167 PciBusComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
H A D | PciDriverOverride.c | 5 This program and the accompanying materials 35 @param This A pointer to the EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL instance. 51 IN EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL *This, 59 PciIoDevice = PCI_IO_DEVICE_FROM_PCI_DRIVER_OVERRIDE_THIS (This); 50 GetDriver( IN EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL *This, IN OUT EFI_HANDLE *DriverImageHandle ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 45 This function retrieves the user readable name of a driver in the form of a 46 Unicode string. If the driver specified by This has a user readable name in 49 by This does not support the language specified by Language, 52 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 56 array indicating the language. This is the 65 This Unicode string is the name of the 66 driver specified by This in the language 70 This and the language specified by Language was 77 @retval EFI_UNSUPPORTED The driver specified by This doe 83 ScsiBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 168 ScsiBusComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | ComponentName.c | 6 This program and the accompanying materials 26 This function retrieves the user readable name of a driver in the form of a 27 Unicode string. If the driver specified by This has a user readable name in 30 by This does not support the language specified by Language, 33 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 37 array indicating the language. This is the 46 This Unicode string is the name of the 47 driver specified by This in the language 51 This and the language specified by Language was 58 @retval EFI_UNSUPPORTED The driver specified by This doe 215 UsbBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 300 UsbBusComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 45 This function retrieves the user readable name of a driver in the form of a 46 Unicode string. If the driver specified by This has a user readable name in 49 by This does not support the language specified by Language, 52 @param This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 55 array indicating the language. This is the 63 This Unicode string is the name of the 64 driver specified by This in the language 68 This and the language specified by Language was 72 @retval EFI_UNSUPPORTED The driver specified by This doe 78 UsbMassStorageGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 153 UsbMassStorageGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PciCfg2/ |
H A D | PciCfg2.c | 10 This program and the accompanying materials 23 /// This default instance of EFI_PEI_PCI_CFG2_PPI install assigned to EFI_PEI_SERVICE.PciCfg 39 @param This Pointer to local data for the interface. 55 IN CONST EFI_PEI_PCI_CFG2_PPI *This, 71 @param This Pointer to local data for the interface. 86 IN CONST EFI_PEI_PCI_CFG2_PPI *This, 96 This function performs a read-modify-write operation on the contents from a given 103 @param This Pointer to local data for the interface. 120 IN CONST EFI_PEI_PCI_CFG2_PPI *This, 53 PeiDefaultPciCfg2Read( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN OUT VOID *Buffer ) argument 84 PeiDefaultPciCfg2Write( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN OUT VOID *Buffer ) argument 118 PeiDefaultPciCfg2Modify( IN CONST EFI_PEI_SERVICES **PeiServices, IN CONST EFI_PEI_PCI_CFG2_PPI *This, IN EFI_PEI_PCI_CFG_PPI_WIDTH Width, IN UINT64 Address, IN VOID *SetBits, IN VOID *ClearBits ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 50 This function retrieves the user readable name of a driver in the form of a 51 Unicode string. If the driver specified by This has a user readable name in 54 by This does not support the language specified by Language, 57 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 60 array indicating the language. This is the 68 This Unicode string is the name of the 69 driver specified by This in the language 73 This and the language specified by Language was 77 @retval EFI_UNSUPPORTED The driver specified by This doe 83 ConPlatformComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 158 ConPlatformComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 50 This function retrieves the user readable name of a driver in the form of a 51 Unicode string. If the driver specified by This has a user readable name in 54 by This does not support the language specified by Language, 57 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 61 array indicating the language. This is the 70 This Unicode string is the name of the 71 driver specified by This in the language 75 This and the language specified by Language was 82 @retval EFI_UNSUPPORTED The driver specified by This doe 88 GraphicsConsoleComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 173 GraphicsConsoleComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/ |
H A D | ComponentName.c | 5 This program and the accompanying materials 50 This function retrieves the user readable name of a driver in the form of a 51 Unicode string. If the driver specified by This has a user readable name in 54 by This does not support the language specified by Language, 57 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or 61 array indicating the language. This is the 70 This Unicode string is the name of the 71 driver specified by This in the language 75 This and the language specified by Language was 82 @retval EFI_UNSUPPORTED The driver specified by This doe 88 DebugPortComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument 173 DebugPortComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument [all...] |