Searched refs:This (Results 376 - 400 of 1585) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.c5 This program and the accompanying materials
421 EFI_MTFTP4_OPTION *This; local
426 This = Options + Index;
428 if ((This->OptionStr == NULL) || (This->ValueStr == NULL)) {
432 if (NetStringEqualNoCase (This->OptionStr, (UINT8 *) "blksize")) {
436 Value = NetStringToU32 (This->ValueStr);
445 } else if (NetStringEqualNoCase (This->OptionStr, (UINT8 *) "timeout")) {
449 Value = NetStringToU32 (This->ValueStr);
457 } else if (NetStringEqualNoCase (This
[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/MdePkg/Include/Protocol/
H A DPciIo.h6 This program and the accompanying materials
133 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
154 IN EFI_PCI_IO_PROTOCOL *This,
167 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
187 IN EFI_PCI_IO_PROTOCOL *This,
209 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
227 IN EFI_PCI_IO_PROTOCOL *This,
249 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
276 IN EFI_PCI_IO_PROTOCOL *This,
288 @param This
[all...]
H A DSimpleNetwork.h13 This program and the accompanying materials are licensed and made available under
22 This Protocol is introduced in EFI Specification 1.10.
59 /// This would be <64 for ethernet.
65 /// media. This would be >1500 for ethernet.
238 @param This Protocol instance pointer.
244 @retval EFI_UNSUPPORTED This function is not supported by the network interface.
250 IN EFI_SIMPLE_NETWORK_PROTOCOL *This
256 @param This Protocol instance pointer.
262 @retval EFI_UNSUPPORTED This function is not supported by the network interface.
268 IN EFI_SIMPLE_NETWORK_PROTOCOL *This
[all...]
H A DUsb2HostController.h8 This program and the accompanying materials
98 @param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
113 IN EFI_USB2_HC_PROTOCOL *This,
126 @param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
144 IN EFI_USB2_HC_PROTOCOL *This,
166 ///< traffic. This state must be
186 @param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
199 IN EFI_USB2_HC_PROTOCOL *This,
206 @param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
218 IN EFI_USB2_HC_PROTOCOL *This,
[all...]
H A DAbsolutePointer.h6 This program and the accompanying materials
64 This function resets the pointer device hardware. As part of
74 @param This A pointer to the EFI_ABSOLUTE_POINTER_PROTOCOL
91 IN EFI_ABSOLUTE_POINTER_PROTOCOL *This,
96 /// This bit is set if the touch sensor is active.
101 /// This bit is set if the alt sensor, such as pen-side button, is active
143 device. This includes information on the active state associated
154 @param This A pointer to the EFI_ABSOLUTE_POINTER_PROTOCOL
174 IN EFI_ABSOLUTE_POINTER_PROTOCOL *This,
/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/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciIo.h6 This program and the accompanying materials
135 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
156 IN EFI_PCI_IO_PROTOCOL *This,
169 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
189 IN EFI_PCI_IO_PROTOCOL *This,
211 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
229 IN EFI_PCI_IO_PROTOCOL *This,
251 @param This A pointer to the EFI_PCI_IO_PROTOCOL instance.
278 IN EFI_PCI_IO_PROTOCOL *This,
290 @param This
[all...]
H A DSimpleNetwork.h13 This program and the accompanying materials are licensed and made available under
22 This Protocol is introduced in EFI Specification 1.10.
61 /// This would be <64 for ethernet.
67 /// media. This would be >1500 for ethernet.
240 @param This Protocol instance pointer.
246 @retval EFI_UNSUPPORTED This function is not supported by the network interface.
252 IN EFI_SIMPLE_NETWORK_PROTOCOL *This
258 @param This Protocol instance pointer.
264 @retval EFI_UNSUPPORTED This function is not supported by the network interface.
270 IN EFI_SIMPLE_NETWORK_PROTOCOL *This
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkMpService.h7 This protocol has been deprecated and has been replaced by the MP Services
37 This program and the accompanying materials are licensed and made available under
178 /// This field indicates whether the processor is enabled. If the value is
183 /// This field indicates whether the processor is playing the role of BSP.
214 /// This field is reserved.
219 /// This field is not used, and the value is always zero.
222 /// This field is a mask number that is handed off by the PAL about which
229 This service retrieves general information of multiprocessors in the system.
231 This function is used to get the following information:
238 @param[in] This Th
[all...]
H A DSmmGpiDispatch.h2 This file declares the Smm Gpi Smi Child Protocol.
6 Several inputs can be enabled. This purpose of this interface is to generate an
10 This program and the accompanying materials are licensed and made available under
73 @param This The pointer to the EFI_SMM_GPI_DISPATCH_PROTOCOL instance.
94 IN EFI_SMM_GPI_DISPATCH_PROTOCOL *This,
103 @param This The pointer to the EFI_SMM_GPI_DISPATCH_PROTOCOL instance.
116 IN EFI_SMM_GPI_DISPATCH_PROTOCOL *This,
H A DSmmPowerButtonDispatch.h5 This program and the accompanying materials are licensed and made available under
14 This Protocol is defined in Framework of EFI SMM Core Interface Spec
73 @param[in] This The pointer to the
95 IN EFI_SMM_POWER_BUTTON_DISPATCH_PROTOCOL *This,
104 @param[in] This The pointer to the EFI_SMM_POWER_BUTTON_DISPATCH_PROTOCOL instance.
118 IN EFI_SMM_POWER_BUTTON_DISPATCH_PROTOCOL *This,
H A DSmmStandbyButtonDispatch.h9 This program and the accompanying materials are licensed and made available under
18 This Protocol is defined in Framework of EFI SMM Core Interface Spec
76 @param This The pointer to the EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL instance.
97 IN EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL *This,
106 @param This The pointer to the EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL instance.
119 IN EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL *This,
127 This protocol provices the parent dispatch service for the standby button SMI source generator.
H A DSmmSwDispatch.h5 This program and the accompanying materials are licensed and made available under
14 This Protocol is defined in Framework for EFI SMM Core Interface Spec
72 @param This The pointer to the EFI_SMM_SW_DISPATCH_PROTOCOL instance.
93 IN EFI_SMM_SW_DISPATCH_PROTOCOL *This,
102 @param This The pointer to the EFI_SMM_SW_DISPATCH_PROTOCOL instance.
115 IN EFI_SMM_SW_DISPATCH_PROTOCOL *This,
H A DSmmSxDispatch.h5 This program and the accompanying materials are licensed and made available under
14 This Protocol is defined in Framework of EFI SMM Core Interface Spec
69 @param This The pointer to the EFI_SMM_SX_DISPATCH_PROTOCOL instance.
97 IN EFI_SMM_SX_DISPATCH_PROTOCOL *This,
106 @param This The pointer to the EFI_SMM_SX_DISPATCH_PROTOCOL instance.
118 IN EFI_SMM_SX_DISPATCH_PROTOCOL *This,
H A DSmmUsbDispatch.h5 This program and the accompanying materials are licensed and made available under
14 This Protocol is defined in Framework of EFI SMM Core Interface Spec
47 /// This location is important because of the possible integration of several USB host
76 @param[in] This The pointer to the EFI_SMM_USB_DISPATCH_PROTOCOL instance.
99 IN EFI_SMM_USB_DISPATCH_PROTOCOL *This,
108 @param[in] This The pointer to the EFI_SMM_USB_DISPATCH_PROTOCOL instance.
121 IN EFI_SMM_USB_DISPATCH_PROTOCOL *This,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.c2 This file implements protocol interfaces for ATA bus driver.
4 This file implements protocol interfaces: Driver Binding protocol,
8 This program and the accompanying materials
97 This function allocates an aligned buffer for the ATA device to perform
119 This function frees an aligned buffer for the ATA device to perform
141 This function releases all the resources allocated for the ATA device.
202 This function allocates an ATA device structure for the ATA device specified by
394 This function removes the protocols installed on the controller handle and
397 @param This The pointer to EFI_DRIVER_BINDING_PROTOCOL instance.
407 IN EFI_DRIVER_BINDING_PROTOCOL *This,
406 UnregisterAtaDevice( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_HANDLE Handle ) argument
576 AtaBusDriverBindingSupported( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
680 AtaBusDriverBindingStart( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath ) argument
845 AtaBusDriverBindingStop( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer ) argument
917 AtaBlockIoReset( IN EFI_BLOCK_IO_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
968 BlockIoReadWrite( IN VOID *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN OUT EFI_BLOCK_IO2_TOKEN *Token, IN UINTN BufferSize, OUT VOID *Buffer, IN BOOLEAN IsBlockIo2, IN BOOLEAN IsWrite ) argument
1059 AtaBlockIoReadBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, OUT VOID *Buffer ) argument
1093 AtaBlockIoWriteBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, IN VOID *Buffer ) argument
1140 AtaBlockIoResetEx( IN EFI_BLOCK_IO2_PROTOCOL *This, IN BOOLEAN ExtendedVerification ) argument
1191 AtaBlockIoReadBlocksEx( IN EFI_BLOCK_IO2_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN OUT EFI_BLOCK_IO2_TOKEN *Token, IN UINTN BufferSize, OUT VOID *Buffer ) argument
1228 AtaBlockIoWriteBlocksEx( IN EFI_BLOCK_IO2_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN OUT EFI_BLOCK_IO2_TOKEN *Token, IN UINTN BufferSize, IN VOID *Buffer ) argument
1254 AtaBlockIoFlushBlocksEx( IN EFI_BLOCK_IO2_PROTOCOL *This, IN OUT EFI_BLOCK_IO2_TOKEN *Token ) argument
1286 AtaDiskInfoInquiry( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *InquiryData, IN OUT UINT32 *InquiryDataSize ) argument
1316 AtaDiskInfoIdentify( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *IdentifyData, IN OUT UINT32 *IdentifyDataSize ) argument
1357 AtaDiskInfoSenseData( IN EFI_DISK_INFO_PROTOCOL *This, IN OUT VOID *SenseData, IN OUT UINT32 *SenseDataSize, OUT UINT8 *SenseDataNumber ) argument
1381 AtaDiskInfoWhichIde( IN EFI_DISK_INFO_PROTOCOL *This, OUT UINT32 *IdeChannel, OUT UINT32 *IdeDevice ) argument
1470 AtaStorageSecurityReceiveData( IN EFI_STORAGE_SECURITY_COMMAND_PROTOCOL *This, IN UINT32 MediaId, IN UINT64 Timeout, IN UINT8 SecurityProtocolId, IN UINT16 SecurityProtocolSpecificData, IN UINTN PayloadBufferSize, OUT VOID *PayloadBuffer, OUT UINTN *PayloadTransferSize ) argument
1581 AtaStorageSecuritySendData( IN EFI_STORAGE_SECURITY_COMMAND_PROTOCOL *This, IN UINT32 MediaId, IN UINT64 Timeout, IN UINT8 SecurityProtocolId, IN UINT16 SecurityProtocolSpecificData, IN UINTN PayloadBufferSize, IN VOID *PayloadBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolDriver.h6 This program and the accompanying materials
55 @param This Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.
64 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
72 @param This Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.
82 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
90 @param This Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.
95 the buffer must be at least This->KeySize
136 IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This,
150 @param This Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.
165 This outpu
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DDebugMask.h6 This program and the accompanying materials are licensed and made available under
41 IN EFI_DEBUG_MASK_PROTOCOL *This,
48 IN EFI_DEBUG_MASK_PROTOCOL *This,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DAtaController.h7 This program and the accompanying materials
35 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
37 /// This is designed for old generation chipset with PATA/SATA controllers.
43 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
45 /// This is designed for old generation chipset with PATA/SATA controllers.
51 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
53 /// This is designed for old generation chipset with PATA/SATA controllers.
59 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
61 /// This is designed for old generation chipset with PATA/SATA controllers.
67 /// This bi
[all...]
H A DSmmControl.h4 This PPI is used to initiate SMI/PMI activations. This protocol could be published by either:
14 This program and the accompanying materials
38 @param This The PEI_SMM_CONTROL_PPI instance.
55 IN PEI_SMM_CONTROL_PPI * This,
66 @param This The PEI_SMM_CONTROL_PPI instance.
79 IN PEI_SMM_CONTROL_PPI * This,
84 /// PEI SMM Control PPI is used to initiate SMI/PMI activations. This protocol could be published by either:
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DLoadPe32Image.h4 This protocol uses File Device Path to get an EFI image.
7 This program and the accompanying materials are licensed and made available under
33 @param This The pointer to the LoadPe32Image protocol instance
64 IN EFI_PE32_IMAGE_PROTOCOL *This,
80 @param This The pointer to the LoadPe32Image protocol instance
91 IN EFI_PE32_IMAGE_PROTOCOL *This,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiInitiatorName.c5 This program and the accompanying materials
25 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance.
41 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,
66 @param[in] This Pointer to the EFI_ISCSI_INITIATOR_NAME_PROTOCOL instance.
84 IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,
40 IScsiGetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
83 IScsiSetInitiatorName( IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.h5 This program and the accompanying materials
80 This function retrieves the user readable name of a driver in the form of a
81 Unicode string. If the driver specified by This has a user readable name in
84 by This does not support the language specified by Language,
87 @param This[in] A pointer to the EFI_COMPONENT_NAME2_PROTOCOL or
90 array indicating the language. This is the
98 This Unicode string is the name of the
99 driver specified by This in the language
103 This and the language specified by Language was
107 @retval EFI_UNSUPPORTED The driver specified by This doe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DReadOnlyVariable2.h2 This file declares Read-only Variable Service2 PPI.
3 This ppi permits read-only access to the UEFI variable store during the PEI phase.
6 This program and the accompanying materials are licensed and made available under
15 This PPI is introduced in PI Version 1.0.
29 This service retrieves a variable's value using its name and GUID.
36 @param This A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.
57 IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This,
69 This function is called multiple times to retrieve the VariableName
76 @param This A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.
99 IN CONST EFI_PEI_READ_ONLY_VARIABLE2_PPI *This,
[all...]

Completed in 401 milliseconds

<<11121314151617181920>>