Searched defs:Data (Results 76 - 100 of 344) sorted by relevance

1234567891011>>

/vbox/src/VBox/Main/include/
H A DHostNetworkInterfaceImpl.h91 struct Data struct in class:HostNetworkInterface
93 Data() : IPAddress(0), networkMask(0), dhcpEnabled(FALSE), function in struct:HostNetworkInterface::Data
H A DMediumFormatImpl.h95 struct Data struct in class:MediumFormat
97 Data() : capabilities((MediumFormatCapabilities_T)0) {} function in struct:MediumFormat::Data
107 Data m;
H A DNetworkAdapterImpl.h118 struct Data struct in class:NetworkAdapter
120 Data() : mSlot(0), function in struct:NetworkAdapter::Data
158 Backupable<Data> mData;
H A DRemoteUSBDeviceImpl.h97 struct Data struct in class:RemoteUSBDevice
99 Data() : vendorId (0), productId (0), revision (0), port (0), version (1), function in struct:RemoteUSBDevice::Data
126 Data mData;
H A DUSBDeviceFilterImpl.h40 struct Data struct in class:USBDeviceFilter
44 Data() : mActive (FALSE), mMaskedIfs (0), mId (NULL) {} function in struct:USBDeviceFilter::Data
45 Data (const Data &aThat) : mName (aThat.mName), mActive (aThat.mActive), function in struct:USBDeviceFilter::Data
91 const Data& i_getData() { return *mData.data(); }
135 Backupable<Data> mData;
155 struct Data : public USBDeviceFilter::Data struct in class:HostUSBDeviceFilter
157 Data() {} function in struct:HostUSBDeviceFilter::Data
177 const Data
[all...]
/vbox/src/VBox/Main/src-all/
H A DPCIDeviceAttachmentImpl.cpp25 struct PCIDeviceAttachment::Data struct in class:PCIDeviceAttachment
27 Data(const Bstr &aDevName, function in struct:PCIDeviceAttachment::Data
69 m = new Data(aDevName, aHostAddress, aGuestAddress, fPhysical);
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp71 struct HostDnsMonitor::Data struct in class:HostDnsMonitor
73 Data(bool aThreaded) function in struct:HostDnsMonitor::Data
90 struct HostDnsMonitorProxy::Data struct in class:HostDnsMonitorProxy
92 Data(const HostDnsMonitor *aMonitor, VirtualBox *aParent) function in struct:HostDnsMonitorProxy::Data
99 virtual ~Data()
118 m = new HostDnsMonitor::Data(fThreaded);
298 m = new HostDnsMonitorProxy::Data(mon, aParent);
/vbox/src/VBox/Main/src-server/win/
H A DHostDnsServiceWin.cpp34 struct HostDnsServiceWin::Data struct in class:HostDnsServiceWin
45 Data() function in struct:HostDnsServiceWin::Data
54 ~Data()
70 std::auto_ptr<Data> data(new Data());
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c80 @param Data Pointer to the extended data buffer. This is an
94 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
113 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
170 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
175 status code buffer specified by Data. The optional data area of Data contains
178 ASSERT() information could be extracted from Data, then return TRUE.
181 If Data is NULL, then ASSERT().
188 @param Data Pointer to status code data buffer.
193 @retval TRUE The status code specified by CodeType, Value, and Data wa
202 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
262 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkFormCallback.h69 VOID *Data; ///< The data in the form based on the op-code type. This is not a pointer to the data; the data follows immediately. member in struct:__anon10712
71 /// If the OpCode is a OneOf or Numeric type - Data is a UINT16 value.
72 /// If the OpCode is a String type - Data is a CHAR16[x] type.
73 /// If the OpCode is a Checkbox type - Data is a UINT8 value.
74 /// If the OpCode is a NV Access type - Data is a EFI_IFR_NV_DATA structure.
85 // EFI_IFR_DATA_ENTRY Data[1]; // The in-line Data entries.
101 // CHAR8 Data[1]; // The Data itself
191 @param Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c404 If Data is NULL and DataLength > 0, then ASSERT().
409 @param Data The data to be copied into the data field of the GUID HOB.
420 IN VOID *Data,
426 ASSERT (Data != NULL || DataLength == 0);
433 return CopyMem (HobData, Data, DataLength);
418 BuildGuidDataHob( IN CONST EFI_GUID *Guid, IN VOID *Data, IN UINTN DataLength ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciReg.c36 UINT32 Data; local
45 &Data
50 Data = 0xFFFF;
53 return Data;
72 UINT32 Data; local
81 &Data
86 Data = 0xFFFF;
89 return Data;
109 UINT32 Data; local
120 &Data
181 UINT32 Data; local
204 UINT32 Data; local
313 UINT32 Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.h92 UINT8 *Data; member in struct:_UHCI_TD_SW
155 @param Data The user data buffer.
169 IN VOID *Data,
214 @param DataPktId Packet Identification of Data Tds.
217 @param Data A pointer to cpu memory address of user data buffer to transfer.
233 IN UINT8 *Data,
247 @param PktId Packet Identification of Data Tds.
248 @param Data A pointer to cpu memory address of user data buffer to transfer.
251 @param DataToggle Data Toggle Pointer.
264 IN UINT8 *Data,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciReg.c34 UINT8 Data; local
43 &Data
48 Data = 0xFF;
51 return Data;
70 UINT32 Data; local
79 &Data
84 Data = 0xFFFFFFFF;
87 return Data;
106 UINT32 Data; local
117 &Data
209 UINT32 Data; local
279 UINT32 Data; local
349 UINT32 Data; local
420 UINT32 Data; local
442 UINT32 Data; local
464 UINT32 Data; local
487 UINT32 Data; local
588 UINT32 Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c246 ATAPI_READ_CAPACITY_DATA Data; local
248 ZeroMem (&Data, sizeof (ATAPI_READ_CAPACITY_DATA));
261 (VOID *) &Data,
271 PeiBotDevice->Media.LastBlock = (Data.LastLba3 << 24) | (Data.LastLba2 << 16) | (Data.LastLba1 << 8) | Data.LastLba0;
279 Sends out ATAPI Read Format Capacity Data Command to the specified device.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBot.c137 BOT transfer is composed of three phases: Command, Data, and Status.
218 BOT transfer is composed of three phases: Command, Data, and Status.
219 This is the Data phase.
223 @param Data The buffer to hold data
237 IN OUT UINT8 *Data,
268 Data,
296 BOT transfer is composed of three phases: Command, Data, and Status.
388 @param Data The buffer to hold data
404 IN VOID *Data,
435 UsbBotDataTransfer (UsbBot, DataDir, Data,
234 UsbBotDataTransfer( IN USB_BOT_PROTOCOL *UsbBot, IN EFI_USB_DATA_DIRECTION DataDir, IN OUT UINT8 *Data, IN OUT UINTN *TransLen, IN UINT32 Timeout ) argument
399 UsbBotExecCommand( IN VOID *Context, IN VOID *Cmd, IN UINT8 CmdLen, IN EFI_USB_DATA_DIRECTION DataDir, IN VOID *Data, IN UINT32 DataLen, IN UINT8 Lun, IN UINT32 Timeout, OUT UINT32 *CmdStatus ) argument
[all...]
H A DUsbMassCbi.c162 The CBI contains three phases: Command, Data, and Status. This is Command phase.
237 The CBI contains three phases: Command, Data, and Status. This is Data phase.
241 @param Data The buffer to hold the data for input or output.
255 IN OUT UINT8 *Data,
284 Next = Data;
358 The CBI contains three phases: Command, Data, and Status. This is Status phase.
422 @param Data The buffer to hold the data
438 IN VOID *Data,
470 Status = UsbCbiDataTransfer (UsbCbi, DataDir, Data,
252 UsbCbiDataTransfer( IN USB_CBI_PROTOCOL *UsbCbi, IN EFI_USB_DATA_DIRECTION DataDir, IN OUT UINT8 *Data, IN OUT UINTN *TransLen, IN UINT32 Timeout ) argument
433 UsbCbiExecCommand( IN VOID *Context, IN VOID *Cmd, IN UINT8 CmdLen, IN EFI_USB_DATA_DIRECTION DataDir, IN VOID *Data, IN UINT32 DataLen, IN UINT8 Lun, IN UINT32 Timeout, OUT UINT32 *CmdStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c79 @param Data Pointer to the extended data buffer. This is an
93 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
110 return mReportStatusCodeLibStatusCodeProtocol->ReportStatusCode (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
167 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
172 status code buffer specified by Data. The optional data area of Data contains
175 ASSERT() information could be extracted from Data, then return TRUE.
178 If Data is NULL, then ASSERT().
185 @param Data Pointer to status code data buffer.
190 @retval TRUE The status code specified by CodeType, Value, and Data wa
199 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
259 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c761 VOID *Data; local
781 Data = AllocatePool (Size);
782 if (Data == NULL) {
786 ((EFI_TCP4_TRANSMIT_DATA *) Data)->Push = TRUE;
787 ((EFI_TCP4_TRANSMIT_DATA *) Data)->Urgent = FALSE;
788 ((EFI_TCP4_TRANSMIT_DATA *) Data)->DataLength = Packet->TotalSize;
793 ((EFI_TCP4_TRANSMIT_DATA *) Data)->FragmentCount = Packet->BlockOpNum;
797 (NET_FRAGMENT *) &((EFI_TCP4_TRANSMIT_DATA *) Data)->FragmentTable[0],
798 &((EFI_TCP4_TRANSMIT_DATA *) Data)->FragmentCount
809 TcpIo->TxToken.Tcp4Token.Packet.TxData = (EFI_TCP4_TRANSMIT_DATA *) Data;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiReportStatusCodeLib/
H A DReportStatusCodeLib.c44 @param Data Pointer to the extended data buffer. This is an
58 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
74 Data
79 return OemHookStatusCodeReport (Type, Value, Instance, (EFI_GUID *) CallerId, Data);
139 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
144 status code buffer specified by Data. The optional data area of Data contains
147 ASSERT() information could be extracted from Data, then return TRUE.
150 If Data is NULL, then ASSERT().
157 @param Data Pointe
171 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
231 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c210 @param Data Pointer to the extended data buffer. This is an
224 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
241 return mReportStatusCodeLibStatusCodeProtocol->ReportStatusCode (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
298 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
303 status code buffer specified by Data. The optional data area of Data contains
306 ASSERT() information could be extracted from Data, then return TRUE.
309 If Data is NULL, then ASSERT().
316 @param Data Pointer to status code data buffer.
321 @retval TRUE The status code specified by CodeType, Value, and Data wa
330 ReportStatusCodeExtractAssertInfo( IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_VALUE Value, IN CONST EFI_STATUS_CODE_DATA *Data, OUT CHAR8 **Filename, OUT CHAR8 **Description, OUT UINT32 *LineNumber ) argument
390 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/DiskIoDxe/
H A DDiskIo.c301 UINT8 *Data; local
327 Data = PreData - ((UINTN) PreData & (Media->IoAlign - 1)) + Media->IoAlign;
330 Data = PreData;
352 Data
364 CopyMem (WorkingBuffer, Data + UnderRun, Length);
429 Data
435 CopyMem (WorkingBuffer, Data, DataBufferSize);
452 Data
459 CopyMem (WorkingBuffer, Data, OverRun);
519 UINT8 *Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiCHAP.c134 UINT8 *Data; local
152 Data = AllocatePool (Len);
153 if (Data == NULL) {
159 NetbufQueCopy (&Conn->RspQue, 0, Len, Data);
164 KeyValueList = IScsiBuildKeyValueList ((CHAR8 *) Data, Len);
166 FreePool (Data);
296 FreePool (Data);
H A DIScsiDhcp.c230 (CHAR8 *) &OptionList[Index]->Data[0],
315 CopyMem (&ConfigData->PrimaryDns, &OptionList[Index]->Data[0], sizeof (EFI_IPv4_ADDRESS));
321 CopyMem (&ConfigData->SecondaryDns, &OptionList[Index]->Data[4], sizeof (EFI_IPv4_ADDRESS));
329 CopyMem (&ConfigData->DhcpServer, &OptionList[Index]->Data[0], sizeof (EFI_IPv4_ADDRESS));
364 UINT8 *Data; local
414 Data = &ParaList->Data[0];
415 Data[0] = DHCP4_TAG_NETMASK;
416 Data[1] = DHCP4_TAG_ROUTER;
417 Data[
[all...]
H A DMd5.c188 UINT32 *Data; local
192 Data = (UINT32 *) Md5Ctx->M;
203 SA += (*Md5_F[Index1]) (SB, SC, SD) + Data[IndexD] + Md5_T[IndexT];
229 @param[in] Data The data wanted to be transformed.
235 IN CONST UINT8 *Data,
242 CopyMem (Md5Ctx->M + Md5Ctx->Count, (VOID *)Data, Limit);
246 Data += Limit;
250 CopyMem (Md5Ctx->M + Md5Ctx->Count, (VOID *)Data, DataLen);
284 @param[in] Data The data wanted to be transformed.
293 IN VOID *Data,
233 MD5UpdateBlock( IN OUT MD5_CTX *Md5Ctx, IN CONST UINT8 *Data, IN UINTN DataLen ) argument
291 MD5Update( IN OUT MD5_CTX *Md5Ctx, IN VOID *Data, IN UINTN DataLen ) argument
[all...]

Completed in 118 milliseconds

1234567891011>>