Searched refs:Data (Results 1 - 25 of 687) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DGccInline.c130 UINT64 Data; local
134 : "=A" (Data) // %0
138 return Data;
222 UINTN Data; local
226 : "=a" (Data)
229 return Data;
249 UINTN Data; local
253 : "=r" (Data)
256 return Data;
275 UINTN Data; local
302 UINTN Data; local
433 UINTN Data; local
460 UINTN Data; local
487 UINTN Data; local
514 UINTN Data; local
541 UINTN Data; local
568 UINTN Data; local
595 UINTN Data; local
622 UINTN Data; local
856 UINT16 Data; local
882 UINT16 Data; local
908 UINT16 Data; local
934 UINT16 Data; local
960 UINT16 Data; local
986 UINT16 Data; local
1012 UINT16 Data; local
1129 UINT16 Data; local
1226 UINT64 Data; local
1256 UINT64 Data; local
1286 UINT64 Data; local
1316 UINT64 Data; local
1346 UINT64 Data; local
1376 UINT64 Data; local
1406 UINT64 Data; local
1436 UINT64 Data; local
1650 UINT64 Data; local
1678 UINT64 Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DGccInline.c232 UINTN Data; local
236 : "=r" (Data) // %0
239 return Data;
259 UINTN Data; local
263 : "=r" (Data) // %0
266 return Data;
285 UINTN Data; local
289 : "=r" (Data) // %0
292 return Data;
312 UINTN Data; local
443 UINTN Data; local
470 UINTN Data; local
497 UINTN Data; local
524 UINTN Data; local
551 UINTN Data; local
578 UINTN Data; local
605 UINTN Data; local
632 UINTN Data; local
866 UINT16 Data; local
892 UINT16 Data; local
918 UINT16 Data; local
944 UINT16 Data; local
970 UINT16 Data; local
996 UINT16 Data; local
1022 UINT16 Data; local
1139 UINT16 Data; local
1236 UINT64 Data; local
1262 UINT64 Data; local
1288 UINT64 Data; local
1314 UINT64 Data; local
1340 UINT64 Data; local
1366 UINT64 Data; local
1392 UINT64 Data; local
1418 UINT64 Data; local
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessagePrimitives.h53 return ((PRUint32 *) Data())[0];
68 return ((PRUint32 *) Data())[0];
73 return ((PRUint32 *) Data())[1];
88 return ((PRUint32 *) Data())[0];
93 return ((PRUint32 *) Data())[1];
98 return ((PRUint32 *) Data())[2];
113 return ((PRUint32 *) Data())[0];
118 return ((PRUint32 *) Data())[1];
123 return ((PRUint32 *) Data())[2];
128 return ((PRUint32 *) Data())[
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCIShared.h33 class Data : public D class in class:CIShared
37 Data() : cnt( 1 ), state( Orig ) {} function in class:CIShared::Data
38 Data( const Data &d ) : D( d ), cnt( 1 ), state( d.state & (~Orig) ) {} function in class:CIShared::Data
39 Data &operator=( const Data &d ) {
45 Data( void* ) : cnt( 1 ), state( Null ) {} function in class:CIShared::Data
47 virtual ~Data();
51 virtual ~Data() {}
63 CIShared( bool null = true ) : d( null ? Null.d->ref(), Null.d : new Data() ) {}
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DForEach.c39 VOID *Data; local
49 Data = NULL;
81 Data
84 if (Data != NULL) {
85 gBS->FreePool (Data);
88 Data = AllocateZeroPool (DataSize);
94 Data
100 if (EFI_ERROR (Routine (Selector, Data, Context))) {
105 if (Data != NULL) {
106 gBS->FreePool (Data);
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Thread.cpp94 TSTRTR0THREADDATA Data; local
95 RT_ZERO(Data);
96 Data.uMagic = TSTRTR0THREADDATA_MAGIC;
97 Data.cCounter = 127;
100 RTR0TESTR0_CHECK_RC_BREAK(RTThreadCreate(&Data.hThread, tstRTR0ThreadCallback, &Data, 0 /* cbStack */,
104 RTR0TESTR0_CHECK_RC(RTThreadUserWait(Data.hThread, 500 /* ms */), VINF_SUCCESS);
107 RTR0TESTR0_CHECK_RC(RTThreadUserReset(Data.hThread), VINF_SUCCESS);
110 RTR0TESTR0_CHECK_MSG_BREAK(Data.cCounter = 196 && Data
[all...]
H A DtstRTSort.cpp72 TSTRTSORTAPV Data; local
73 for (size_t cElements = 0; cElements < RT_ELEMENTS(Data.apv); cElements++)
75 RT_ZERO(Data);
76 Data.cElements = cElements;
81 Data.aValues[i] = RTRandAdvU32(hRand);
82 Data.apv[i] = &Data.aValues[i];
86 pfnSorter(&Data.apv[0], cElements, testApvCompare, &Data);
89 if (!RTSortApvIsSorted(&Data
[all...]
/vbox/src/VBox/Main/include/
H A DTokenImpl.h51 struct Data struct in class:MachineToken
53 Data() function in struct:MachineToken::Data
60 Data m;
90 struct Data struct in class:MediumLockToken
92 Data() : function in struct:MediumLockToken::Data
101 Data m;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseIoLibIntrinsic/
H A DIoLibGcc.c48 UINT8 Data; local
50 __asm__ __volatile__ ("inb %w1,%b0" : "=a" (Data) : "d" ((UINT16)Port));
51 return Data;
103 UINT16 Data; local
106 __asm__ __volatile__ ("inw %w1,%w0" : "=a" (Data) : "d" ((UINT16)Port));
107 return Data;
161 UINT32 Data; local
166 __asm__ __volatile__ ("inl %w1,%0" : "=a" (Data) : "d" ((UINT16)Port));
167 return Data;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
H A DSerialStatusCodeWorker.c33 @param Data This optional parameter may be used to pass additional data.
44 IN CONST EFI_STATUS_CODE_DATA *Data OPTIONAL
58 if (Data != NULL &&
59 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
71 } else if (Data != NULL &&
72 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
104 if (Data != NULL) {
109 Data
129 } else if (Data != NULL &&
130 CompareGuid (&Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DSerialStatusCodeWorker.c29 @param Data This optional parameter may be used to pass additional data.
42 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
56 if (Data != NULL &&
57 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
69 } else if (Data != NULL &&
70 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
102 if (Data != NULL) {
107 Data
127 } else if (Data != NULL &&
128 CompareGuid (&Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Pei/
H A DSerialStatusCodeWorker.c34 @param Data This optional parameter may be used to pass additional data.
47 IN CONST EFI_STATUS_CODE_DATA *Data OPTIONAL
61 if (Data != NULL &&
62 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
74 } else if (Data != NULL &&
75 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
109 if (Data != NULL) {
114 Data
134 } else if (Data != NULL &&
135 CompareGuid (&Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DSerialStatusCodeWorker.c29 @param Data This optional parameter may be used to pass additional data.
43 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
57 if (Data != NULL &&
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
70 } else if (Data != NULL &&
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
104 if (Data != NULL) {
109 Data
129 } else if (Data != NULL &&
130 CompareGuid (&Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DSerialStatusCodeWorker.c29 @param Data This optional parameter may be used to pass additional data.
43 IN EFI_STATUS_CODE_DATA *Data OPTIONAL
57 if (Data != NULL &&
58 ReportStatusCodeExtractAssertInfo (CodeType, Value, Data, &Filename, &Description, &LineNumber)) {
70 } else if (Data != NULL &&
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
104 if (Data != NULL) {
109 Data
129 } else if (Data != NULL &&
130 CompareGuid (&Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430I2c.h24 If Data is NULL, then ASSERT().
29 @param Data The pointer to returned data if EFI_SUCCESS returned.
41 UINT8 *Data
48 If Data is NULL, then ASSERT().
53 @param Data The pointer to write data.
65 UINT8 *Data
H A DCirrusLogic5430I2c.c33 @param Address The bit map of I2C Data or I2C Clock pins.
34 @param Data The date to write.
41 UINT8 Data
50 &Data
57 @param Address The bit map of I2C Data or I2C Clock pins.
68 UINT8 Data; local
76 &Data
78 return Data;
82 Read status of I2C Data and I2C Clock Pins.
85 @param Blt The bit map of I2C Data o
174 UINT8 Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaI2c.h52 If Data is NULL, then ASSERT().
57 @param Data The pointer to returned data if EFI_SUCCESS returned.
69 UINT8 *Data
76 If Data is NULL, then ASSERT().
81 @param Data The pointer to write data.
93 UINT8 *Data
H A DVBoxVgaI2c.c61 @param Address The bit map of I2C Data or I2C Clock pins.
62 @param Data The date to write.
69 UINT8 Data
78 &Data
85 @param Address The bit map of I2C Data or I2C Clock pins.
96 UINT8 Data; local
104 &Data
106 return Data;
110 Read status of I2C Data and I2C Clock Pins.
113 @param Blt The bit map of I2C Data o
202 UINT8 Data; local
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dspc-core.cpp49 * SPC Indirect Data Content.
56 if (pThis->Data.enmType == RTCRSPCAAOVTYPE_PE_IMAGE_DATA)
58 Assert(RTAsn1ObjId_CompareWithString(&pThis->Data.Type, RTCRSPCPEIMAGEDATA_OID) == 0);
60 if ( pThis->Data.uValue.pPeImage
61 && pThis->Data.uValue.pPeImage->T0.File.enmChoice == RTCRSPCLINKCHOICE_MONIKER
62 && RTCrSpcSerializedObject_IsPresent(pThis->Data.uValue.pPeImage->T0.File.u.pMoniker) )
64 if (pThis->Data.uValue.pPeImage->T0.File.u.pMoniker->enmType == RTCRSPCSERIALIZEDOBJECTTYPE_ATTRIBUTES)
66 Assert(RTUuidCompareStr(pThis->Data.uValue.pPeImage->T0.File.u.pMoniker->Uuid.Asn1Core.uData.pUuid,
68 PCRTCRSPCSERIALIZEDOBJECTATTRIBUTES pData = pThis->Data.uValue.pPeImage->T0.File.u.pMoniker->u.pData;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmmCommon.h32 UINT8 Data[1]; member in struct:__anon11176
38 #define SMM_COMMUNICATE_HEADER_SIZE (OFFSET_OF (EFI_SMM_COMMUNICATE_HEADER, Data))
43 #define SMM_FTW_COMMUNICATE_HEADER_SIZE (OFFSET_OF (SMM_FTW_COMMUNICATE_FUNCTION_HEADER, Data))
62 UINT8 Data[1]; member in struct:__anon11179
77 UINT8 Data[1]; member in struct:__anon11181
/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/Pci/UhciDxe/
H A DUhciReg.c34 UINT16 Data; local
43 &Data
49 Data = 0xFFFF;
52 return Data;
61 @param Data Data to write.
68 IN UINT16 Data
79 &Data
103 UINT16 Data; local
105 Data
126 UINT16 Data; local
240 UINT32 Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c793 @param[in, out] Data Pointer of SPD Data.
799 IN OUT EFI_IPSEC_SPD_DATA *Data
809 if (Data->ProcessingPolicy != NULL) {
810 if (Data->ProcessingPolicy->TunnelOption != NULL) {
811 FIX_REF_BUF_ADDR (Data->ProcessingPolicy->TunnelOption, Data);
814 FIX_REF_BUF_ADDR (Data->ProcessingPolicy, Data);
828 @param[in, out] Data Pointe
1026 SetSpdEntry( IN EFI_IPSEC_CONFIG_SELECTOR *Selector, IN VOID *Data, IN VOID *Context OPTIONAL ) argument
1242 SetSadEntry( IN EFI_IPSEC_CONFIG_SELECTOR *Selector, IN VOID *Data, IN VOID *Context OPTIONAL ) argument
1478 SetPadEntry( IN EFI_IPSEC_CONFIG_SELECTOR *Selector, IN VOID *Data, IN VOID *Context OPTIONAL ) argument
2482 EfiIpSecConfigSetData( IN EFI_IPSEC_CONFIG_PROTOCOL *This, IN EFI_IPSEC_CONFIG_DATA_TYPE DataType, IN EFI_IPSEC_CONFIG_SELECTOR *Selector, IN VOID *Data, IN EFI_IPSEC_CONFIG_SELECTOR *InsertBefore OPTIONAL ) argument
2671 IpSecCopyPolicyEntry( IN EFI_IPSEC_CONFIG_DATA_TYPE Type, IN EFI_IPSEC_CONFIG_SELECTOR *Selector, IN VOID *Data, IN UINTN SelectorSize, IN UINTN DataSize, IN OUT IPSEC_VARIABLE_BUFFER *Buffer ) argument
2796 VOID *Data; local
3000 VOID *Data; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DMouseHid.c74 HidItem->Data.LongData = StartPos;
95 HidItem->Data.Uint8 = *StartPos++;
104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16));
115 CopyMem (&HidItem->Data.Uint32, StartPos, sizeof (UINT32));
148 return HidItem->Data.Uint8;
150 return HidItem->Data.Uint16;
152 return HidItem->Data.Uint32;
174 UINT8 Data; local
189 Data = (UINT8) GetItemData (HidItem);
190 if (Data
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DMouseHid.c74 HidItem->Data.LongData = StartPos;
95 HidItem->Data.Uint8 = *StartPos++;
104 CopyMem (&HidItem->Data.Uint16, StartPos, sizeof (UINT16));
115 CopyMem (&HidItem->Data.Uint32, StartPos, sizeof (UINT32));
148 return HidItem->Data.Uint8;
150 return HidItem->Data.Uint16;
152 return HidItem->Data.Uint32;
174 UINT8 Data; local
189 Data = (UINT8) GetItemData (HidItem);
190 if (Data
[all...]

Completed in 158 milliseconds

1234567891011>>