Searched defs:This (Results 51 - 75 of 379) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DComponentName.c7 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[in] This 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
56 @retval EFI_UNSUPPORTED The driver specified by This doe
212 TcpComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
295 TcpComponentNameGetControllerName( 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/NetworkPkg/Udp6Dxe/
H A DComponentName.c6 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[in] This 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
218 Udp6ComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
303 Udp6ComponentNameGetControllerName( 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/NetworkPkg/UefiPxeBcDxe/
H A DComponentName.c6 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[in] This 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
216 PxeBcComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
302 PxeBcComponentNameGetControllerName( 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/OptionRomPkg/AtapiPassThruDxe/
H A DComponentName.c3 This program and the accompanying materials
43 This function retrieves the user readable name of a driver in the form of a
44 Unicode string. If the driver specified by This has a user readable name in
47 by This does not support the language specified by Language,
50 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
54 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
75 @retval EFI_UNSUPPORTED The driver specified by This doe
81 AtapiScsiPassThruComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
166 AtapiScsiPassThruComponentNameGetControllerName( 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/OvmfPkg/BlockMmioToBlockIoDxe/
H A DComponentName.c5 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 BlockMmioToBlockIoGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
153 BlockMmioToBlockIoGetControllerName( 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/OvmfPkg/Library/EmuVariableFvbLib/
H A DEmuVariableFvbLib.c5 This program and the accompanying materials
24 This function will be called following a call to the
27 @param[in] This The EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
39 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
50 This function will be called following a call to the
53 @param[in] This EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
63 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
84 This function will be called following a call to the
87 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL
97 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
38 PlatformFvbDataRead( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument
62 PlatformFvbDataWritten( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN EFI_LBA Lba, IN UINTN Offset, IN UINTN NumBytes, IN UINT8 *Buffer ) argument
96 PlatformFvbBlocksErased( IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This, IN VA_LIST List ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DComponentName.c5 This program and the accompanying materials
22 This function retrieves the user readable name of a driver in the form of a
23 Unicode string. If the driver specified by This has a user readable name in
26 by This does not support the language specified by Language,
29 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
33 array indicating the language. This is the
42 This Unicode string is the name of the
43 driver specified by This in the language
47 This and the language specified by Language was
54 @retval EFI_UNSUPPORTED The driver specified by This doe
213 PcatIsaAcpiComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
298 PcatIsaAcpiComponentNameGetControllerName( 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/VBoxPkg/PartitionDxe/
H A DComponentName.c9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
31 This program and the accompanying materials
81 This function retrieves the user readable name of a driver in the form of a
82 Unicode string. If the driver specified by This has a user readable name in
85 by This does not support the language specified by Language,
88 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
92 array indicating the language. This is the
101 This Unicode string is the name of the
102 driver specified by This i
119 PartitionComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
205 PartitionComponentNameGetControllerName( 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/IsaFloppyDxe/
H A DComponentName.c5 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[in] 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
72 This and the language specified by Language was
77 @retval EFI_UNSUPPORTED The driver specified by This doe
82 IsaFloppyComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
156 IsaFloppyComponentNameGetControllerName( 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/IsaSerialDxe/
H A DComponentName.c5 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 IsaSerialComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
174 IsaSerialComponentNameGetControllerName( 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/Ps2KeyboardDxe/
H A DComponentName.c5 This program and the accompanying materials
23 This function retrieves the user readable name of a driver in the form of a
24 Unicode string. If the driver specified by This has a user readable name in
27 by This does not support the language specified by Language,
30 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
34 array indicating the language. This is the
43 This Unicode string is the name of the
44 driver specified by This in the language
48 This and the language specified by Language was
55 @retval EFI_UNSUPPORTED The driver specified by This doe
218 Ps2KeyboardComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
303 Ps2KeyboardComponentNameGetControllerName( 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/Ps2MouseAbsolutePointerDxe/
H A DComponentName.c5 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 Ps2MouseAbsolutePointerComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
173 Ps2MouseAbsolutePointerComponentNameGetControllerName( 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/Ps2MouseDxe/
H A DComponentName.c5 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 Ps2MouseComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
173 Ps2MouseComponentNameGetControllerName( 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/IdeBusDxe/
H A DComponentName.c5 This program and the accompanying materials
49 This function retrieves the user readable name of a driver in the form of a
50 Unicode string. If the driver specified by This has a user readable name in
53 by This does not support the language specified by Language,
56 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
60 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
81 @retval EFI_UNSUPPORTED The driver specified by This doe
87 IDEBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
172 IDEBusComponentNameGetControllerName( 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 DVgaMiniPort.c5 This program and the accompanying materials
20 // This driver has a version value of 0x00000000. This is the
21 // lowest possible priority for a driver. This is done on purpose to help
22 // the developers of UGA drivers. This driver can bind if no UGA driver
40 This function is the entrypoint of UVGA Mini Port Driver. It installs Driver Binding
75 @param This The driver binding protocol.
80 @retval EFI_UNSUPPORTED This device isn't supported.
86 IN EFI_DRIVER_BINDING_PROTOCOL *This,
102 This
85 PciVgaMiniPortDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
162 PciVgaMiniPortDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
254 PciVgaMiniPortDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
320 PciVgaMiniPortSetMode( IN EFI_VGA_MINI_PORT_PROTOCOL *This, IN UINTN ModeNumber ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolAttrib.c7 This program and the accompanying materials
24 @param This Calling context
33 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
42 FvDevice = FV_DEVICE_FROM_THIS (This);
59 @param This Calling context
80 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
92 FvDevice = FV_DEVICE_FROM_THIS (This);
166 This->GetVolumeAttributes (
167 This,
178 @param This Pointe
32 FvGetVolumeAttributes( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, OUT EFI_FV_ATTRIBUTES *Attributes ) argument
79 FvSetVolumeAttributes( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN OUT EFI_FV_ATTRIBUTES *Attributes ) argument
189 FvGetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
212 FvSetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN UINTN BufferSize, IN CONST VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/LegacyRegionDxe/
H A DLegacyRegion.c4 This generic implementation of the Legacy Region Protocol does not actually
5 perform any lock/unlock operations. This module may be used on platforms
11 This program and the accompanying materials
29 @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance
40 IN EFI_LEGACY_REGION_PROTOCOL *This,
52 @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance
63 IN EFI_LEGACY_REGION_PROTOCOL *This,
76 @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance
87 IN EFI_LEGACY_REGION_PROTOCOL *This,
99 @param This Indicate
39 LegacyRegionDecode( IN EFI_LEGACY_REGION_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, IN BOOLEAN *On ) argument
62 LegacyRegionLock( IN EFI_LEGACY_REGION_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, OUT UINT32 *Granularity OPTIONAL ) argument
86 LegacyRegionBootLock( IN EFI_LEGACY_REGION_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, OUT UINT32 *Granularity OPTIONAL ) argument
109 LegacyRegionUnlock( IN EFI_LEGACY_REGION_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, OUT UINT32 *Granularity OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DComponentName.c5 This program and the accompanying materials
59 This function retrieves the user readable name of a driver in the form of a
60 Unicode string. If the driver specified by This has a user readable name in
63 by This does not support the language specified by Language,
66 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
70 array indicating the language. This is the
79 This Unicode string is the name of the
80 driver specified by This in the language
84 This and the language specified by Language was
91 @retval EFI_UNSUPPORTED The driver specified by This doe
97 AtaAtapiPassThruComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
183 AtaAtapiPassThruComponentNameGetControllerName( 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/Ata/AtaBusDxe/
H A DComponentName.c5 This program and the accompanying materials
55 This function retrieves the user readable name of a driver in the form of a
56 Unicode string. If the driver specified by This has a user readable name in
59 by This does not support the language specified by Language,
62 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
66 array indicating the language. This is the
75 This Unicode string is the name of the
76 driver specified by This in the language
80 This and the language specified by Language was
87 @retval EFI_UNSUPPORTED The driver specified by This doe
93 AtaBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
179 AtaBusComponentNameGetControllerName( 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/EhciDxe/
H A DComponentName.c6 This program and the accompanying materials
48 This function retrieves the user readable name of a driver in the form of a
49 Unicode string. If the driver specified by This has a user readable name in
52 by This does not support the language specified by Language,
55 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
59 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
80 @retval EFI_UNSUPPORTED The driver specified by This doe
86 EhciComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
171 EhciComponentNameGetControllerName( 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/UhciDxe/
H A DComponentName.c5 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 UhciComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
174 UhciComponentNameGetControllerName( 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/XhciDxe/
H A DComponentName.c6 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[in] 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 XhciComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
168 XhciComponentNameGetControllerName( 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/Scsi/ScsiDiskDxe/
H A DComponentName.c5 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 ScsiDiskComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
168 ScsiDiskComponentNameGetControllerName( 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/UsbKbDxe/
H A DComponentName.c5 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 UsbKeyboardComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
153 UsbKeyboardComponentNameGetControllerName( 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 DUsbMassDiskInfo.c2 This file is used to implement the EFI_DISK_INFO_PROTOCOL interface.
5 This program and the accompanying materials
28 This function prepares for the installation of DiskInfo protocol on the child handle.
46 This function is used to get inquiry data. Data format
49 @param[in] This Pointer to the EFI_DISK_INFO_PROTOCOL instance.
62 IN EFI_DISK_INFO_PROTOCOL *This,
70 UsbMass = USB_MASS_DEVICE_FROM_DISK_INFO (This);
85 This function is used to get identify data. Data format
88 @param[in] This Pointer to the EFI_DISK_INFO_PROTOCOL
103 IN EFI_DISK_INFO_PROTOCOL *This,
61 UsbDiskInfoInquiry( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *InquiryData, IN OUT UINT32 *InquiryDataSize ) argument
102 UsbDiskInfoIdentify( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *IdentifyData, IN OUT UINT32 *IdentifyDataSize ) argument
130 UsbDiskInfoSenseData( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *SenseData, IN OUT UINT32 *SenseDataSize, OUT UINT8 *SenseDataNumber ) argument
154 UsbDiskInfoWhichIde( IN EFI_DISK_INFO_PROTOCOL *This, OUT UINT32 *IdeChannel, OUT UINT32 *IdeDevice ) argument
[all...]

Completed in 120 milliseconds

1234567891011>>