Searched defs:Size2 (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c89 UINTN Size2; local
100 Size2 = SmmGetDevicePathSize (SecondDevicePath);
101 Size = Size1 + Size2 - sizeof (EFI_DEVICE_PATH_PROTOCOL);
115 gBS->CopyMem ((VOID *) DevicePath2, (VOID *) SecondDevicePath, Size2);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c39 UINT64 Size2; local
122 Status = gEfiShellProtocol->GetFileSize(FileHandle2, &Size2);
124 if (Size1 != Size2) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DVol.c43 UINTN Size2; local
113 Size2 = StrSize(SysInfo->VolumeLabel);
114 if (Size1 > Size2) {
115 SysInfo = ReallocatePool((UINTN)SysInfo->Size, (UINTN)SysInfo->Size + Size1 - Size2, SysInfo);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c60 UINTN Size2; local
63 Size2 = GetDevicePathSize (DevicePath2);
65 if (Size1 != Size2) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c386 UINTN Size2; local
406 Size2 = GetDevicePathSize (SecondDevicePath);
407 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH;
418 CopyMem (DevicePath2, SecondDevicePath, Size2);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c141 UINTN Size2; local
148 Size2 = StrSize (Str2);
149 Str = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
152 TmpStr = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1095 UINTN Size2; local
1102 Size2 = StrSize (Str2);
1103 Str = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
1106 TmpStr = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1205 UINTN Size2; local
1218 Size2 = 0;
1221 OurCommandLine = StrnCatGrow(&OurCommandLine , &Size2, CmdLine , StrStr(CmdLine, L"|") - CmdLine);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c1932 IN UINT64 Size2,
1946 Size2 - The size of the second VTF
2001 Fv2EndAddress = Fv2BaseAddress + Size2;
2015 Vtf2Buffer = malloc ((UINTN) Size2);
2020 memset (Vtf2Buffer, 0x00, (UINTN) Size2);
2021 Vtf2EndBuffer = (UINT8 *) Vtf2Buffer + Size2;
1928 GenerateVtfImage( IN UINT64 StartAddress1, IN UINT64 Size1, IN UINT64 StartAddress2, IN UINT64 Size2, IN FILE *fp ) argument
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp195 uint32_t Size2; /* Halftone Algorithm Data */ member in struct:__anon13207

Completed in 63 milliseconds