Searched refs:This (Results 126 - 150 of 1585) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.h5 This program and the accompanying materials
95 This function enrolls a user on this credential provider. If the user exists on
99 @param[in] This Points to this instance of EFI_USER_CREDENTIAL2_PROTOCOL.
107 @retval EFI_UNSUPPORTED This credential provider does not support enrollment in
117 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
124 This function returns information about the form used when interacting with the
130 @param[in] This Points to this instance of the EFI_USER_CREDENTIAL2_PROTOCOL.
145 IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This,
154 This optional function returns a bitmap which is less than or equal to the number
158 @param[in] This Point
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dtexture.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,
42 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
43 IWineD3DDeviceImpl *device = This->resource.device;
49 TRACE("(%p) : About to load texture.\n", This);
66 srgb_mode = This->baseTexture.is_srgb;
69 dirty = srgb_mode ? &This->baseTexture.texture_srgb.dirty : &This->baseTexture.texture_rgb.dirty;
78 if (This->resource.format_desc->format == WINED3DFMT_P8_UINT
79 || This
114 texture_cleanup(IWineD3DTextureImpl *This) argument
144 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
160 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
166 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
174 HeapFree(GetProcessHeap(), 0, This); local
209 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
235 IWineD3DTextureImpl *This = (IWineD3DTextureImpl*)iface; local
319 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
373 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
380 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
390 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
401 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
419 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
435 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
450 IWineD3DTextureImpl *This = (IWineD3DTextureImpl *)iface; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DComponentName.h5 This program and the accompanying materials
24 This function retrieves the user readable name of a driver in the form of a
25 Unicode string. If the driver specified by This has a user readable name in
28 by This does not support the language specified by Language,
31 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
35 array indicating the language. This is the
44 This Unicode string is the name of the
45 driver specified by This in the language
49 This and the language specified by Language was
56 @retval EFI_UNSUPPORTED The driver specified by This doe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DComponentName.h5 This program and the accompanying materials
24 This function retrieves the user readable name of a driver in the form of a
25 Unicode string. If the driver specified by This has a user readable name in
28 by This does not support the language specified by Language,
31 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
35 array indicating the language. This is the
44 This Unicode string is the name of the
45 driver specified by This in the language
49 This and the language specified by Language was
56 @retval EFI_UNSUPPORTED The driver specified by This doe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DComponentName.c5 This program and the accompanying materials
23 This function retrieves the user readable name of a driver in the form of a
24 Unicode string. If the driver specified by This has a user readable name in
27 by This does not support the language specified by Language,
30 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
34 array indicating the language. This is the
43 This Unicode string is the name of the
44 driver specified by This in the language
48 This and the language specified by Language was
55 @retval EFI_UNSUPPORTED The driver specified by This doe
218 Ps2KeyboardComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
303 Ps2KeyboardComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DComponentName.c5 This program and the accompanying materials
49 This function retrieves the user readable name of a driver in the form of a
50 Unicode string. If the driver specified by This has a user readable name in
53 by This does not support the language specified by Language,
56 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
60 array indicating the language. This is the
69 This Unicode string is the name of the
70 driver specified by This in the language
74 This and the language specified by Language was
81 @retval EFI_UNSUPPORTED The driver specified by This doe
87 IDEBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
172 IDEBusComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DComponentName.h5 This program and the accompanying materials
29 This function retrieves the user readable name of a driver in the form of a
30 Unicode string. If the driver specified by This has a user readable name in
33 by This does not support the language specified by Language,
36 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
40 array indicating the language. This is the
49 This Unicode string is the name of the
50 driver specified by This in the language
54 This and the language specified by Language was
61 @retval EFI_UNSUPPORTED The driver specified by This doe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolAttrib.c7 This program and the accompanying materials
24 @param This Calling context
33 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
42 FvDevice = FV_DEVICE_FROM_THIS (This);
59 @param This Calling context
80 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
92 FvDevice = FV_DEVICE_FROM_THIS (This);
166 This->GetVolumeAttributes (
167 This,
178 @param This Pointe
32 FvGetVolumeAttributes( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, OUT EFI_FV_ATTRIBUTES *Attributes ) argument
79 FvSetVolumeAttributes( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN OUT EFI_FV_ATTRIBUTES *Attributes ) argument
189 FvGetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
212 FvSetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN UINTN BufferSize, IN CONST VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DAcpiS3Save.h2 This protocol is used to prepare all information that is needed for the S3 resume boot path. This
6 This program and the accompanying materials are licensed and made available under
15 This Protocol is defined in Framework of S3 Resume Boot Path Spec.
41 This function is used to:
43 - Prepare all information that is needed in the S3 resume boot path. This information can include
56 @param This A pointer to the EFI_ACPI_S3_SAVE_PROTOCOL instance.
68 IN EFI_ACPI_S3_SAVE_PROTOCOL * This,
73 This function returns the size of the legacy memory (meaning below 1 MB) that is required during an S3
75 flat mode into real mode in case the OS supplies only a real-mode waking vector. This transitio
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DComponentName.h3 This file contains the delarations for componet name routines.
6 This program and the accompanying materials
23 This function retrieves the user readable name of a driver in the form of a
24 Unicode string. If the driver specified by This has a user readable name in
27 by This does not support the language specified by Language,
30 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
34 array indicating the language. This is the
43 This Unicode string is the name of the
44 driver specified by This in the language
48 This an
[all...]
H A DComponentName.c6 This program and the accompanying materials
48 This function retrieves the user readable name of a driver in the form of a
49 Unicode string. If the driver specified by This has a user readable name in
52 by This does not support the language specified by Language,
55 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
59 array indicating the language. This is the
68 This Unicode string is the name of the
69 driver specified by This in the language
73 This and the language specified by Language was
80 @retval EFI_UNSUPPORTED The driver specified by This doe
86 EhciComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
171 EhciComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
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 This[in] 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/MdeModulePkg/Bus/Pci/UhciDxe/
H A DComponentName.h3 This file contains the delarations for componet name routines.
6 This program and the accompanying materials
22 This function retrieves the user readable name of a driver in the form of a
23 Unicode string. If the driver specified by This has a user readable name in
26 by This does not support the language specified by Language,
29 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
33 array indicating the language. This is the
42 This Unicode string is the name of the
43 driver specified by This in the language
47 This an
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DComponentName.h3 This file contains the delarations for componet name routines.
6 This program and the accompanying materials
22 This function retrieves the user readable name of a driver in the form of a
23 Unicode string. If the driver specified by This has a user readable name in
26 by This does not support the language specified by Language,
29 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
33 array indicating the language. This is the
42 This Unicode string is the name of the
43 driver specified by This in the language
47 This an
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiInitiatorName.h5 This program and the accompanying materials
29 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance.
44 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,
52 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance.
69 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DCpu.h4 This code abstracts the DXE core from processor implementation details.
7 This program and the accompanying materials
49 occurred on the processor.This parameter is processor architecture specific.
64 This function flushes the range of addresses from Start to Start+Length
74 @param This The EFI_CPU_ARCH_PROTOCOL instance.
77 @param Length The number of bytes to flush from the processor's data cache. This
93 IN EFI_CPU_ARCH_PROTOCOL *This,
101 This function enables interrupt processing by the processor.
103 @param This The EFI_CPU_ARCH_PROTOCOL instance.
112 IN EFI_CPU_ARCH_PROTOCOL *This
[all...]
H A DPciHostBridgeResourceAllocation.h2 This file declares PCI Host Bridge Resource Allocation Protocol which
4 This protocol is mandatory if the system includes PCI devices.
7 This program and the accompanying materials are licensed and made available under
16 This Protocol is defined in UEFI Platform Initialization Specification 1.2
25 // This file must be included because EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL
81 /// This enum is used to specify the phase of the PCI enumaeration process.
94 /// is required here. This notification can be used to perform any
101 /// action is required here. This notification can be used to perform any
108 /// required here. This notification can be used to perform any chipset specific programming.
133 /// here. This notificatio
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.h5 This program and the accompanying materials
50 @param This Protocol instance structure
64 IN EFI_CPU_ARCH_PROTOCOL *This,
73 @param This Protocol instance structure
82 IN EFI_CPU_ARCH_PROTOCOL *This
88 @param This Protocol instance structure
97 IN EFI_CPU_ARCH_PROTOCOL *This
103 @param This Protocol instance structure
113 IN EFI_CPU_ARCH_PROTOCOL *This,
120 @param This Protoco
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DCpu.h4 This code abstracts the DXE core from processor implementation details.
7 This program and the accompanying materials
51 occurred on the processor.This parameter is processor architecture specific.
66 This function flushes the range of addresses from Start to Start+Length
76 @param This The EFI_CPU_ARCH_PROTOCOL instance.
79 @param Length The number of bytes to flush from the processor's data cache. This
95 IN EFI_CPU_ARCH_PROTOCOL *This,
103 This function enables interrupt processing by the processor.
105 @param This The EFI_CPU_ARCH_PROTOCOL instance.
114 IN EFI_CPU_ARCH_PROTOCOL *This
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DComponentName.c5 This program and the accompanying materials
50 This function retrieves the user readable name of a driver in the form of a
51 Unicode string. If the driver specified by This has a user readable name in
54 by This does not support the language specified by Language,
57 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
61 array indicating the language. This is the
70 This Unicode string is the name of the
71 driver specified by This in the language
75 This and the language specified by Language was
82 @retval EFI_UNSUPPORTED The driver specified by This doe
88 Ps2MouseAbsolutePointerComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
173 Ps2MouseAbsolutePointerComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DComponentName.c5 This program and the accompanying materials
50 This function retrieves the user readable name of a driver in the form of a
51 Unicode string. If the driver specified by This has a user readable name in
54 by This does not support the language specified by Language,
57 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
61 array indicating the language. This is the
70 This Unicode string is the name of the
71 driver specified by This in the language
75 This and the language specified by Language was
82 @retval EFI_UNSUPPORTED The driver specified by This doe
88 Ps2MouseComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
173 Ps2MouseComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DComponentName.c5 This program and the accompanying materials
21 This function retrieves the user readable name of a driver in the form of a
22 Unicode string. If the driver specified by This has a user readable name in
25 by This does not support the language specified by Language,
28 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
32 array indicating the language. This is the
41 This Unicode string is the name of the
42 driver specified by This in the language
46 This and the language specified by Language was
53 @retval EFI_UNSUPPORTED The driver specified by This doe
215 BiosBlockIoComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
300 BiosBlockIoComponentNameGetControllerName( 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/Snp16Dxe/
H A DComponentName.c5 This program and the accompanying materials
21 This function retrieves the user readable name of a driver in the form of a
22 Unicode string. If the driver specified by This has a user readable name in
25 by This does not support the language specified by Language,
28 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
32 array indicating the language. This is the
41 This Unicode string is the name of the
42 driver specified by This in the language
46 This and the language specified by Language was
53 @retval EFI_UNSUPPORTED The driver specified by This doe
215 BiosSnp16ComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
300 BiosSnp16ComponentNameGetControllerName( 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/VideoDxe/
H A DComponentName.c5 This program and the accompanying materials
24 This function retrieves the user readable name of a driver in the form of a
25 Unicode string. If the driver specified by This has a user readable name in
28 by This does not support the language specified by Language,
31 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
35 array indicating the language. This is the
44 This Unicode string is the name of the
45 driver specified by This in the language
49 This and the language specified by Language was
56 @retval EFI_UNSUPPORTED The driver specified by This doe
219 BiosVideoComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
304 BiosVideoComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DComponentName.c5 This program and the accompanying materials
55 This function retrieves the user readable name of a driver in the form of a
56 Unicode string. If the driver specified by This has a user readable name in
59 by This does not support the language specified by Language,
62 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
66 array indicating the language. This is the
75 This Unicode string is the name of the
76 driver specified by This in the language
80 This and the language specified by Language was
87 @retval EFI_UNSUPPORTED The driver specified by This doe
93 AtaBusComponentNameGetDriverName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN CHAR8 *Language, OUT CHAR16 **DriverName ) argument
179 AtaBusComponentNameGetControllerName( IN EFI_COMPONENT_NAME_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_HANDLE ChildHandle OPTIONAL, IN CHAR8 *Language, OUT CHAR16 **ControllerName ) argument
[all...]

Completed in 114 milliseconds

1234567891011>>