/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Comp.c | 38 UINT64 Size1; local 61 Size1 = 0; 120 Status = gEfiShellProtocol->GetFileSize(FileHandle1, &Size1); 124 if (Size1 != Size2) { 131 for (LoopVar = 0 ; LoopVar < Size1 && ErrorCount <= 10 ; LoopVar++) { 145 if (LoopVar + 1 < Size1) { 153 if (LoopVar + 1 < Size1) { 161 if (LoopVar + 1 < Size1) {
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/ |
H A D | DriverEntryPoint.c | 88 UINTN Size1; local 99 Size1 = SmmGetDevicePathSize (FirstDevicePath); 101 Size = Size1 + Size2 - sizeof (EFI_DEVICE_PATH_PROTOCOL); 110 gBS->CopyMem ((VOID *) NewDevicePath, (VOID *) FirstDevicePath, Size1); 114 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DEVICE_PATH_PROTOCOL)));
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciHotPlugSupport.c | 59 UINTN Size1; local 62 Size1 = GetDevicePathSize (DevicePath1); 65 if (Size1 != Size2) { 69 if (CompareMem (DevicePath1, DevicePath2, Size1) != 0) {
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Vol.c | 42 UINTN Size1; local 112 Size1 = StrSize(Name); 114 if (Size1 > Size2) { 115 SysInfo = ReallocatePool((UINTN)SysInfo->Size, (UINTN)SysInfo->Size + Size1 - Size2, SysInfo); 123 SysInfo->Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + Size1;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.c | 385 UINTN Size1; local 405 Size1 = GetDevicePathSize (FirstDevicePath); 407 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH; 412 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); 417 (Size1 - END_DEVICE_PATH_LENGTH));
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/ |
H A D | GenVtf.h | 261 IN UINT64 Size1, 275 Size1 - The size of the first VTF
|
H A D | GenVtf.c | 1930 IN UINT64 Size1, 1944 Size1 - The size of the first VTF 1975 Fv1EndAddress = Fv1BaseAddress + Size1; 1976 if (Fv1EndAddress != 0x100000000ULL || Size1 < 0x100000) { 1978 if (Size1 < 0x100000) { 1990 Vtf1Buffer = malloc ((UINTN) Size1); 1995 memset (Vtf1Buffer, 0x00, (UINTN) Size1); 1996 Vtf1EndBuffer = (UINT8 *) Vtf1Buffer + Size1; 2033 Status = ProcessAndCreateVtf (Size1); 1928 GenerateVtfImage( IN UINT64 StartAddress1, IN UINT64 Size1, IN UINT64 StartAddress2, IN UINT64 Size2, IN FILE *fp ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
H A D | FvImage.py | 891 Size1, Size2, Size3 = m._SIZE_.unpack_from(m._BUF_, m._OFF_) 892 Size = Size1 + (Size2 << 8) + (Size3 << 16) 913 Size1 = Size & 0xFF 916 m.SetField(m._SIZE_, 0, Size1, Size2, Size3) 919 Size1, Size2, Size3 = m.GetField(m._SIZE_) 920 return Size1 + (Size2 << 8) + (Size3 << 16) 1038 Size1, Size2, Size3 = self._SIZE_.unpack_from(self._BUF_, self._OFF_) 1039 Size = Size1 + (Size2 << 8) + (Size3 << 16) 1082 Size1 = Size & 0xFF 1085 m.SetField(m._SIZE_, 0, Size1, Size [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
H A D | SecureBootConfigFileExplorer.c | 140 UINTN Size1; local 147 Size1 = StrSize (Str1); 149 Str = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16)); 152 TmpStr = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/Common/ |
H A D | CapsuleCoalesce.c | 117 @param Size1 size of Buff1 128 UINTN Size1, 492 @param Size1 size of Buff1 503 UINTN Size1, 512 if (((Buff1 + Size1) <= Buff2) || (Buff1 >= (Buff2 + Size2))) { 501 IsOverlapped( UINT8 *Buff1, UINTN Size1, UINT8 *Buff2, UINTN Size2 ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
H A D | BootOption.c | 1094 UINTN Size1; local 1101 Size1 = StrSize (Str1); 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 D | Shell.c | 1204 UINTN Size1; local 1217 Size1 = 0; 1220 NextCommandLine = StrnCatGrow(&NextCommandLine, &Size1, StrStr(CmdLine, L"|")+1, 0);
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA.cpp | 194 uint32_t Size1; /* Halftone Algorithm Data */ member in struct:__anon13207
|