Searched defs:Size (Results 201 - 225 of 315) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcasync.h56 short Size; member in struct:tagBinaryParam
152 unsigned int Size; member in struct:_RPC_ASYNC_STATE
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp637 ULARGE_INTEGER Size; local
638 Size.LowPart = GetFileSize((HANDLE)RTFileToNative(hFile), &Size.HighPart);
639 if (Size.LowPart != INVALID_FILE_SIZE)
641 *pcbSize = Size.QuadPart;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c674 DEBUG ((EFI_D_INFO, " Table - %x, Size - %x, Location - %x, Alignment - %x\n", (UINTN)Table, (UINTN)TableSize, (UINTN)Location, (UINTN)Alignment));
1489 @param LoadOptionsSize Size of LoadOption in size.
1563 @param Size Size of E820 Table
1571 OUT UINTN *Size
1762 *Size = (UINTN) (Index * sizeof (EFI_E820_ENTRY64));
1825 *Size = (UINTN) (Index * sizeof (EFI_E820_ENTRY64));
2005 UINT32 Size; local
2042 Size = 15 * SIZE_1MB;
2044 Size
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c382 UINTN Size; local
430 Size = GetDevicePathSize (UsbIoDevicePath);
431 if ((Size < ParentSize) ||
1044 UINTN Size; local
1068 Instance = GetNextDevicePathInstance (&TempNewDevicePath, &Size);
1632 UINTN Size; local
1934 &Size,
2111 UINTN Size; local
2216 Size = GetDevicePathSize(UpdatedDevicePath) - sizeof (EFI_DEVICE_PATH_PROTOCOL); // minus the end node
2236 if (Size <
2817 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h178 UINT8 Width; ///< The Size of the Data being saved.
194 UINT8 Width; ///< The Size of the Data being saved.
212 UINT8 Width; ///< The Size of the Data being saved.
246 UINT8 Width; ///< The Size of the Data being saved.
259 UINT8 Width; ///< The Size of the Data being saved.
364 UINT16 Size; ///< The size of the variable storage. member in struct:__anon10563
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c1416 @param Size The size of allocation.
1426 IN UINT32 Size,
1438 Size
1444 ZeroMem (*PtrStruct, Size);
1424 AllocateTDorQHStruct( IN USB_UHC_DEV *UhcDev, IN UINT32 Size, OUT VOID **PtrStruct ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c1557 UINT8 Size; local
1586 Size = 2;
1599 Size += sizeof (UINT16);
1603 Index16 = VmReadIndex16 (VmPtr, Size);
1605 Size += sizeof (UINT16);
1614 Size += sizeof (UINT32);
1618 Index32 = VmReadIndex32 (VmPtr, Size);
1620 Size += sizeof (UINT32);
1628 Size += sizeof (UINT64);
1632 Index64Op2 = VmReadIndex64 (VmPtr, Size);
1955 UINT8 Size; local
2176 UINT8 Size; local
2294 UINT8 Size; local
2396 UINT8 Size; local
2502 UINT8 Size; local
2595 UINT8 Size; local
2959 UINT8 Size; local
3021 EbcLLCALLEX (VmPtr, (UINTN) Immed64, (UINTN) VmPtr->Gpr[0], FramePtr, Size); local
3058 EbcLLCALLEX (VmPtr, (UINTN) (Immed64 + VmPtr->Ip + Size), (UINTN) VmPtr->Gpr[0], FramePtr, Size); local
3064 EbcLLCALLEX (VmPtr, (UINTN) Immed64, (UINTN) VmPtr->Gpr[0], FramePtr, Size); local
3139 UINT8 Size; local
3300 UINT8 Size; local
4131 UINT8 Size; local
5308 volatile UINT32 Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c794 UINTN Size; local
801 Size = 0;
811 Size,
828 Size = ResultSize;
835 Size,
843 *PackageSize = Size;
1037 if (VarStorageData->Size != 0) {
1074 VarStorageData->Size = IfrVarStore->Size;
1094 if (VarStorageData->Size !
[all...]
H A DHiiDatabase.h69 UINT16 Size; member in struct:__anon11182
120 UINT16 Size; member in struct:__anon11186
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c1166 UINTN Size; local
1180 Size = 0;
1193 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
1194 ConfigRequest = AllocateZeroPool (Size);
1198 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c77 UINTN Size; local
80 Size = EXPRESSION_STACK_SIZE_INCREMENT;
82 Size = Size + (*StackEnd - *Stack);
85 NewStack = AllocatePool (Size * sizeof (EFI_HII_VALUE));
111 *StackEnd = NewStack + Size;
309 UINTN Size; local
312 Size = EXPRESSION_STACK_SIZE_INCREMENT;
314 Size = Size
1181 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c163 @param DataSize Size of data to be written.
188 UINTN Size; local
228 if ((DataPtr + DataSize) >= ((UINTN) ((UINT8 *) VolatileBase + VolatileBase->Size))) {
269 Size = (UINT32) (LinearOffset + PtrBlockMapEntry->Length - CurrWritePtr);
274 &Size,
282 CurrBuffer = CurrBuffer + Size;
283 CurrWriteSize = CurrWriteSize - Size;
322 VarStoreHeader->Size == 0xffffffff &&
340 @return UINTN Size of variable in bytes.
363 @return Size o
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiFirmwareFile.h128 UINT8 Size[3]; member in struct:__anon11961
160 /// The length of the file data is either (Size - sizeof(EFI_FFS_FILE_HEADER)). This calculation means a
161 /// zero-length file has a Size of 24 bytes, which is sizeof(EFI_FFS_FILE_HEADER).
162 /// Size is not required to be a multiple of 8 bytes. Given a file F, the next file header is
165 UINT8 Size[3]; member in struct:__anon11962
173 /// If FFS_ATTRIB_LARGE_FILE is set in Attributes, then ExtendedSize exists and Size must be set to zero.
183 ((UINT32) (*((UINT32 *) ((EFI_FFS_FILE_HEADER *) (UINTN) FfsFileHeaderPtr)->Size) & 0x00ffffff))
229 UINT8 Size[3]; member in struct:__anon11963
241 UINT8 Size[3]; member in struct:__anon11964
246 /// If Size i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserManager.h185 UINT32 Size; ///< Specifies the size of the user access control record, in bytes, including this header. member in struct:__anon12386
298 UINT64 Size; ///< Total size of the user information table, in bytes. member in struct:__anon12388
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIke.h241 UINTN Size; member in struct:__anon12520
H A DIpSecConfigImpl.c639 @param[in, out] Size The size of the Destination SPD Selector. If it
646 @retval EFI_BUFFER_TOO_SMALL If the input Size is less than size of the Source SPD Selector.
655 IN OUT UINTN *Size
668 if (Size != NULL && (*Size) < SIZE_OF_SPD_SELECTOR (Src)) {
669 *Size = SIZE_OF_SPD_SELECTOR (Src);
705 @param[in, out] Size The size of the Destination SA ID. If it
711 @retval EFI_BUFFER_TOO_SMALL If the input Size less than size of source SA ID.
719 IN OUT UINTN *Size
732 if (Size !
2051 UINTN Size; local
2080 UINTN Size; local
3002 UINTN Size; local
[all...]
H A DIpSecImpl.c750 UINT16 Size; local
752 Size = (UINT16) (LastHead - (UINT8 *) IpHead);
754 if (Size > sizeof (EFI_IP6_HEADER)) {
759 Size = (UINT16) (Size - sizeof (EFI_IP6_HEADER) + *(LastHead + 1) + 8);
761 Size = 0;
764 return Size;
1709 INTN EncryptBlockSize;// Size of encryption block, 4 bytes aligned and >= 4
1711 UINTN IvSize; // Size of IV, optional, might be 0
1713 UINTN PaddingSize; // Size o
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c251 @param Size TODO: add argument description
262 IN UINT32 Size,
297 Size,
313 @param Size TODO: add argument description
324 IN UINT32 Size,
337 Size,
259 MapIt( IN NIC_DATA_INSTANCE *AdapterInfo, IN UINT64 MemAddr, IN UINT32 Size, IN UINT32 Direction, OUT UINT64 MappedAddr ) argument
321 UnMapIt( IN NIC_DATA_INSTANCE *AdapterInfo, IN UINT64 MemAddr, IN UINT32 Size, IN UINT32 Direction, IN UINT64 MappedAddr ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c433 ValueLen = Access.Size - sizeof (EFI_USER_INFO_ACCESS_CONTROL);
475 TotalLen += Access.Size;
785 CheckLen += Access.Size;
1633 Access->Size = sizeof (EFI_USER_INFO_ACCESS_CONTROL);
1634 Info->InfoSize = sizeof (EFI_USER_INFO) + Access->Size;
1723 UserInfoTable->Size = sizeof (EFI_USER_INFO_TABLE);
1728 CopyMem ((UINT8 *) UserInfoTable + UserInfoTable->Size, (UINT8 *) IdInfo, IdInfo->InfoSize);
1729 UserInfoTable->Size += IdInfo->InfoSize;
1731 CopyMem ((UINT8 *) UserInfoTable + UserInfoTable->Size, (UINT8 *) NameInfo, NameInfo->InfoSize);
1732 UserInfoTable->Size
3402 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c1121 UINT32 i, k, Flags, Root, Pos, Size; local
1125 Size = mCFreq[Root];
1126 PutBits(16, Size);
1151 for (i = 0; i < Size; i++) {
H A DTianoCompress.c1228 UINT32 Size; local
1232 Size = mCFreq[Root];
1233 PutBits (16, Size);
1261 for (Index = 0; Index < Size; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.h213 UINTN Size; member in struct:__anon9978
228 UINTN Size; member in struct:__anon9979
377 InfFileSize Size of the contents of the InfFileImage buffer.
407 InfFileSize Size of the contents of the InfFileImage buffer.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c892 IN UINT64 Size
906 Size - Firmware Volume Size
935 // Firmware Volume Size in 16 byte block
937 CompFitPtr->CompSize = ((UINT32) Size) / 16;
1133 (a) Component Size greater than the specified size.
1241 Error (NULL, 0, 2000,"Invalid Parameter", "There's component in second VTF so second BaseAddress and Size must be specified!");
1316 (b)The PAL_A Size is more than specified size status
1352 Error (NULL, 0, 2000, "Invalid parameter", "The PAL_A Size is more than the specified size.");
1461 Error (NULL, 0, 2000, "Invalid parameter", "Invalid FIT Table Size, i
2332 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp238 IN UINT32 Size
243 if ((Size == 0) || (Buffer == NULL)) {
251 for (Index = 0; Index < Size; Index++) {
264 return Size;
293 UINT32 Size; local
300 TBuffer.Size = mPkgLength;
302 if (TBuffer.Size != 0) {
303 TBuffer.Buffer = new CHAR8[TBuffer.Size];
310 while ((Size = Read (Buffer, 1024)) != 0) {
311 memcpy (Temp, Buffer, Size);
327 UINT32 Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c118 @param[in] DataSize Size of data to access.
144 UINTN Size; local
162 if ((StartAddress + DataSize) > ((UINTN) ((UINT8 *) VolatileBase + VolatileBase->Size))) {
199 if ((StartAddress + DataSize) > ((EFI_PHYSICAL_ADDRESS) (UINTN) ((CHAR8 *)VariableStoreHeader + VariableStoreHeader->Size))) {
258 Size = (UINT32) (LinearOffset + PtrBlockMapEntry->Length - CurrWritePtr);
267 (UINT64) &Size,
280 (UINT64) &Size,
293 CurrBuffer = CurrBuffer + Size;
294 CurrWriteSize = CurrWriteSize - Size;
417 VarStoreHeader->Size
[all...]

Completed in 350 milliseconds

1234567891011>>