Searched defs:Size (Results 26 - 50 of 315) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTpmComm.c81 @param[in] FlagSize Size of the buffer.
98 UINT32 Size; local
112 &Size,
129 @param[in, out] LogSize Size of the Event Log.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMyAlloc.c111 memcmp(&Tmp->Buffer[Tmp->Size + sizeof(UINT32)], &MyAllocTailMagik, sizeof MyAllocTailMagik)) {
127 (unsigned) Tmp->Size,
129 (unsigned) *(UINT32 *) (&Tmp->Buffer[Tmp->Size + sizeof (UINT32)])
152 (unsigned) Tmp->Size,
154 (unsigned) *(UINT32 *) (&Tmp->Buffer[Tmp->Size + sizeof (UINT32)])
166 UINTN Size,
174 // for the File[] string, requested Size and alignment overhead. If
180 // Size := Number of bytes (UINT8) requested by the called.
181 // Size cannot be zero.
200 if (Size
165 MyAlloc( UINTN Size, UINT8 File[], UINTN Line ) argument
277 MyRealloc( VOID *Ptr, UINTN Size, UINT8 File[], UINTN Line ) argument
[all...]
H A DMyAlloc.h58 UINTN Size; member in struct:MyAllocStruct
63 // Cksum := (UINTN)This + (UINTN)Next + Line + Size + (UINTN)File +
70 // Size := Size of allocation request.
121 UINTN Size,
131 // for the File[] string, requested Size and alignment overhead. If
137 // Size := Number of bytes (UINT8) requested by the called.
138 // Size cannot be zero.
153 UINTN Size,
171 // Size
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElfConvert.c123 UINT32 Size,
131 Hdr->Misc.VirtualSize = Size;
133 Hdr->SizeOfRawData = Size;
120 CreateSectionHeader( const CHAR8 *Name, UINT32 Offset, UINT32 Size, UINT32 Flags ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DVariableFormat.h33 UINT32 Size; member in struct:__anon10084
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmem.c47 @param[in] Size The length of memory to display.
53 IN CONST UINTN Size
68 Buffer = AllocateZeroPool(Size);
71 Status = PciRbIo->Mem.Read(PciRbIo, EfiPciWidthUint8, (UINT64)(UINTN)Address, Size, Buffer);
76 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_DMEM_MMIO_HEADER_ROW), gShellDebug1HiiHandle, (UINT64)(UINTN)Address, Size);
77 DumpHex(2,0,Size,Buffer);
107 UINT64 Size; local
119 Size = 0;
150 Size = 512;
158 Size
[all...]
H A DSetVar.c49 UINTN Size; local
57 Size = 0;
106 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
108 Buffer = AllocateZeroPool(Size);
109 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
112 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SETVAR_PRINT), gShellDebug1HiiHandle, &Guid, VariableName, Size);
113 for (LoopVar = 0 ; LoopVar < Size ; LoopVar++) {
174 Size = 0;
176 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes2, &Size, Buffer);
178 Buffer = AllocateZeroPool(Size);
[all...]
H A DDmpStore.c54 UINTN Size; local
69 Size = PcdGet16(PcdShellFileOperationSize);
70 FoundVarName = AllocateZeroPool(Size);
90 Size = (UINTN)PcdGet16(PcdShellFileOperationSize);
93 Status = gRT->GetNextVariableName(&Size, FoundVarName, &FoundVarGuid);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DMalloc.c52 UINT32 Size; member in struct:__anon13030
67 @param size Size, in bytes, of the region to allocate.
73 - EINVAL: Requested Size is zero.
77 malloc(size_t Size) argument
82 if( Size == 0) {
87 Status = gBS->AllocatePool( EfiLoaderData, (UINTN)Size, &RetVal);
96 whose size is Size. The space is initialized to all bits zero.
103 @param Size Size, in bytes, of the objects to allocate space for.
110 calloc(size_t Num, size_t Size) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/IndustryStandard/
H A DVBoxFatImage.h43 UINT32 Size; member in struct:_EFI_FAT_IMAGE_HEADER_NLIST
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c46 UINT32 Size; local
182 Size = sizeof (ATAPI_IDENTIFY);
186 &Size
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c99 UINTN Size; local
118 Instance = GetNextDevicePathInstance (&DevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DBdsEntry.c296 UINTN Size; local
303 Size = 0;
311 Size += NodeSize;
312 if (Size > MaxSize) {
319 Size += DevicePathNodeLength (DevicePath);
320 if (Size > MaxSize) {
H A DLanguage.c327 UINTN Size; local
372 Size = ISO_639_2_ENTRY_SIZE + 1;
377 &Size,
408 PlatformLang = BdsLibGetVariableAndSize (L"PlatformLang", &gEfiGlobalVariableGuid, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
H A DDataHubStatusCodeWorker.c234 Record->Data.Size = (UINT16) ((CharCount + 1) * sizeof (CHAR16));
241 if (Data->Size > EFI_STATUS_CODE_DATA_MAX_SIZE) {
242 Record->Data.Size = EFI_STATUS_CODE_DATA_MAX_SIZE;
244 CopyMem ((VOID *) (Record + 1), Data + 1, Record->Data.Size);
270 UINT32 Size; local
296 Size = sizeof (DATA_HUB_STATUS_CODE_DATA_RECORD) + (UINT32) Record->Data.Size;
323 Size
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DDataHubStatusCodeWorker.c248 Record->Data.Size = (UINT16) ((CharCount + 1) * sizeof (CHAR16));
255 if (Data->Size > EFI_STATUS_CODE_DATA_MAX_SIZE) {
256 Record->Data.Size = EFI_STATUS_CODE_DATA_MAX_SIZE;
258 CopyMem ((VOID *) (Record + 1), Data + 1, Record->Data.Size);
284 UINT32 Size; local
310 Size = sizeof (DATA_HUB_STATUS_CODE_DATA_RECORD) + (UINT32) Record->Data.Size;
337 Size
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
H A DAcpiPlatform.c50 UINTN Size; local
98 &Size,
131 @param Size Number of bytes to checksum
137 IN UINTN Size
152 Buffer[ChecksumOffset] = CalculateCheckSum8(Buffer, Size);
182 UINTN Size; local
214 &Size,
224 ASSERT (Size >= TableSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/LockBox/SmmLockBox/
H A DSmmLockBox.c324 UINTN Size; local
332 Size = 0;
333 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, NULL);
338 Size,
343 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, mSmramRanges);
346 mSmramRangeCount = Size / sizeof (EFI_SMRAM_DESCRIPTOR);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DBmp.h30 UINT32 Size; member in struct:__anon11617
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DTcgService.h34 UINT8 Size; /// Size of this structure. member in struct:_TCG_EFI_BOOT_SERVICE_CAPABILITY
140 @param TpmInputParameterBlockSize Size of the TPM input parameter block.
142 @param TpmOutputParameterBlockSize Size of the TPM output parameter block.
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/EmuVariableFvbRuntimeDxe/
H A DFvb.h53 UINTN Size; member in struct:__anon12620
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigMisc.c23 @param[out] FileSize Size of input file
299 @param[in] BufferSize Size of Buffer.
311 UINTN Size; local
313 Size = UnicodeSPrint (
333 return Size - 1;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.c43 UINTN Size; local
47 Size = 0;
56 &Size,
59 Buffer = AllocateZeroPool(Size);
64 &Size,
235 UINTN Size; local
264 Size = StrSize(Node->Val);
266 Status = SHELL_SET_ENVIRONMENT_VARIABLE_NV(Node->Key, Size, Node->Val);
268 Status = SHELL_SET_ENVIRONMENT_VARIABLE_V (Node->Key, Size, Node->Val);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DDiskImage.c85 HDiskImageBackupVar.Size = HDiskImage.Size;
111 @param[in] Size The size.
121 IN UINTN Size
146 HDiskImage.Size = Size;
156 @param[in] Size The size.
168 IN UINTN Size,
216 if (Offset > BlkIo->Media->LastBlock || Offset + Size > BlkIo->Media->LastBlock) {
217 StatusBarSetStatusString (L"Invalid Offset + Size");
165 HDiskImageRead( IN CONST CHAR16 *DeviceName, IN UINTN Offset, IN UINTN Size, IN BOOLEAN Recover ) argument
[all...]
H A DFileImage.c113 UINTN Size; local
121 Size = StrLen (Str);
123 HFileImage.FileName = AllocateZeroPool (2 * (Size + 1));
128 for (Index = 0; Index < Size; Index++) {
132 HFileImage.FileName[Size] = L'\0';
171 Status = ReadFileIntoBuffer (FileName, (VOID**)&Buffer, &HFileImage.Size, &HFileImage.ReadOnly);
175 if ((EFI_ERROR(Status)) || (Buffer == NULL && HFileImage.Size != 0)) {
194 Status = HBufferImageBufferToList (Buffer, HFileImage.Size);
331 if (Line->Size != 0) {
332 TotalSize += Line->Size;
[all...]

Completed in 2699 milliseconds

1234567891011>>