Searched defs:This (Results 76 - 100 of 379) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
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 UsbMouseAbsolutePointerComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
153 UsbMouseAbsolutePointerComponentNameGetControllerName( 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/UsbMouseDxe/
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 UsbMouseComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
153 UsbMouseComponentNameGetControllerName( 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/Dxe/FwVol/
H A DFwVolAttrib.c5 This program and the accompanying materials
23 @param This Calling context
32 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
41 FvDevice = FV_DEVICE_FROM_THIS (This);
64 @param This Calling context
74 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
86 @param This Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.
98 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
113 @param This Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.
125 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
31 FvGetVolumeAttributes( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, OUT EFI_FV_ATTRIBUTES *Attributes ) argument
73 FvSetVolumeAttributes( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN OUT EFI_FV_ATTRIBUTES *Attributes ) argument
97 FvGetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
124 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/MdeModulePkg/Universal/Console/TerminalDxe/
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 TerminalComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
173 TerminalComponentNameGetControllerName( 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/LegacyRegion2Dxe/
H A DLegacyRegion2.c4 This generic implementation of the Legacy Region 2 Protocol does not actually
5 perform any lock/unlock operations. This module may be used on platforms
11 This program and the accompanying materials
41 @param This[in] Indicates the EFI_LEGACY_REGION_PROTOCOL instance.
47 @param Granularity[out] The number of bytes in the last region affected. This may be less
60 IN EFI_LEGACY_REGION2_PROTOCOL *This,
79 This function changes the attributes of a memory range to not allow writes.
81 @param This[in] Indicates the EFI_LEGACY_REGION_PROTOCOL instance.
87 @param Granularity[out] The number of bytes in the last region affected. This may be less
99 IN EFI_LEGACY_REGION2_PROTOCOL *This,
59 LegacyRegion2Decode( IN EFI_LEGACY_REGION2_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, OUT UINT32 *Granularity, IN BOOLEAN *On ) argument
98 LegacyRegion2Lock( IN EFI_LEGACY_REGION2_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, OUT UINT32 *Granularity ) argument
141 LegacyRegion2BootLock( IN EFI_LEGACY_REGION2_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, OUT UINT32 *Granularity ) argument
177 LegacyRegion2Unlock( IN EFI_LEGACY_REGION2_PROTOCOL *This, IN UINT32 Start, IN UINT32 Length, OUT UINT32 *Granularity ) argument
214 LegacyRegionGetInfo( IN EFI_LEGACY_REGION2_PROTOCOL *This, OUT UINT32 *DescriptorCount, OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DReceive.c5 This program and the accompanying materials are licensed
151 This function retrieves one packet from the receive queue of a network interface.
163 @param This A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.
188 * The This parameter is NULL
189 * The This parameter does not point to a valid
199 IN EFI_SIMPLE_NETWORK_PROTOCOL *This,
212 if (This == NULL) {
216 Snp = EFI_SIMPLE_NETWORK_DEV_FROM_THIS (This);
198 SnpUndi32Receive( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, OUT UINTN *HeaderSize OPTIONAL, IN OUT UINTN *BufferSize, OUT VOID *Buffer, OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL, OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL, OUT UINT16 *Protocol OPTIONAL ) argument
H A DReceive_filters.c6 This program and the accompanying materials are licensed and made available under the
295 This function is used enable and disable the hardware and software receive
339 @param This A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.
350 list. This value must be less than or equal to the
352 This field is optional if ResetMCastFilter is TRUE.
354 MAC addresses. This list will replace any existing
355 multicast HW MAC address list. This field is optional
361 * This is NULL
382 @retval EFI_UNSUPPORTED This function is not supported by the network
389 IN EFI_SIMPLE_NETWORK_PROTOCOL *This,
388 SnpUndi32ReceiveFilters( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN UINT32 Enable, IN UINT32 Disable, IN BOOLEAN ResetMCastFilter, IN UINTN MCastFilterCnt, OPTIONAL IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL ) argument
[all...]
H A DStatistics.c5 This program and the accompanying materials are licensed
22 This function resets or collects the statistics on a network interface. If the
37 @param This A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.
69 IN EFI_SIMPLE_NETWORK_PROTOCOL *This,
85 // Get pointer to SNP driver instance for *This.
87 if (This == NULL) {
91 Snp = EFI_SIMPLE_NETWORK_DEV_FROM_THIS (This);
68 SnpUndi32Statistics( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN BOOLEAN Reset, IN OUT UINTN *StatisticsSize, OPTIONAL IN OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL ) argument
H A DTransmit.c5 This program and the accompanying materials are licensed
136 This routine calls undi to transmit the given data buffer
220 This function places the packet specified by Header and Buffer on the transmit
222 This->Mode->MediaHeaderSize, then EFI_INVALID_PARAMETER will be returned. If
223 BufferSize is less than This->Mode->MediaHeaderSize, then EFI_BUFFER_TOO_SMALL
238 @param This A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.
241 be equal to This->Mode->MediaHeaderSize and the DestAddr and
246 transmitted. This parameter cannot be NULL. If HeaderSize is
252 is NULL, then This->Mode->CurrentAddress is used for the
268 @retval EFI_UNSUPPORTED This functio
273 SnpUndi32Transmit( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN UINTN HeaderSize, IN UINTN BufferSize, IN VOID *Buffer, IN EFI_MAC_ADDRESS *SrcAddr, OPTIONAL IN EFI_MAC_ADDRESS *DestAddr, OPTIONAL IN UINT16 *Protocol OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
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/Network/VlanConfigDxe/
H A DVlanConfigDriver.c5 This program and the accompanying materials
59 @param[in] This Protocol instance pointer.
64 @retval EFI_SUCCES This driver supports this device
65 @retval EFI_ALREADY_STARTED This driver is already running on this device
66 @retval other This driver does not support this device
72 IN EFI_DRIVER_BINDING_PROTOCOL *This,
84 This->DriverBindingHandle,
98 This->DriverBindingHandle,
109 @param[in] This Protocol instance pointer.
114 @retval EFI_SUCCES This drive
71 VlanConfigDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
121 VlanConfigDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
252 VlanConfigDriverBindingStop( 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.c5 This program and the accompanying materials
90 This function registers a handler that is to be invoked when the watchdog
101 @param This The EFI_WATCHDOG_TIMER_ARCH_PROTOCOL instance.
113 IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This,
140 This function sets the amount of time to wait before firing the watchdog
144 @param This The EFI_WATCHDOG_TIMER_ARCH_PROTOCOL instance.
158 IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This,
174 This function retrieves the amount of time the system will wait before firing
175 the watchdog timer. This period is returned in TimerPeriod, and EFI_SUCCESS
178 @param This Th
112 WatchdogTimerDriverRegisterHandler( IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This, IN EFI_WATCHDOG_TIMER_NOTIFY NotifyFunction ) argument
157 WatchdogTimerDriverSetTimerPeriod( IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This, IN UINT64 TimerPeriod ) argument
190 WatchdogTimerDriverGetTimerPeriod( IN EFI_WATCHDOG_TIMER_ARCH_PROTOCOL *This, IN UINT64 *TimerPeriod ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DComponentName.c3 This program and the accompanying materials
47 This function retrieves the user readable name of a driver in the form of a
48 Unicode string. If the driver specified by This has a user readable name in
51 by This does not support the language specified by Language,
54 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
58 array indicating the language. This is the
67 This Unicode string is the name of the
68 driver specified by This in the language
72 This and the language specified by Language was
79 @retval EFI_UNSUPPORTED The driver specified by This doe
85 CirrusLogic5430ComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
170 CirrusLogic5430ComponentNameGetControllerName( 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/Csm/CsmSupportLib/
H A DLegacyInterrupt.c6 This program and the accompanying materials are
39 @param[in] This Pointer to LegacyInterrupt Protocol
48 IN EFI_LEGACY_INTERRUPT_PROTOCOL *This,
62 @param[in] This - Protocol instance pointer.
73 IN EFI_LEGACY_INTERRUPT_PROTOCOL *This,
110 @param[in] This Protocol instance pointer
121 IN EFI_LEGACY_INTERRUPT_PROTOCOL *This,
140 @param[in] This Protocol instance pointer
151 IN EFI_LEGACY_INTERRUPT_PROTOCOL *This,
47 GetNumberPirqs( IN EFI_LEGACY_INTERRUPT_PROTOCOL *This, OUT UINT8 *NumberPirqs ) argument
72 GetLocation( IN EFI_LEGACY_INTERRUPT_PROTOCOL *This, OUT UINT8 *Bus, OUT UINT8 *Device, OUT UINT8 *Function ) argument
120 ReadPirq( IN EFI_LEGACY_INTERRUPT_PROTOCOL *This, IN UINT8 PirqNumber, OUT UINT8 *PirqData ) argument
150 WritePirq( IN EFI_LEGACY_INTERRUPT_PROTOCOL *This, IN UINT8 PirqNumber, IN UINT8 PirqData ) argument
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DComponentName.c6 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 QemuVideoComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
173 QemuVideoComponentNameGetControllerName( 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/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DComponentName.c2 This portion is to register the IDE Controller Driver name:
6 This program and the accompanying materials
67 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.
69 This is the language of the driver name that that the caller
73 @param DriverName A pointer to the Unicode string to return. This Unicode string
74 is the name of the driver specified by This in the language
77 @retval EFI_SUCCESS The Unicode string for the Driver specified by This
82 @retval EFI_UNSUPPORTED The driver specified by This does not support the
88 IN EFI_COMPONENT_NAME_PROTOCOL *This,
95 This
87 IdeControllerComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
144 IdeControllerComponentNameGetControllerName( 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/VBoxAppleSim/
H A DConsole.c9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
35 IN EFI_CONSOLE_CONTROL_PROTOCOL *This,
52 IN EFI_CONSOLE_CONTROL_PROTOCOL *This,
61 IN EFI_CONSOLE_CONTROL_PROTOCOL *This,
34 GetModeImpl( IN EFI_CONSOLE_CONTROL_PROTOCOL *This, OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode, OUT BOOLEAN *GopUgaExists, OPTIONAL OUT BOOLEAN *StdInLocked OPTIONAL ) argument
51 SetModeImpl( IN EFI_CONSOLE_CONTROL_PROTOCOL *This, IN EFI_CONSOLE_CONTROL_SCREEN_MODE Mode ) argument
60 LockStdInImpl( IN EFI_CONSOLE_CONTROL_PROTOCOL *This, IN CHAR16 *Password ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
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;
28 This code is based on:
31 All rights reserved. This program and the accompanying materials
75 This function retrieves the user readable name of a driver in the form of a
76 Unicode string. If the driver specified by This has a user readable name in
79 by This does not support the language specified by Language,
82 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
86 array indicating the language. This is the
95 This Unicod
113 VBoxVgaComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
198 VBoxVgaComponentNameGetControllerName( 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/Additions/WINNT/Graphics/Wine/wined3d/
H A Dview.c4 * This library is free software; you can redistribute it and/or
9 * This library is distributed in the hope that it will be useful,
60 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface; local
61 ULONG refcount = InterlockedIncrement(&This->refcount);
63 TRACE("%p increasing refcount to %u\n", This, refcount);
70 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface; local
71 ULONG refcount = InterlockedDecrement(&This->refcount);
73 TRACE("%p decreasing refcount to %u\n", This, refcount);
77 IWineD3DResource_Release(This->resource);
78 HeapFree(GetProcessHeap(), 0, This); local
88 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface; local
101 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.c12 This program and the accompanying materials
76 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
89 IN EFI_DRIVER_BINDING_PROTOCOL *This,
109 This->DriverBindingHandle,
120 This->DriverBindingHandle,
131 This->DriverBindingHandle,
151 This->DriverBindingHandle,
161 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
162 @param[in] ControllerHandle The handle of the controller to start. This handle
166 This paramete
88 FdcControllerDriverSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
176 FdcControllerDriverStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
412 FdcControllerDriverStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
H A DIsaFloppyBlock.c5 This program and the accompanying materials
20 @param This Indicates a pointer to the calling context.
30 IN EFI_BLOCK_IO_PROTOCOL *This,
39 FdcDev = FDD_BLK_IO_FROM_THIS (This);
53 @param This Indicates a pointer to the calling context.
63 IN EFI_BLOCK_IO_PROTOCOL *This
75 @param This Pointer of FDC_BLK_IO_DEV instance
80 IN EFI_BLOCK_IO_PROTOCOL *This,
86 FdcDev = FDD_BLK_IO_FROM_THIS (This);
98 @param This Indicate
29 FdcReset( IN EFI_BLOCK_IO_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
79 FddReportStatus( IN EFI_BLOCK_IO_PROTOCOL *This, IN BOOLEAN Read ) argument
116 FddReadBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, OUT VOID *Buffer ) argument
157 FddWriteBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, IN VOID *Buffer ) argument
198 FddReadWriteBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, IN BOOLEAN Operation, OUT VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaDriver.c7 This program and the accompanying materials
68 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
82 IN EFI_DRIVER_BINDING_PROTOCOL *This,
99 This->DriverBindingHandle,
122 This->DriverBindingHandle,
130 This->DriverBindingHandle,
148 3. Prior to calling Start(), the Supported() function for the driver specified by This must
151 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
152 @param[in] ControllerHandle The handle of the controller to start. This handle
156 This paramete
81 IsaIoDriverSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
166 IsaIoDriverStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
283 IsaIoDriverStop( IN EFI_DRIVER_BINDING_PROTOCOL * This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE * ChildHandleBuffer OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2Keyboard.c7 This program and the accompanying materials
25 @param This Pointer of EFI_DRIVER_BINDING_PROTOCOL
35 IN EFI_DRIVER_BINDING_PROTOCOL *This,
43 @param This Pointer of EFI_DRIVER_BINDING_PROTOCOL
52 IN EFI_DRIVER_BINDING_PROTOCOL *This,
61 @param This Protocol instance pointer.
67 @retval EFI_SUCCESS This driver is removed ControllerHandle
68 @retval other This driver was not removed from this device
74 IN EFI_DRIVER_BINDING_PROTOCOL *This,
108 @param This Pointe
117 KbdControllerDriverSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
170 KbdControllerDriverStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
451 KbdControllerDriverStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverConfiguration.c6 This program and the accompanying materials
86 @param This A pointer to the EFI_DRIVER_CONFIGURATION_ PROTOCOL instance.
89 This is an optional parameter that may be NULL.
95 This is the language of the user interface that should be presented
103 @retval EFI_SUCCESS The driver specified by This successfully set the configuration
108 @retval EFI_UNSUPPORTED The driver specified by This does not support setting configuration options for
110 @retval EFI_UNSUPPORTED The driver specified by This does not support the language specified by Language.
119 IN EFI_DRIVER_CONFIGURATION_PROTOCOL *This,
184 @param This A pointer to the EFI_DRIVER_CONFIGURATION_PROTOCOL instance.
188 options are valid. This i
118 IDEBusDriverConfigurationSetOptions( IN EFI_DRIVER_CONFIGURATION_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired ) argument
206 IDEBusDriverConfigurationOptionsValid( IN EFI_DRIVER_CONFIGURATION_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL ) argument
268 IDEBusDriverConfigurationForceDefaults( IN EFI_DRIVER_CONFIGURATION_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN UINT32 DefaultType, OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED *ActionRequired ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFileExplorer.c5 This program and the accompanying materials
220 This function processes the results of changes in configuration.
232 @param This Points to the EFI_HII_CONFIG_ACCESS_PROTOCOL.
249 IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This,
269 Private = FE_CALLBACK_DATA_FROM_THIS (This);
248 FileExplorerCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument

Completed in 125 milliseconds

1234567891011>>