Searched defs:Size (Results 176 - 200 of 315) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c137 @param BufferSize The FFS File Buffer Size.
140 @return The required Pad File Size.
303 @param Size The FFS file size.
315 IN UINTN Size,
336 Size,
339 if (FreeSpaceListEntry->Length >= Size + PadFileSize) {
356 @param Size The required FFS file size.
368 IN UINTN Size,
406 Size,
409 if (PadAreaLength >= (Size
313 FvLocateFreeSpaceEntry( IN FV_DEVICE *FvDevice, IN UINTN Size, IN UINTN RequiredAlignment, OUT UINTN *PadSize, OUT FREE_SPACE_ENTRY **FreeSpaceEntry ) argument
366 FvLocatePadFile( IN FV_DEVICE *FvDevice, IN UINTN Size, IN UINTN RequiredAlignment, OUT UINTN *PadSize, OUT FFS_FILE_LIST_ENTRY **PadFileEntry ) argument
1359 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c63 UINT32 Size; member in struct:__anon10522
111 @param SectionStreamLength Size in bytes of the section stream.
312 @param SectionStreamLength Size in bytes of the section stream.
400 @param SectionStreamLength Size in bytes of the section stream.
710 Node->Size = SECTION2_SIZE (SectionHeader);
712 Node->Size = SECTION_SIZE (SectionHeader);
726 if (Node->Size < sizeof (EFI_COMPRESSION_SECTION)) {
1112 NextChildOffset = CurrentChildNode->OffsetInStream + CurrentChildNode->Size;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c54 UINT32 Size; member in struct:__anon10945
304 @param SectionStreamLength Size in bytes of the section stream.
410 @param SectionStreamLength Size in bytes of the section stream.
661 Node->Size = SECTION2_SIZE (SectionHeader);
663 Node->Size = SECTION_SIZE (SectionHeader);
677 if (Node->Size < sizeof (EFI_COMPRESSION_SECTION)) {
1037 NextChildOffset = CurrentChildNode->OffsetInStream + CurrentChildNode->Size;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c1232 UINTN Size; local
1236 Size = sizeof (EFI_BOOT_SCRIPT_IO_READ_WRITE);
1240 Size = sizeof (EFI_BOOT_SCRIPT_MEM_READ_WRITE);
1244 Size = sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_READ_WRITE);
1247 Size = sizeof (EFI_BOOT_SCRIPT_MEM_POLL);
1251 Size = sizeof (EFI_BOOT_SCRIPT_IO_POLL);
1255 Size = sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE);
1259 Size = sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL);
1263 Size = sizeof (EFI_BOOT_SCRIPT_PCI_CONFIG_POLL);
1270 DataPtr = Script + Size;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c382 @param MemorySize Size of memory range.
559 UINTN Size; local
583 Size = sizeof (CapsuleDataPtr64);
594 &Size,
618 &Size,
667 UINTN Size; local
678 Size = sizeof (EFI_CAPSULE_LONG_MODE_BUFFER);
684 &Size,
701 @param MemorySize Size of the memory region pointed to by MemoryBase.
725 UINTN Size; local
984 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c799 UINTN Size; local
805 Size = sizeof (EFI_HANDLE);
811 &Size,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c792 UINTN Size; local
807 Size = 0;
840 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
841 ConfigRequest = AllocateZeroPool (Size);
844 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
878 Size = (StrLen (Request) + 32 + 1) * sizeof (CHAR16);
879 ConfigRequest = AllocateZeroPool (Size);
882 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", Request, (UINT64)BufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c184 UINTN Size; local
276 &Size,
309 &Size,
342 &Size,
460 UINTN Size; local
479 Instance = GetNextDevicePathInstance (&DevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h81 /// Size of the EFI_DHCP4_PACKET buffer.
83 UINT32 Size; member in struct:__anon12095
H A DDhcp6.h189 /// Size of the EFI_DHCP6_PACKET buffer.
191 UINT32 Size; member in struct:__anon12107
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c1892 UINTN Size; local
1906 Size = 0;
1944 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
1945 ConfigRequest = AllocateZeroPool (Size);
1948 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c1440 UINTN Size; local
1456 Size = 0;
1484 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
1485 ConfigRequest = AllocateZeroPool (Size);
1490 Size,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c189 ASSERT (Dst->Size >= Src->Length);
398 UINT32 Size; local
404 // The BootFile Size should be 1~5 byte ASCII strings
411 // Extract the value of BootFile Size.
414 Size = 0;
420 Size = (Size + Digit) * 10;
423 Size = Size / 10;
424 if (Size > PXEBC_DHCP6_MAX_BOOT_FILE_SIZ
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c359 @param[in] TpmInputParameterBlockSize Size of the TPM input parameter block
361 @param[in] TpmOutputParameterBlockSize Size of the TPM output parameter block
889 UINTN Size; local
913 &Size,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFirmwareVolumeBuffer.c44 IN UINTN Size
51 IN UINTN Size
95 FileToRmLength = FvBufExpand3ByteSize (FileToRm->Size);
221 FileSize = FvBufExpand3ByteSize (File->Size);
338 IN UINTN Size
355 Size - The minimum size that the firmware volume is to be extended by.
388 BlockCount = ((Size + (blk->Length - 1)) / blk->Length);
489 OUT UINTN *Size
511 *Size = 0;
514 *Size
1493 UINT32 Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DPiFirmwareFile.h103 UINT8 Size[3]; member in struct:__anon10037
141 UINT8 Size[3]; member in struct:__anon10038
250 ((UINT32) (*((UINT32 *) ((EFI_COMMON_SECTION_HEADER *) SectionHeaderPtr)->Size) & 0x00ffffff))
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c506 @param[in] DataSize Size of Data.
764 @param[in] DataSize Size of Data.
858 @param[in] DataSize Size of Data found. If size is less than the
967 @param[in] DataSize Size of Data found. If size is less than the
1046 @param[in] DataSize Size of Data found. If size is less than the
1208 @param[in] DataSize Size of Data buffer.
1210 @param[in] NewDataSize Size of NewData buffer.
1212 @return Size of the merged buffer.
1231 UINTN Size; local
1248 Size
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c161 UINTN Size; local
327 Size = 100;
328 TempString = AllocateZeroPool(Size);
330 UnicodeSPrint(TempString, Size, L"%d", PcdGet8(PcdShellSupportLevel));
334 UnicodeSPrint(TempString, Size, L"%d.%d", ShellInfoObject.NewEfiShellProtocol->MajorVersion, ShellInfoObject.NewEfiShellProtocol->MinorVersion);
338 UnicodeSPrint(TempString, Size, L"%d.%d", (gST->Hdr.Revision & 0xFFFF0000) >> 16, gST->Hdr.Revision & 0x0000FFFF);
677 UINTN Size; local
690 Size = 0;
706 ASSERT((ShellInfoObject.ShellInitSettings.FileOptions == NULL && Size == 0) || (ShellInfoObject.ShellInitSettings.FileOptions != NULL));
708 &Size,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c186 UINTN Size; local
195 Size = 0;
205 Size = (Dev->Mode->MaxMode + 1) * 80;
206 RetVal = AllocateZeroPool(Size);
210 UnicodeSPrint(RetVal, Size, Temp, Dev, Dev->Mode->Attribute);
220 NewSize = Size - StrSize(RetVal);
1324 UINTN Size; local
1327 Size = 0;
1334 Status = gBS->LocateHandle(AllHandles, NULL, NULL, &Size, HandleList);
1336 HandleList = AllocateZeroPool(Size
1379 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c310 for (Index = 0; Index < 0x08 && Index < Line->Size; Index++) {
347 while (Index < 0x10 && Index < Line->Size) {
388 for (Index = 0; Index < 0x10 && Index < Line->Size; Index++) {
615 if (Line == NULL || FColumn > Line->Size) {
669 if (Line == NULL || FColumn > Line->Size) {
900 @param[in] DiskSize Size of the disk buffer. OPTIONAL and ignored if not FileTypeDiskBuffer.
902 @param[in] MemSize Size of the Memory buffer. OPTIONAL and ignored if not FileTypeMemBuffer.
969 @param[in] DiskSize Size of the disk buffer. OPTIONAL and ignored if not FileTypeDiskBuffer.
971 @param[in] MemSize Size of the Memory buffer. OPTIONAL and ignored if not FileTypeMemBuffer.
1056 Line->Size
1872 UINTN Size; local
1917 UINTN Size; local
2052 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d10shader.h142 UINT Size; member in struct:_D3D10_SHADER_BUFFER_DESC
150 UINT Size; member in struct:_D3D10_SHADER_VARIABLE_DESC
H A Dd3d11shader.h90 UINT Size; member in struct:_D3D11_SHADER_VARIABLE_DESC
116 UINT Size; member in struct:_D3D11_SHADER_BUFFER_DESC
H A Drpcasync.h63 short Size; member in struct:tagBinaryParam
159 unsigned int Size; member in struct:_RPC_ASYNC_STATE
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_ir.h146 GLint Size; /**< number of floats */ member in struct:_slang_ir_storage
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Devntrace.h58 USHORT Size; member in struct:_EVENT_TRACE_HEADER

Completed in 121 milliseconds

1234567891011>>