Searched defs:This (Results 101 - 125 of 379) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/
H A DDxeDebugPrintErrorLevelLib.c3 "err" shell command. This includes support for the Debug Mask Protocol
5 This library instance only support DXE Phase modules.
8 This program and the accompanying materials
34 @param This The protocol instance pointer.
48 IN EFI_DEBUG_MASK_PROTOCOL *This,
56 @param This The protocol instance pointer.
68 IN EFI_DEBUG_MASK_PROTOCOL *This,
84 /// This variable prevents the EFI Variable Services from being called fort
91 /// module that is using this library instance. This variable is initially
204 // This cas
347 GetDebugMask( IN EFI_DEBUG_MASK_PROTOCOL *This, IN OUT UINTN *CurrentDebugMask ) argument
378 SetDebugMask( IN EFI_DEBUG_MASK_PROTOCOL *This, IN UINTN NewDebugMask ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcInt.h6 This program and the accompanying materials
111 @retval EFI_SUCCESS This function completed successfully.
149 This function is called to execute an EBC CALLEX instruction.
150 This instruction requires that we thunk out to external native
172 This function is called to execute an EBC CALLEX instruction.
265 EFI_EBC_PROTOCOL *This; member in struct:__anon11172
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/DpcDxe/
H A DDpc.c4 This program and the accompanying materials
60 @param This Protocol instance pointer.
76 IN EFI_DPC_PROTOCOL *This,
211 @param This Protocol instance pointer.
220 IN EFI_DPC_PROTOCOL *This
75 DpcQueueDpc( IN EFI_DPC_PROTOCOL *This, IN EFI_TPL DpcTpl, IN EFI_DPC_PROCEDURE DpcProcedure, IN VOID *DpcContext OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiExtScsiPassThru.c5 This program and the accompanying materials
18 Sends a SCSI Request Packet to a SCSI device that is attached to the SCSI channel. This function
22 @param[in] This A pointer to the EFI_EXT_SCSI_PASS_THRU_PROTOCOL instance.
52 by the host adapter. This includes the case of Bi-directional SCSI
61 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This,
71 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (This);
82 return IScsiExecuteScsiCommand (This, Target, Lun, Packet);
92 @param[in] This A pointer to the EFI_EXT_SCSI_PASS_THRU_PROTOCOL instance.
113 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This,
122 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (This);
60 IScsiExtScsiPassThruFunction( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
112 IScsiExtScsiPassThruGetNextTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target, IN OUT UINT64 *Lun ) argument
172 IScsiExtScsiPassThruBuildDevicePath( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
261 IScsiExtScsiPassThruGetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **Target, OUT UINT64 *Lun ) argument
338 IScsiExtScsiPassThruResetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun ) argument
371 IScsiExtScsiPassThruGetNextTarget( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigDriver.c5 This program and the accompanying materials
117 @param This Protocol instance pointer.
122 @retval EFI_SUCCES This driver supports this device
123 @retval EFI_ALREADY_STARTED This driver is already running on this device
124 @retval other This driver does not support this device
130 IN EFI_DRIVER_BINDING_PROTOCOL *This,
141 This->DriverBindingHandle,
153 @param This Protocol instance pointer.
158 @retval EFI_SUCCES This driver is added to ControllerHandle
159 @retval EFI_ALREADY_STARTED This drive
129 Ip4ConfigDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
165 Ip4ConfigDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
363 Ip4ConfigDriverBindingStop( 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/Udp4Dxe/
H A DUdp4Driver.c4 This program and the accompanying materials
33 Test to see if this driver supports ControllerHandle. This service
40 @param[in] This Protocol instance pointer.
45 @retval EFI_SUCCESS This driver supports this device
46 @retval EFI_ALREADY_STARTED This driver is already running on this device
47 @retval other This driver does not support this device
53 IN EFI_DRIVER_BINDING_PROTOCOL *This,
67 This->DriverBindingHandle,
82 This->DriverBindingHandle,
92 Start this driver on ControllerHandle. This servic
52 Udp4DriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
111 Udp4DriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
174 Udp4DriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
260 Udp4ServiceBindingCreateChild( IN EFI_SERVICE_BINDING_PROTOCOL *This, IN EFI_HANDLE *ChildHandle ) argument
381 Udp4ServiceBindingDestroyChild( IN EFI_SERVICE_BINDING_PROTOCOL *This, IN EFI_HANDLE ChildHandle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
H A DPciCfg2.c2 This driver installs Single Segment Pci Configuration 2 PPI
7 This program and the accompanying materials
50 @param This Pointer to local data for the interface.
65 IN CONST EFI_PEI_PCI_CFG2_PPI *This,
122 @param This Pointer to local data for the interface.
137 IN CONST EFI_PEI_PCI_CFG2_PPI *This,
192 This function performs a read-modify-write operation on the contents from a given
197 @param This Pointer to local data for the interface.
214 IN CONST EFI_PEI_PCI_CFG2_PPI *This,
296 This routin
63 PciCfg2Read( 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
135 PciCfg2Write( 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
212 PciCfg2Modify( 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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
H A DReportStatusCodeRouterSmm.c6 This program and the accompanying materials
130 @param This EFI_SMM_STATUS_CODE_PROTOCOL instance.
133 This included information about the class and subclass that is used to
137 @param CallerId This optional parameter may be used to identify the caller.
138 This parameter allows the status code driver to apply different rules to
140 @param Data This optional parameter may be used to pass additional data.
149 IN CONST EFI_SMM_STATUS_CODE_PROTOCOL *This,
195 This function is the entry point of SMM Status Code Router .
148 ReportDispatcher( IN CONST EFI_SMM_STATUS_CODE_PROTOCOL *This, IN EFI_STATUS_CODE_TYPE Type, IN EFI_STATUS_CODE_VALUE Value, IN UINT32 Instance, IN CONST EFI_GUID *CallerId OPTIONAL, IN EFI_STATUS_CODE_DATA *Data OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiExtScsiPassThru.c5 This program and the accompanying materials
31 This function supports both blocking I/O and nonblocking I/O. The blocking I/O
34 @param[in] This A pointer to the EFI_EXT_SCSI_PASS_THRU_PROTOCOL instance.
71 This includes the case of Bi-directional SCSI
82 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This,
97 return IScsiExecuteScsiCommand (This, Target, Lun, Packet);
109 @param[in] This The EFI_EXT_SCSI_PASS_THRU_PROTOCOL instance.
133 IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This,
142 Private = ISCSI_DRIVER_DATA_FROM_EXT_SCSI_PASS_THRU (This);
167 @param[in] This Protoco
81 IScsiExtScsiPassThruFunction( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL ) argument
132 IScsiExtScsiPassThruGetNextTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target, IN OUT UINT64 *Lun ) argument
192 IScsiExtScsiPassThruBuildDevicePath( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath ) argument
291 IScsiExtScsiPassThruGetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **Target, OUT UINT64 *Lun ) argument
359 IScsiExtScsiPassThruResetTargetLun( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun ) argument
391 IScsiExtScsiPassThruGetNextTarget( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecDriver.c6 This program and the accompanying materials
25 @param[in] This Protocol instance pointer.
30 @retval EFI_SUCCES This driver supports this device.
31 @retval EFI_ALREADY_STARTED This driver is already running on this device.
32 @retval other This driver does not support this device.
38 IN EFI_DRIVER_BINDING_PROTOCOL *This,
50 This->DriverBindingHandle,
59 This->DriverBindingHandle,
77 @param[in] This Protocol instance pointer.
82 @retval EFI_SUCCES This drive
37 IpSecDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
91 IpSecDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
167 IpSecDriverBindingStop( 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/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.c6 This program and the accompanying materials
36 This function checks to see if the driver specified by This supports the device specified by
39 ControllerHandle to determine if the driver supports ControllerHandle. This function
41 performed by this function must be very small, and take as little time as possible to execute. This
44 different driver. This function must match its calls to AllocatePages() with FreePages(),
47 already in the opened state, then it must not be closed with CloseProtocol(). This is required
50 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
51 @param[in] ControllerHandle The handle of the controller to test. This handle
54 @param[in] RemainingDevicePath A pointer to the remaining portion of a device path. This
76 Udp6DriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
133 Udp6DriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
203 Udp6DriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer OPTIONAL ) argument
288 Udp6ServiceBindingCreateChild( IN EFI_SERVICE_BINDING_PROTOCOL *This, IN OUT EFI_HANDLE *ChildHandle ) argument
409 Udp6ServiceBindingDestroyChild( IN EFI_SERVICE_BINDING_PROTOCOL *This, IN EFI_HANDLE ChildHandle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.c5 This program and the accompanying materials
57 @param This Driver Binding protocol instance pointer.
61 @retval EFI_SUCCESS This driver supports this device.
62 @retval other This driver does not support this device.
68 IN EFI_DRIVER_BINDING_PROTOCOL *This,
88 This->DriverBindingHandle,
144 This->DriverBindingHandle,
154 @param This Driver Binding protocol instance pointer.
159 @retval EFI_SUCCESS This driver is added to ControllerHandle
160 @retval EFI_ALREADY_STARTED This drive
67 PcatIsaAcpiDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
165 PcatIsaAcpiDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
314 PcatIsaAcpiDriverBindingStop( 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/UefiCpuPkg/CpuIo2Smm/
H A DCpuIo2Smm.c5 This program and the accompanying materials
143 @param[in] This The EFI_SMM_CPU_IO2_PROTOCOL instance.
162 IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This,
203 @param[in] This The EFI_SMM_CPU_IO2_PROTOCOL instance.
222 IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This,
263 @param[in] This The EFI_SMM_CPU_IO2_PROTOCOL instance.
282 IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This,
322 @param[in] This The EFI_SMM_CPU_IO2_PROTOCOL instance.
341 IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This,
161 CpuMemoryServiceRead( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
221 CpuMemoryServiceWrite( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
281 CpuIoServiceRead( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
340 CpuIoServiceWrite( IN CONST EFI_SMM_CPU_IO2_PROTOCOL *This, IN EFI_SMM_IO_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dpixelshader.c7 * This library is free software; you can redistribute it and/or
12 * This library is distributed in the hope that it will be useful,
38 IDirect3DPixelShader8Impl *This = (IDirect3DPixelShader8Impl *)iface; local
45 *ppobj = This;
49 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
55 IDirect3DPixelShader8Impl *This = (IDirect3DPixelShader8Impl *)iface; local
56 ULONG ref = InterlockedIncrement(&This->ref);
63 IWineD3DPixelShader_AddRef(This->wineD3DPixelShader);
71 IDirect3DPixelShader8Impl *This = (IDirect3DPixelShader8Impl *)iface; local
72 ULONG ref = InterlockedDecrement(&This
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dstateblock.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,
39 IDirect3DStateBlock9Impl *This = (IDirect3DStateBlock9Impl *)iface; local
46 *ppobj = This;
50 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
56 IDirect3DStateBlock9Impl *This = (IDirect3DStateBlock9Impl *)iface; local
57 ULONG ref = InterlockedIncrement(&This->ref);
65 IDirect3DStateBlock9Impl *This = (IDirect3DStateBlock9Impl *)iface; local
66 ULONG ref = InterlockedDecrement(&This->ref);
72 IWineD3DStateBlock_Release(This
76 HeapFree(GetProcessHeap(), 0, This); local
84 IDirect3DStateBlock9Impl *This = (IDirect3DStateBlock9Impl *)iface; local
97 IDirect3DStateBlock9Impl *This = (IDirect3DStateBlock9Impl *)iface; local
110 IDirect3DStateBlock9Impl *This = (IDirect3DStateBlock9Impl *)iface; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaBus.c6 Controller found. This driver is designed to manage a PCI-to-ISA bridge Device
10 This program and the accompanying materials
75 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
89 IN EFI_DRIVER_BINDING_PROTOCOL *This,
125 This->DriverBindingHandle,
145 This->DriverBindingHandle,
157 This->DriverBindingHandle,
172 This->DriverBindingHandle,
187 This->DriverBindingHandle,
205 3. Prior to calling Start(), the Supported() function for the driver specified by This mus
88 IsaBusControllerDriverSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
223 IsaBusControllerDriverStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL ) argument
440 IsaBusControllerDriverStop( IN EFI_DRIVER_BINDING_PROTOCOL * This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE * ChildHandleBuffer OPTIONAL ) argument
574 IsaCreateDevice( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_DEVICE_PATH_PROTOCOL *ParentDevicePath, IN EFI_ISA_ACPI_RESOURCE_LIST *IsaDeviceResourceList, OUT EFI_DEVICE_PATH_PROTOCOL **ChildDevicePath ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdTextIn.c6 This program and the accompanying materials
177 @param This Pointer to instance of EFI_SIMPLE_TEXT_INPUT_PROTOCOL
186 IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This,
194 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (This);
254 @param This Pointer to instance of EFI_SIMPLE_TEXT_INPUT_PROTOCOL
262 IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This,
270 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (This);
388 @param This Protocol instance pointer.
399 IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This,
406 ConsoleInDev = TEXT_INPUT_EX_KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (This);
185 KeyboardEfiReset( IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
261 KeyboardReadKeyStroke( IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, OUT EFI_INPUT_KEY *Key ) argument
398 KeyboardEfiResetEx( IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
432 KeyboardReadKeyStrokeEx( IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, OUT EFI_KEY_DATA *KeyData ) argument
464 KeyboardSetState( IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, IN EFI_KEY_TOGGLE_STATE *KeyToggleState ) argument
548 KeyboardRegisterKeyNotify( IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, IN EFI_KEY_DATA *KeyData, IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, OUT EFI_HANDLE *NotifyHandle ) argument
632 KeyboardUnregisterKeyNotify( IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, IN EFI_HANDLE NotificationHandle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DPs2MouseAbsolutePointer.c6 This program and the accompanying materials
35 @param This Protocol instance pointer.
40 @retval EFI_SUCCESS This driver supports this device
41 @retval EFI_ALREADY_STARTED This driver is already running on this device
42 @retval other This driver does not support this device
48 IN EFI_DRIVER_BINDING_PROTOCOL *This,
65 This->DriverBindingHandle,
104 This->DriverBindingHandle,
116 @param This Protocol instance pointer.
121 @retval EFI_SUCCESS This drive
47 PS2MouseAbsolutePointerDriverSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
128 PS2MouseAbsolutePointerDriverStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
413 PS2MouseAbsolutePointerDriverStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
506 MouseAbsolutePointerReset( IN EFI_ABSOLUTE_POINTER_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
646 MouseAbsolutePointerGetState( IN EFI_ABSOLUTE_POINTER_PROTOCOL *This, IN OUT EFI_ABSOLUTE_POINTER_STATE *State ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DPs2Mouse.c6 This program and the accompanying materials
35 @param This Protocol instance pointer.
40 @retval EFI_SUCCESS This driver supports this device
41 @retval EFI_ALREADY_STARTED This driver is already running on this device
42 @retval other This driver does not support this device
48 IN EFI_DRIVER_BINDING_PROTOCOL *This,
65 This->DriverBindingHandle,
104 This->DriverBindingHandle,
116 @param This Protocol instance pointer.
121 @retval EFI_SUCCESS This drive
47 PS2MouseDriverSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
128 PS2MouseDriverStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
428 PS2MouseDriverStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
521 MouseReset( IN EFI_SIMPLE_POINTER_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
661 MouseGetState( IN EFI_SIMPLE_POINTER_PROTOCOL *This, IN OUT EFI_SIMPLE_POINTER_STATE *State ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverDiagnostics.c6 This program and the accompanying materials
40 @param This A pointer to the EFI_DRIVER_DIAGNOSTICS_PROTOCOLinstance.
43 This is an optional parameter that may be NULL. It will
51 This is the language in which the optional error message should
70 @retval EFI_UNSUPPORTED The driver specified by This does not support running
73 @retval EFI_UNSUPPORTED The driver specified by This does not support the
75 @retval EFI_UNSUPPORTED The driver specified by This does not support the language
87 IN EFI_DRIVER_DIAGNOSTICS_PROTOCOL *This,
117 SupportedLanguages = This->SupportedLanguages;
118 Iso639Language = (BOOLEAN)(This
86 IDEBusDriverDiagnosticsRunDiagnostics( IN EFI_DRIVER_DIAGNOSTICS_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN EFI_DRIVER_DIAGNOSTIC_TYPE DiagnosticType, IN CHAR8 *Language, OUT EFI_GUID **ErrorType, OUT UINTN *BufferSize, OUT CHAR16 **Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c5 This program and the accompanying materials
24 @param This Protocol instance pointer.
34 IN EFI_LEGACY_BIOS_PROTOCOL *This,
42 LegacyBiosShadowAllLegacyOproms (This);
51 @param This Protocol instance pointer.
65 IN EFI_LEGACY_BIOS_PROTOCOL *This,
80 @param This Protocol instance pointer.
91 IN EFI_LEGACY_BIOS_PROTOCOL *This,
122 @param This Protocol instance pointer.
136 IN EFI_LEGACY_BIOS_PROTOCOL *This,
33 LegacyBiosPrepareToBootEfi( IN EFI_LEGACY_BIOS_PROTOCOL *This, OUT UINT16 *BbsCount, OUT BBS_TABLE **BbsTable ) argument
64 LegacyBiosBootUnconventionalDevice( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UDC_ATTRIBUTES Attributes, IN UINTN BbsEntry, IN VOID *BeerData, IN VOID *ServiceAreaData ) argument
90 LegacyBiosLegacyBoot( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN BBS_BBS_DEVICE_PATH *BbsDevicePath, IN UINT32 LoadOptionsSize, IN VOID *LoadOptions ) argument
135 LegacyBiosGetBbsInfo( IN EFI_LEGACY_BIOS_PROTOCOL *This, OUT UINT16 *HddCount, OUT HDD_INFO **HddInfo, OUT UINT16 *BbsCount, OUT BBS_TABLE **BbsTable ) argument
157 LegacyBiosUpdateKeyboardLedStatus( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT8 Leds ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBbs.c5 This program and the accompanying materials
35 This routine checks the state of the floppy and if media is inserted.
270 @param This Protocol instance pointer.
284 IN EFI_LEGACY_BIOS_PROTOCOL *This,
304 Private = LEGACY_BIOS_INSTANCE_FROM_THIS (This);
359 This,
283 LegacyBiosGetBbsInfo( IN EFI_LEGACY_BIOS_PROTOCOL *This, OUT UINT16 *HddCount, OUT HDD_INFO **HddInfo, OUT UINT16 *BbsCount, OUT BBS_TABLE **BbsTable ) argument
H A DThunk.c6 This program and the accompanying materials
42 @param This Protocol instance pointer.
55 IN EFI_LEGACY_BIOS_PROTOCOL *This,
78 This,
92 @param This Protocol instance pointer.
108 IN EFI_LEGACY_BIOS_PROTOCOL *This,
126 return InternalLegacyBiosFarCall (This, Segment, Offset, Regs, Stack, StackSize);
151 @param This Protocol instance pointer.
167 IN EFI_LEGACY_BIOS_PROTOCOL *This,
183 Private = LEGACY_BIOS_INSTANCE_FROM_THIS (This);
54 LegacyBiosInt86( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT8 BiosInt, IN EFI_IA32_REGISTER_SET *Regs ) argument
107 LegacyBiosFarCall86( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
166 InternalLegacyBiosFarCall( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN UINT16 Segment, IN UINT16 Offset, IN EFI_IA32_REGISTER_SET *Regs, IN VOID *Stack, IN UINTN StackSize ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c5 This program and the accompanying materials
210 @param[in] This A pointer to the EFI_CPU_IO_PROTOCOL instance.
229 IN EFI_CPU_IO_PROTOCOL *This,
290 @param[in] This A pointer to the EFI_CPU_IO_PROTOCOL instance.
309 IN EFI_CPU_IO_PROTOCOL *This,
370 @param[in] This A pointer to the EFI_CPU_IO_PROTOCOL instance.
389 IN EFI_CPU_IO_PROTOCOL *This,
449 @param[in] This A pointer to the EFI_CPU_IO_PROTOCOL instance.
468 IN EFI_CPU_IO_PROTOCOL *This,
228 CpuMemoryServiceRead( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
308 CpuMemoryServiceWrite( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
388 CpuIoServiceRead( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, OUT VOID *Buffer ) argument
467 CpuIoServiceWrite( IN EFI_CPU_IO_PROTOCOL *This, IN EFI_CPU_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciBus.c12 This program and the accompanying materials
114 @param This Protocol instance pointer.
119 @retval EFI_SUCCESS This driver supports this device.
120 @retval EFI_ALREADY_STARTED This driver is already running on this device.
121 @retval other This driver does not support this device.
127 IN EFI_DRIVER_BINDING_PROTOCOL *This,
166 This->DriverBindingHandle,
184 This->DriverBindingHandle,
195 This->DriverBindingHandle,
213 This
126 PciBusDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
236 PciBusDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
323 PciBusDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
[all...]

Completed in 233 milliseconds

1234567891011>>