Searched refs:This (Results 76 - 100 of 1585) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DInternalIsaIo.h5 This program and the accompanying materials
56 @param[in] This A pointer to the EFI_ISA_IO_PROTOCOL instance.
70 IN EFI_ISA_IO_PROTOCOL *This,
80 @param[in] This A pointer to the EFI_ISA_IO_PROTOCOL instance.
94 IN EFI_ISA_IO_PROTOCOL *This,
104 @param This A pointer to the EFI_ISA_IO_PROTOCOL instance.
128 IN EFI_ISA_IO_PROTOCOL *This,
141 @param[in] This A pointer to the EFI_ISA_IO_PROTOCOL instance.
150 IN EFI_ISA_IO_PROTOCOL *This,
157 @param[in] This
[all...]
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 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 DIsaIo.h5 This program and the accompanying materials
56 @param[in] This A pointer to the EFI_ISA_IO_PROTOCOL instance.
70 IN EFI_ISA_IO_PROTOCOL *This,
80 @param[in] This A pointer to the EFI_ISA_IO_PROTOCOL instance.
94 IN EFI_ISA_IO_PROTOCOL *This,
104 @param This A pointer to the EFI_ISA_IO_PROTOCOL instance.
128 IN EFI_ISA_IO_PROTOCOL *This,
141 @param[in] This A pointer to the EFI_ISA_IO_PROTOCOL instance.
150 IN EFI_ISA_IO_PROTOCOL *This,
157 @param[in] This
[all...]
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 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/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDriver.h4 This program and the accompanying materials
18 Test to see if this driver supports ControllerHandle. This service
26 @param This Protocol instance pointer.
31 @retval EFI_SUCCESS This driver supports this device
32 @retval EFI_ALREADY_STARTED This driver is already running on this device
33 @retval other This driver does not support this device
39 IN EFI_DRIVER_BINDING_PROTOCOL * This,
45 Start this driver on ControllerHandle. This service is called by the
52 @param This Protocol instance pointer.
57 @retval EFI_SUCCESS This drive
[all...]
H A DPxeBcDriver.c5 This program and the accompanying materials
28 This is the declaration of an EFI image entry point. This entry point is
58 Test to see if this driver supports ControllerHandle. This service
66 @param This Protocol instance pointer.
71 @retval EFI_SUCCESS This driver supports this device
72 @retval EFI_ALREADY_STARTED This driver is already running on this device
73 @retval other This driver does not support this device
79 IN EFI_DRIVER_BINDING_PROTOCOL * This,
91 This
78 PxeBcDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL * This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL ) argument
146 PxeBcDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL * This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL ) argument
503 PxeBcDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/WatchdogTimerDxe/
H A DWatchdogTimer.h5 This program and the accompanying materials
32 This function registers a handler that is to be invoked when the watchdog
43 @param This The EFI_WATCHDOG_TIMER_ARCH_PROTOCOL instance.
55 IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This,
62 This function sets the amount of time to wait before firing the watchdog
66 @param This The EFI_WATCHDOG_TIMER_ARCH_PROTOCOL instance.
80 IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This,
87 This function retrieves the amount of time the system will wait before firing
88 the watchdog timer. This period is returned in TimerPeriod, and EFI_SUCCESS
91 @param This Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.h6 This program and the accompanying materials
23 Test to see if this driver supports ControllerHandle. This service
30 @param[in] This The pointer to the driver binding protocol.
35 @retval EFI_SUCCESS This driver supports this device.
36 @retval EFI_UNSUPPORTED This driver does not support this device.
42 IN EFI_DRIVER_BINDING_PROTOCOL *This,
49 Start this driver on ControllerHandle. This service is called by the
56 @param[in] This The pointer to the driver binding protocol.
61 @retval EFI_SUCCESS This driver is installed to ControllerHandle.
62 @retval EFI_ALREADY_STARTED This drive
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Include/Library/
H A DPlatformFvbLib.h6 This program and the accompanying materials
22 This function will be called following a call to the
25 @param[in] This The EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
37 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_BLOCK2_PROTOCOL instance.
59 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
68 This function will be called following a call to the
71 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL
81 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformFvbLibNull/
H A DPlatformFvbLibNull.c5 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/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.h5 This program and the accompanying materials
86 This function retrieves the user readable name of a driver in the form of a
87 Unicode string. If the driver specified by This has a user readable name in
90 by This does not support the language specified by Language,
93 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
97 array indicating the language. This is the
106 This Unicode string is the name of the
107 driver specified by This in the language
111 This and the language specified by Language was
118 @retval EFI_UNSUPPORTED The driver specified by This doe
[all...]
H A DGraphicsConsole.c2 This is the main routine for initializing the Graphics Console support routines.
5 This program and the accompanying materials
112 @param This Protocol instance pointer.
117 @retval EFI_SUCCESS This driver supports this device.
118 @retval other This driver does not support this device.
124 IN EFI_DRIVER_BINDING_PROTOCOL *This,
143 This->DriverBindingHandle,
156 This->DriverBindingHandle,
174 This->DriverBindingHandle,
182 This
123 GraphicsConsoleControllerDriverSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
375 GraphicsConsoleControllerDriverStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
642 GraphicsConsoleControllerDriverStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
861 GraphicsConsoleConOutReset( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
895 GraphicsConsoleConOutOutputString( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN CHAR16 *WString ) argument
1174 GraphicsConsoleConOutTestString( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN CHAR16 *WString ) argument
1229 GraphicsConsoleConOutQueryMode( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN ModeNumber, OUT UINTN *Columns, OUT UINTN *Rows ) argument
1281 GraphicsConsoleConOutSetMode( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN ModeNumber ) argument
1475 GraphicsConsoleConOutSetAttribute( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Attribute ) argument
1602 GraphicsConsoleConOutSetCursorPosition( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Column, IN UINTN Row ) argument
1658 GraphicsConsoleConOutEnableCursor( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN BOOLEAN Visible ) argument
1688 GetTextColors( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Foreground, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Background ) argument
1718 DrawUnicodeWeightAtCursorN( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN CHAR16 *UnicodeWeight, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dswapchain.c8 * This library is free software; you can redistribute it and/or
13 * This library is distributed in the hope that it will be useful,
40 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
47 *ppobj = This;
51 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
57 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
58 ULONG ref = InterlockedIncrement(&This->ref);
62 if(ref == 1 && This->parentDevice) IDirect3DDevice9Ex_AddRef(This->parentDevice);
68 IDirect3DSwapChain9Impl *This local
81 HeapFree(GetProcessHeap(), 0, This); local
92 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
106 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
119 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
139 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
152 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
168 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
181 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
282 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
303 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
319 IDirect3DSwapChain9Impl *This = (IDirect3DSwapChain9Impl *)iface; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
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 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/KeyboardDxe/
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 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/Universal/Console/VgaClassDxe/
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 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/IntelFrameworkPkg/Include/Protocol/
H A DLegacyInterrupt.h2 This protocol abstracts the PIRQ programming from the generic EFI Compatibility Support Modules (CSMs).
5 This program and the accompanying materials are licensed and made available under
14 This protocol is defined in Framework for the EFI Compatibility Support Module specification.
33 @param This The protocol instance pointer.
42 IN EFI_LEGACY_INTERRUPT_PROTOCOL *This,
49 @param This The Protocol instance pointer.
60 IN EFI_LEGACY_INTERRUPT_PROTOCOL *This,
69 @param This The protocol instance pointer.
80 IN EFI_LEGACY_INTERRUPT_PROTOCOL *This,
88 @param This Th
[all...]
H A DSmmAccess.h2 This file declares the SMM SMRAM Access abstraction protocol, which is used to control
10 This program and the accompanying materials are licensed and made available under
19 This Protocol is defined in Framework of EFI SMM Core Interface Spec
41 @param This The EFI_SMM_ACCESS_PROTOCOL instance.
53 IN EFI_SMM_ACCESS_PROTOCOL *This,
60 @param This The EFI_SMM_ACCESS_PROTOCOL instance.
73 IN EFI_SMM_ACCESS_PROTOCOL *This,
80 @param This The EFI_SMM_ACCESS_PROTOCOL instance.
93 IN EFI_SMM_ACCESS_PROTOCOL *This,
100 @param This Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DComponentName.c5 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...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
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 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/UsbMassStorageDxe/
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 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...]
H A DUsbMassDiskInfo.h5 This program and the accompanying materials
21 This function prepares for the installation of DiskInfo protocol on the child handle.
36 This function is used to get inquiry data. Data format
39 @param[in] This Pointer to the EFI_DISK_INFO_PROTOCOL instance.
52 IN EFI_DISK_INFO_PROTOCOL *This,
60 This function is used to get identify data. Data format
63 @param[in] This Pointer to the EFI_DISK_INFO_PROTOCOL
78 IN EFI_DISK_INFO_PROTOCOL *This,
86 This function is used to get sense data.
89 @param[in] This Pointe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolWrite.c5 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/MdeModulePkg/Include/Protocol/
H A DGenericMemoryTest.h2 This protocol defines the generic memory test interfaces in Dxe phase.
5 This program and the accompanying materials are licensed and made available under
39 @param This The protocol instance pointer.
50 IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This,
59 @param This The protocol instance pointer.
74 IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This,
85 @param This The protocol instance pointer.
93 IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This
99 @param This The protocol instance pointer.
111 IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
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
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...]

Completed in 107 milliseconds

1234567891011>>