Searched refs:This (Results 251 - 275 of 1585) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmBase.h2 This file declares SMM Base abstraction protocol.
3 This protocol is used to install SMM handlers for support of subsequent SMI/PMI activations. This
7 a required protocol for the platform processor. This protocol can be used in both boot services and
11 This protocol is responsible for registering the handler services. The order in which the handlers are
16 private communication mechanism with the driver to order it to quiesce. This model permits typical
23 This program and the accompanying materials are licensed and made available under
32 This Protocol is defined in Framework of EFI SMM Core Interface Spec
96 Register a given driver into SMRAM. This is the equivalent of performing
99 @param[in] This Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.h5 This program and the accompanying materials
79 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
100 IN EFI_PCI_IO_PROTOCOL *This,
114 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
135 IN EFI_PCI_IO_PROTOCOL *This,
148 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
168 IN EFI_PCI_IO_PROTOCOL *This,
179 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
199 IN EFI_PCI_IO_PROTOCOL *This,
210 @param This
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DDpc.h6 This program and the accompanying materials are licensed and made available under
50 @param This The protocol instance pointer.
66 IN EFI_DPC_PROTOCOL *This,
79 @param This Protocol instance pointer.
88 IN EFI_DPC_PROTOCOL *This
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/DpcDxe/
H A DDpc.h4 This program and the accompanying materials
45 @param This Protocol instance pointer.
61 IN EFI_DPC_PROTOCOL *This,
73 @param This Protocol instance pointer.
82 IN EFI_DPC_PROTOCOL *This
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DComponentName.h5 This program and the accompanying materials
28 This function retrieves the user readable name of a driver in the form of a
29 Unicode string. If the driver specified by This has a user readable name in
32 by This does not support the language specified by Language,
35 @param[in] This A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
39 array indicating the language. This is the
48 This Unicode string is the name of the
49 driver specified by This in the language
53 This and the language specified by Language was
60 @retval EFI_UNSUPPORTED The driver specified by This doe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAcpiTable.h6 This program and the accompanying materials
42 @param This A pointer to a EFI_ACPI_TABLE_PROTOCOL.
69 IN EFI_ACPI_TABLE_PROTOCOL *This,
86 @param This A pointer to a EFI_ACPI_TABLE_PROTOCOL.
103 IN EFI_ACPI_TABLE_PROTOCOL *This,
H A DComponentName.h3 This protocol is used to retrieve user readable names of EFI Drivers
7 This program and the accompanying materials are licensed and made available under
34 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.
36 This is the language of the driver name that that the caller
40 @param DriverName A pointer to the Unicode string to return. This Unicode string
41 is the name of the driver specified by This in the language
44 @retval EFI_SUCCESS The Unicode string for the Driver specified by This
49 @retval EFI_UNSUPPORTED The driver specified by This does not support the
56 IN EFI_COMPONENT_NAME_PROTOCOL *This,
66 @param This
[all...]
H A DComponentName2.h3 This protocol is used to retrieve user readable names of drivers
7 This program and the accompanying materials
33 @param This A pointer to the
37 array indicating the language. This is the
47 This string is the name of the
48 driver specified by This in the language
52 Driver specified by This and the
60 @retval EFI_UNSUPPORTED The driver specified by This
68 IN EFI_COMPONENT_NAME2_PROTOCOL *This,
78 @param This
[all...]
H A DEapManagement.h10 This program and the accompanying materials
19 This Protocol is introduced in UEFI Specification 2.2
58 /// The capabilities of the PAE associated with the Port. This field
187 @param[in] This A pointer to the EFI_EAP_MANAGEMENT_PROTOCOL
193 the Port's information. This parameter can be NULL
205 IN EFI_EAP_MANAGEMENT_PROTOCOL *This,
216 @param[in] This A pointer to the EFI_EAP_MANAGEMENT_PROTOCOL
229 IN EFI_EAP_MANAGEMENT_PROTOCOL *This,
238 @param[in] This A pointer to the EFI_EAP_MANAGEMENT_PROTOCOL
247 IN EFI_EAP_MANAGEMENT_PROTOCOL *This
[all...]
H A DIScsiInitiatorName.h6 This program and the accompanying materials
29 @param This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance.
45 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,
55 @param This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance.
71 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,
H A DManagedNetwork.h6 This program and the accompanying materials are licensed and made available under
15 This Protocol is introduced in UEFI Specification 2.0
127 /// This Event will be signaled after the Status field is updated
153 @param This The pointer to the EFI_MANAGED_NETWORK_PROTOCOL instance.
158 @retval EFI_INVALID_PARAMETER This is NULL.
160 @retval EFI_NOT_STARTED This MNP child driver instance has not been configured. The default
168 IN EFI_MANAGED_NETWORK_PROTOCOL *This,
176 @param This The pointer to the EFI_MANAGED_NETWORK_PROTOCOL instance.
195 IN EFI_MANAGED_NETWORK_PROTOCOL *This,
202 @param This Th
[all...]
H A DSmmBase2.h4 This protocol is utilized by all SMM drivers to locate the SMM infrastructure services and determine
8 This program and the accompanying materials
33 This service is used to indicate whether the driver is currently executing in the SMM Initialization
38 @param[in] This The EFI_SMM_BASE2_PROTOCOL instance.
48 IN CONST EFI_SMM_BASE2_PROTOCOL *This,
56 This function returns the location of the System Management Service Table (SMST). The use of the
60 @param[in] This The EFI_SMM_BASE2_PROTOCOL instance.
70 IN CONST EFI_SMM_BASE2_PROTOCOL *This,
H A DHiiDatabase.h6 This program and the accompanying materials are licensed and made available under
73 This function adds the packages in the package list to the
84 @param This A pointer to the EFI_HII_DATABASE_PROTOCOL instance.
107 IN CONST EFI_HII_DATABASE_PROTOCOL *This,
116 This function removes the package list that is associated with a
123 @param This A pointer to the EFI_HII_DATABASE_PROTOCOL instance.
136 IN CONST EFI_HII_DATABASE_PROTOCOL *This,
143 This function updates the existing package list (which has the
164 @param This A pointer to the EFI_HII_DATABASE_PROTOCOL instance.
184 IN CONST EFI_HII_DATABASE_PROTOCOL *This,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.sh3 # This program and the accompanying materials
19 # This file must be "sourced" not merely executed. For example: ". edksetup.sh"
22 # set up in the unix style. This script will make the necessary conversions to
36 echo Please note: This script must be \'sourced\' so the environment can be changed.
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
205 struct wined3d_context *context_acquire(IWineD3DDeviceImpl *This, IWineD3DSurface *target, enum ContextUsage usage) argument
278 IWineD3DStateBlockImpl *This = pContext->pDeviceContext->stateBlock; local
284 if (This)
286 if (This->vertexShaderConstantF)
287 HeapFree(GetProcessHeap(), 0, This->vertexShaderConstantF);
288 if (This->changed.vertexShaderConstantsF)
289 HeapFree(GetProcessHeap(), 0, This->changed.vertexShaderConstantsF);
290 if (This
300 HeapFree(GetProcessHeap(), 0, This); local
311 IWineD3DDeviceImpl *This; local
345 IWineD3DDeviceImpl *This; local
400 IWineD3DDeviceImpl *This; local
430 IWineD3DDeviceImpl *This; local
459 IWineD3DDeviceImpl *This; local
489 IWineD3DDeviceImpl *This; local
517 IWineD3DDeviceImpl *This; local
544 IWineD3DDeviceImpl *This; local
574 IWineD3DDeviceImpl *This; local
602 IWineD3DDeviceImpl *This; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c10 * This library is free software; you can redistribute it and/or
15 * This library is distributed in the hope that it will be useful,
54 IWineD3DVertexDeclarationImpl *This = (IWineD3DVertexDeclarationImpl *)iface; local
55 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
60 *ppobj = This;
68 IWineD3DVertexDeclarationImpl *This = (IWineD3DVertexDeclarationImpl *)iface; local
69 TRACE("(%p) : AddRef increasing from %d\n", This, This->ref);
70 return InterlockedIncrement(&This->ref);
74 IWineD3DVertexDeclarationImpl *This local
82 HeapFree(GetProcessHeap(), 0, This); local
92 IWineD3DVertexDeclarationImpl *This = (IWineD3DVertexDeclarationImpl *)iface; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.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,
211 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
220 *ppobj = This;
247 IUnknown_AddRef((IUnknown *)&This->device_parent_vtbl);
248 *ppobj = &This->device_parent_vtbl;
252 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
259 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
260 ULONG ref = InterlockedIncrement(&This->ref);
267 static ULONG IDirect3DDevice9Impl_Term(IDirect3DDevice9Impl *This) argument
289 HeapFree(GetProcessHeap(), 0, This); local
294 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
311 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
326 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
340 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
354 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
383 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
419 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
435 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
449 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
471 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
481 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
496 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
527 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
610 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
691 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
706 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
725 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
739 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
755 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
766 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
781 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
795 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
809 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
829 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
865 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
919 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
936 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
958 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
980 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1132 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1165 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1204 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1290 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1305 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1336 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1369 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1439 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1461 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1504 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1530 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1558 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1572 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1586 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1602 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1616 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1631 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1646 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1662 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1677 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1692 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1707 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1722 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1737 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1751 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1765 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1779 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1793 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1807 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1823 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1861 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1876 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1919 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1933 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1948 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
1977 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2029 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2043 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2059 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2073 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2087 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2103 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2117 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2131 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2145 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2159 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2173 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2187 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2201 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2214 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2228 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2243 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2261 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2283 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2303 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2323 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2342 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2378 getConvertedDecl(IDirect3DDevice9Impl *This, DWORD fvf) argument
2436 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2502 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2532 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2549 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2581 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2595 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2609 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2626 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2655 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2685 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2700 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2715 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
2731 IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; local
3061 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3067 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3073 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3093 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3136 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3167 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3202 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3245 struct IDirect3DDevice9Impl *This = device_from_device_parent(iface); local
3467 IDirect3DSurface9Impl *This = (IDirect3DSurface9Impl*)iface ; local
3475 IDirect3DVolume9Impl *This = (IDirect3DVolume9Impl*)iface ; local
3483 IDirect3DTexture9Impl *This = (IDirect3DTexture9Impl*)iface ; local
3491 IDirect3DVolumeTexture9Impl *This = (IDirect3DVolumeTexture9Impl*)iface ; local
3499 IDirect3DCubeTexture9Impl *This = (IDirect3DCubeTexture9Impl*)iface ; local
3507 IDirect3DVertexBuffer9Impl *This = (IDirect3DVertexBuffer9Impl*)iface ; local
3515 IDirect3DIndexBuffer9Impl *This = (IDirect3DIndexBuffer9Impl*)iface ; local
[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/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.h5 This program and the accompanying materials
66 @param This The Udriver binding protocol.
71 @retval other This device isn't supported.
77 IN EFI_DRIVER_BINDING_PROTOCOL *This,
86 @param This The driver binding instance.
92 @retval Other This controller cannot be started.
98 IN EFI_DRIVER_BINDING_PROTOCOL *This,
106 @param This The driver binding protocol.
119 IN EFI_DRIVER_BINDING_PROTOCOL *This,
164 @param This Indicate
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.h5 This program and the accompanying materials
114 This service is called by the EFI boot service ConnectController(). In order
120 @param This Protocol instance pointer.
125 @retval EFI_SUCCESS This driver supports this device
126 @retval EFI_ALREADY_STARTED This driver is already running on this device
127 @retval other This driver does not support this device
133 IN EFI_DRIVER_BINDING_PROTOCOL *This,
141 This service is called by the EFI boot service ConnectController(). In order
147 @param This Protocol instance pointer.
152 @retval EFI_SUCCESS This drive
[all...]
/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/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.h5 This program and the accompanying materials
83 This function enrolls and deletes a user profile using this credential provider.
89 @param[in] This Points to this instance of EFI_USER_CREDENTIAL2_PROTOCOL.
97 @retval EFI_UNSUPPORTED This credential provider does not support enrollment in
107 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
114 This function enrolls a user on this credential provider. If the user exists on
118 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
133 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
142 This optional function returns a bitmap which is less than or equal to the number
146 @param[in] This Point
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.h5 This program and the accompanying materials
48 // This is the generated IFR binary data for each formset defined in VFR.
49 // This data array is ready to be used as input of HiiAddPackages() to
55 // This is the generated String package data for all .UNI files.
56 // This data array is ready to be used as input of HiiAddPackages() to
134 This function creates a new user profile with only
139 @param[in] This Protocol EFI_USER_MANAGER_PROTOCOL instance
153 IN CONST EFI_USER_MANAGER_PROTOCOL *This,
161 @param This Protocol EFI_USER_MANAGER_PROTOCOL instance
176 IN CONST EFI_USER_MANAGER_PROTOCOL *This,
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DHiiDatabase.h6 This program and the accompanying materials are licensed and made available under
75 This function adds the packages in the package list to the
86 @param This A pointer to the EFI_HII_DATABASE_PROTOCOL instance.
109 IN CONST EFI_HII_DATABASE_PROTOCOL *This,
118 This function removes the package list that is associated with a
125 @param This A pointer to the EFI_HII_DATABASE_PROTOCOL instance.
138 IN CONST EFI_HII_DATABASE_PROTOCOL *This,
145 This function updates the existing package list (which has the
166 @param This A pointer to the EFI_HII_DATABASE_PROTOCOL instance.
186 IN CONST EFI_HII_DATABASE_PROTOCOL *This,
[all...]
H A DPciRootBridgeIo.h9 This program and the accompanying materials
125 @param This A pointer to the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.
142 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This,
154 @param This A pointer to the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.
169 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This,
191 @param This A pointer to the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL instance.
205 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This,
216 @param This A pointer to the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.
235 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This,
246 @param This
[all...]

Completed in 124 milliseconds

<<11121314151617181920>>