Searched defs:Data (Results 226 - 250 of 344) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h227 /// Pei Core Instance Data Macros
248 VOID *Data; member in struct:__anon10966
269 @param Data Pointer to old core data that is used to initialize the
278 IN VOID *Data
863 @param Data Optional data associated with this status code.
877 IN CONST EFI_STATUS_CODE_DATA *Data OPTIONAL
1305 @param Data The data to write.
1313 IN UINT8 Data
1322 @param Data The data to write.
1330 IN UINT16 Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c25 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length,
127 @param SmbusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length,
914 UINT64 Data; local
917 Data = 0;
927 &Data
930 Data = (Data & AndMask) | OrMask;
935 &Data
958 UINT64 Data; local
961 Data
1002 UINT64 Data; local
1148 UINT64 Data; local
1318 UINT64 Data; local
1430 UINT64 Data; local
1474 UINT64 Data; local
1533 UINT64 Data; local
[all...]
H A DBootScriptSave.c20 Data structure usage:
837 @param Data A pointer to the data to be OR-ed.
848 IN VOID *Data,
873 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_IO_READ_WRITE)), Data, WidthInByte);
933 @param Data A pointer to the data to be OR-ed.
944 IN VOID *Data,
969 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_MEM_READ_WRITE)), Data, WidthInByte);
1029 @param Data A pointer to the data to be OR-ed.The size depends on Width.
1040 IN VOID *Data,
1065 CopyMem ((VOID*)(Script + sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_READ_WRITE)), Data, WidthInByt
845 S3BootScriptSaveIoReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
941 S3BootScriptSaveMemReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
1037 S3BootScriptSavePciCfgReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
1141 S3BootScriptSavePciCfg2ReadWrite( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask ) argument
1507 S3BootScriptSaveIoPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
1564 S3BootScriptSavePciPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
1622 S3BootScriptSavePci2Poll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT16 Segment, IN UINT64 Address, IN VOID *Data, IN VOID *DataMask, IN UINT64 Delay ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c327 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
553 EFI_IP4_IPCONFIG_DATA *Data; local
622 Data = AllocatePool (Len);
624 if (Data == NULL) {
628 Status = Ip4Config->GetData (Ip4Config, &Len, Data);
650 StationAddress = EFI_NTOHL (Data->StationAddress);
651 SubnetMask = EFI_NTOHL (Data->SubnetMask);
668 for (Index = 0; Index < Data->RouteTableSize; Index++) {
669 RouteEntry = &Data->RouteTable[Index];
682 FreePool (Data);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h50 UINT8 Data[1]; member in struct:__anon12093
H A DDhcp6.h159 /// From the first byte to the last byte of the Data field.
165 UINT8 Data[1]; member in struct:__anon12105
H A DMtftp4.h72 UINT8 Data[1]; member in struct:__anon12219
78 UINT8 Data[1]; member in struct:__anon12220
89 UINT8 Data[1]; member in struct:__anon12222
121 /// Data packet header.
123 EFI_MTFTP4_DATA_HEADER Data; member in union:__anon12225
129 /// Data packet header with big block number.
313 @param OverrideData Data that is used to override the existing parameters. If NULL,
500 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
565 /// The pointer to the data buffer. Data that is downloaded from the
566 /// MTFTPv4 server is stored here. Data tha
[all...]
H A DMtftp6.h120 UINT8 Data[1]; member in struct:__anon12231
138 UINT8 Data[1]; member in struct:__anon12232
170 UINT8 Data[1]; member in struct:__anon12234
213 EFI_MTFTP6_DATA_HEADER Data; ///< Data packet header. member in union:__anon12237
215 EFI_MTFTP6_DATA8_HEADER Data8; ///< Data packet header with big block number.
437 /// Pointer to the data buffer. Data that is downloaded from the
438 /// MTFTPv6 server is stored here. Data that is uploaded to the
534 @param[in] OverrideData Data that is used to override the existing parameters. If NULL, the
634 Data ca
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.c215 *((UINT16 *) &Oro->Data[0]) = HTONS (IP6_CONFIG_DHCP6_OPTION_DNS_SERVERS);
324 CHAR8 *Data; local
399 DataItem->Data.Ptr = AllocatePool (DataRecord.DataSize);
400 if (DataItem->Data.Ptr == NULL) {
408 Data = (CHAR8 *) Variable + DataRecord.Offset;
409 CopyMem (DataItem->Data.Ptr, Data, DataRecord.DataSize);
472 CopyMem (Heap, DataItem->Data.Ptr, DataItem->DataSize);
504 @param[in, out] DataSize On input, in bytes, the size of Data. On output, in
507 @param[in] Data Th
[all...]
H A DIp6ConfigNv.c44 @param[out] Data The data buffer in which the configuration data is returned. The
52 - Data is NULL.
64 OUT VOID **Data
71 if ((Ip6Config == NULL) || (Data == NULL) || (DataSize == NULL)) {
103 *Data = Buffer;
934 VOID *Data; local
948 Data = NULL;
959 (VOID **) &Data
969 (EFI_IP6_CONFIG_INTERFACE_INFO *) Data,
1039 FreePool (Data);
1636 EFI_IP6_CONFIG_INTERFACE_INFO *Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c592 // Retrieve Device Private Data Structure.
1087 // Retrieve Device Private Data Structure.
1504 // Retrieve Device Private Data Structure.
1669 RegisterPointer->Data = CommandBlockBaseAddr;
1738 Is the Data transfer direction reasonable?
1981 Is the Data transfer direction reasonable?
2282 WritePortW (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Data, *CommandIndex);
2346 // Non Data transfer request is also supported.
2399 *ptrBuffer = ReadPortW (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Data);
2402 WritePortW (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Data, *ptrBuffe
2447 UINT8 Data; local
2483 UINT16 Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c818 UINT8 *Data; local
826 Data = NULL;
833 Data = (UINT8 *) AllocateZeroPool (DataSize);
834 if (Data == NULL) {
838 Status = gRT->GetVariable (VariableName, &gEfiImageSecurityDatabaseGuid, NULL, &DataSize, Data);
845 CertList = (EFI_SIGNATURE_LIST *) Data;
872 if (Data != NULL) {
873 FreePool (Data);
902 UINT8 *Data; local
908 Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c47 // i.e. (VariableName, VendorGuid, Attributes, TimeStamp, Data)
161 UINT8 *Data; local
188 // Variable, i.e. (VariableName, VendorGuid, Attributes, TimeStamp, Data).
230 Data = GetVariableDataPtr (Variable.CurrPtr);
231 ASSERT ((DataSize != 0) && (Data != NULL));
232 CopyMem (mPubKeyStore, (UINT8 *) Data, DataSize);
505 @param[in] Data Pointer to data with AuthInfo.
506 @param[in] DataSize Size of Data.
516 IN UINT8 *Data,
531 if (Data
515 VerifyCounterBasedPayload( IN UINT8 *Data, IN UINTN DataSize, IN UINT8 *PubKey ) argument
771 CheckSignatureListFormat( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize ) argument
871 ProcessVarWithPk( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN VARIABLE_POINTER_TRACK *Variable, IN UINT32 Attributes OPTIONAL, IN BOOLEAN IsPk ) argument
979 ProcessVarWithKek( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN VARIABLE_POINTER_TRACK *Variable, IN UINT32 Attributes OPTIONAL ) argument
1061 ProcessVariable( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN VARIABLE_POINTER_TRACK *Variable, IN UINT32 Attributes ) argument
1216 AppendSignatureList( IN OUT VOID *Data, IN UINTN DataSize, IN VOID *NewData, IN UINTN NewDataSize ) argument
1371 FindCertsFromDb( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN UINT8 *Data, IN UINTN DataSize, OUT UINT32 *CertOffset, OPTIONAL OUT UINT32 *CertDataSize, OPTIONAL OUT UINT32 *CertNodeOffset,OPTIONAL OUT UINT32 *CertNodeSize OPTIONAL ) argument
1487 UINT8 *Data; local
1556 UINT8 *Data; local
1692 UINT8 *Data; local
1828 VerifyTimeBasedPayload( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN VOID *Data, IN UINTN DataSize, IN VARIABLE_POINTER_TRACK *Variable, IN UINT32 Attributes, IN AUTHVAR_TYPE AuthVarType, OUT BOOLEAN *VarDel ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c140 UINT8 Data[8]; member in struct:_USB_DEBUG_PORT_HANDLE
409 @param Data Pointer to the buffer receiving data.
424 OUT UINT8 *Data,
441 // Data Phase
446 // Get Data From Device
448 Status = UsbDebugPortIn(DebugPortRegister, Data, DataLength, INPUT_PID, Addr, Ep, 1);
454 // Send Data To Device
456 Status = UsbDebugPortOut(DebugPortRegister, Data, *DataLength, OUTPUT_PID, Addr, Ep, 1);
468 // For READ operation, Data Toggle in Status Phase Should be 1.
473 // For WRITE operation, Data Toggl
419 UsbDebugPortControlTransfer( IN USB_DEBUG_PORT_REGISTER *DebugPortRegister, IN USB_DEVICE_REQUEST *SetupPacket, IN UINT8 Addr, IN UINT8 Ep, OUT UINT8 *Data, IN OUT UINT8 *DataLength ) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmssip.h120 CRYPT_ATTRIBUTE_TYPE_VALUE Data; member in struct:SIP_INDIRECT_DATA_
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c337 WSADATA Data; local
340 WSAStartup(MAKEWORD(2, 0), &Data);
1373 * @param m Data buffer, m_len is not valid.
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h541 struct Data struct in class:DisplaySourceBitmap
557 Data m;
/vbox/src/VBox/Main/src-server/
H A DNATEngineImpl.cpp63 struct NATEngine::Data struct in class:NATEngine
93 mData = new Data();
113 mData = new Data();
140 mData = new Data();
H A DVFSExplorerImpl.cpp39 struct VFSExplorer::Data struct in class:VFSExplorer
91 m = new Data;
295 std::list<VFSExplorer::Data::DirEntry> fileList;
315 fileList.push_back(VFSExplorer::Data::DirEntry(name, i_RTToVFSFileType(entry.Info.Attr.fMode),
412 std::list<VFSExplorer::Data::DirEntry> fileList;
433 fileList.push_back(VFSExplorer::Data::DirEntry(pBuckets->pszName, VFSFileType_Directory,
451 fileList.push_back(VFSExplorer::Data::DirEntry(pKeys->pszName, VFSFileType_File, pKeys->cbFile,
611 std::list<VFSExplorer::Data::DirEntry>::const_iterator it;
617 const VFSExplorer::Data::DirEntry &entry = (*it);
638 std::list<VFSExplorer::Data
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dcompositor.cpp961 VBOXVR_SCR_COMPOSITOR_VISITOR_CB Data; local
962 Data.pfnVisitor = pfnVisitor;
963 Data.pvVisitor = pvVisitor;
964 VBoxVrCompositorVisit(&pCompositor->Compositor, crVrScrCompositorVisitCb, &Data);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiFirmwareVolume.h230 UINT8 Data[1]; member in struct:__anon15582
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvboxext.h175 VBOXWINEPROFILE_ELEMENT Data; member in struct:VBOXWINEPROFILE_HASHMAP_ELEMENT
222 VBOXWINEPROFILE_ELEMENT_STEP(&pElement->Data, _t); \
228 VBOXWINEPROFILE_ELEMENT_RESET(&pElement->Data);
237 VBOXWINEPROFILE_ELEMENT_DUMP(&pElement->Data, "");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmssip.h120 CRYPT_ATTRIBUTE_TYPE_VALUE Data; member in struct:SIP_INDIRECT_DATA_
/vbox/include/iprt/crypto/
H A Dspc.h122 * Data type selection for RTCRSPCSERIALIZEDOBJECTATTRIBUTE.
382 * Data type selection for RTCRSPCATTRIBUTETYPEANDOPTIONALVALUE.
442 RTCRSPCATTRIBUTETYPEANDOPTIONALVALUE Data; member in struct:RTCRSPCINDIRECTDATACONTENT
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp826 BY_HANDLE_FILE_INFORMATION Data; local
827 if (!GetFileInformationByHandle((HANDLE)RTFileToNative(hFile), &Data))
839 pObjInfo->cbObject = ((uint64_t)Data.nFileSizeHigh << 32)
840 | (uint64_t)Data.nFileSizeLow;
843 Assert(sizeof(uint64_t) == sizeof(Data.ftCreationTime));
844 RTTimeSpecSetNtTime(&pObjInfo->BirthTime, *(uint64_t *)&Data.ftCreationTime);
845 RTTimeSpecSetNtTime(&pObjInfo->AccessTime, *(uint64_t *)&Data.ftLastAccessTime);
846 RTTimeSpecSetNtTime(&pObjInfo->ModificationTime, *(uint64_t *)&Data.ftLastWriteTime);
849 pObjInfo->Attr.fMode = rtFsModeFromDos((Data.dwFileAttributes << RTFS_DOS_SHIFT) & RTFS_DOS_MASK_NT, "", 0);
864 pObjInfo->Attr.u.Unix.cHardlinks = Data
[all...]

Completed in 934 milliseconds

1234567891011>>