Searched defs:Size (Results 51 - 75 of 315) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMemImage.c142 HMemImageBackupVar.Size = HMemImage.Size;
151 @param[in] Size The size.
159 IN UINTN Size
164 HMemImage.Size = Size;
173 @param[in] Size The size.
183 IN UINTN Size,
198 Buffer = AllocateZeroPool (Size);
208 Size,
181 HMemImageRead( IN UINTN Offset, IN UINTN Size, IN BOOLEAN Recover ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DRm.c178 UINTN Size; local
202 Size = 0;
204 SearchString = StrnCatGrow(&SearchString, &Size, Node->FullName, 0);
205 SearchString = StrnCatGrow(&SearchString, &Size, L"*", 0);
H A DUefiShellLevel2CommandsLib.c176 UINTN Size; local
180 Size = 0;
182 ASSERT((PathToReturn == NULL && Size == 0) || (PathToReturn != NULL));
188 StrnCatGrow(&PathToReturn, &Size, CurDir, 0);
193 StrnCatGrow(&PathToReturn, &Size, Path, 0);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddelayloadhandler.h48 ULONG Size; member in struct:_DELAYLOAD_INFO
H A Devntprov.h43 ULONG Size; member in struct:_EVENT_DATA_DESCRIPTOR
64 ULONG Size; member in struct:_EVENT_FILTER_DESCRIPTOR
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptRsa.c95 @param[in] BnSize Size of big number buffer in bytes.
284 UINTN Size; local
294 Size = *BnSize;
383 *BnSize = Size;
384 Size = BN_num_bytes (BnKey);
386 if (*BnSize < Size) {
387 *BnSize = Size;
414 @param[in] PublicExponentSize Size of RSA public exponent buffer in bytes.
504 @param MessageSize Size of message buffer in bytes.
507 @return Size o
593 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c268 UINTN Size; local
270 Size = StrSize (Src);
271 Dest = AllocateZeroPool (Size);
274 CopyMem (Dest, Src, Size);
337 UINTN Size; local
340 while (GetNextDevicePathInstance (&DevicePath, &Size) != NULL) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVol.c206 UINTN Size; local
304 Size = BlockMap->Length;
309 &Size,
313 // Not check EFI_BAD_BUFFER_SIZE, for Size = BlockMap->Length
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVolBlock/
H A DFwVolBlock.c605 @param Size the size of the buffer pointed to by FvHeader
620 IN UINTN Size,
630 (UINT64)Size,
618 CoreProcessFirmwareVolume( IN VOID *FvHeader, IN UINTN Size, OUT EFI_HANDLE *FVProtocolHandle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c433 INTN Size; local
490 Size = GetDevicePathSize (TmpDevicePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL);
491 ASSERT (Size >= 0);
492 if ((Size <= SourceSize) && CompareMem (SourcePath, TmpDevicePath, (UINTN) Size) == 0) {
498 ASSERT (Size != BestMatch);
503 if (Size > BestMatch) {
504 BestMatch = Size;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPool.c35 UINTN Size; member in struct:__anon10979
160 Hdr->Header.Size >>= 1;
163 Hdr = (FREE_POOL_HEADER*)((UINT8*)Hdr + Hdr->Header.Size);
168 Hdr->Header.Size = MIN_POOL_SIZE << PoolIndex;
191 ASSERT ((FreePoolHdr->Header.Size & (FreePoolHdr->Header.Size - 1)) == 0);
192 ASSERT (((UINTN)FreePoolHdr & (FreePoolHdr->Header.Size - 1)) == 0);
193 ASSERT (FreePoolHdr->Header.Size >= MIN_POOL_SIZE);
195 PoolIndex = (UINTN) (HighBitSet32 ((UINT32)FreePoolHdr->Header.Size) - MIN_POOL_SHIFT);
206 @param Size Th
217 SmmAllocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN Size, OUT VOID **Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c764 UINTN Size; local
772 Size = sizeof (EFI_TCP4_TRANSMIT_DATA) +
775 Size = sizeof (EFI_TCP6_TRANSMIT_DATA) +
781 Data = AllocatePool (Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlNamespace.c58 AmlNodeList->Size = 0;
212 @param[in] Size Size for the Node.
222 IN UINTN Size,
253 AmlNodeList->Size = Size;
305 BufferSize = AmlHandle->Size;
360 CurrentBuffer += AmlChildHandle->Size;
410 AmlNodeList = AmlInsertNodeToTree (NameString, AmlHandle->Buffer, AmlHandle->Size, AmlRootNodeList, AmlParentNodeList);
219 AmlInsertNodeToTree( IN UINT8 *NameString, IN VOID *Buffer, IN UINTN Size, IN EFI_AML_NODE_LIST *AmlRootNodeList, IN EFI_AML_NODE_LIST *AmlParentNodeList ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
H A DFirmwarePerformanceSmm.c99 if (mBootRecordSize + Data->Size > mBootRecordMaxSize) {
106 NewRecordBuffer = AllocatePool (mBootRecordSize + Data->Size + EXTENSION_RECORD_SIZE);
113 mBootRecordMaxSize = mBootRecordSize + Data->Size + EXTENSION_RECORD_SIZE;
118 CopyMem (mBootRecordBuffer + mBootRecordSize, Data + 1, Data->Size);
119 mBootRecordSize += Data->Size;
295 UINTN Size; local
324 Size = 0;
325 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, NULL);
330 Size,
335 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, mSmramRange
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/CdExpressPei/
H A DPeiCdExpress.c465 @param[out] Size A pointer to a caller-allocated UINTN in which
484 OUT UINTN *Size,
508 *Size = PrivateData->CapsuleData[CapsuleInstance - 1].CapsuleSize;
584 @param Size The maximum comparison length.
595 IN UINTN Size,
602 for (Index = 0; Index < Size; Index++) {
480 GetRecoveryCapsuleInfo( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_DEVICE_RECOVERY_MODULE_PPI *This, IN UINTN CapsuleInstance, OUT UINTN *Size, OUT EFI_GUID *CapsuleType ) argument
592 StringCmp( IN UINT8 *Source1, IN UINT8 *Source2, IN UINTN Size, IN BOOLEAN CaseSensitive ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DGpt.c100 @param MaxSize Max Size limit
101 @param Size The size of the table
111 IN UINTN Size,
119 @param MaxSize Max Size limit
136 @param Size The size of the table
142 IN UINTN Size,
503 UINTN Size; local
526 Size = PartHeader->NumberOfPartitionEntries * PartHeader->SizeOfPartitionEntry;
528 Status = gBS->CalculateCrc32 (Ptr, Size, &Crc);
730 @param Size Th
735 PartitionSetCrcAltSize( IN UINTN Size, IN OUT EFI_TABLE_HEADER *Hdr ) argument
780 PartitionCheckCrcAltSize( IN UINTN MaxSize, IN UINTN Size, IN OUT EFI_TABLE_HEADER *Hdr ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h43 UINT32 Size; member in struct:__anon12021
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciLibCf8/
H A DPciLib.c1060 Size into the buffer specified by Buffer. This function only allows the PCI
1061 configuration registers from a single PCI function to be read. Size is
1063 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
1068 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
1069 If Size > 0 and Buffer is NULL, then ASSERT().
1073 @param Size The size in bytes of the transfer.
1076 @return Size
1083 IN UINTN Size,
1087 return PciCf8ReadBuffer (StartAddress, Size, Buffer);
1095 Size fro
1081 PciReadBuffer( IN UINTN StartAddress, IN UINTN Size, OUT VOID *Buffer ) argument
1116 PciWriteBuffer( IN UINTN StartAddress, IN UINTN Size, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciLibPciExpress/
H A DPciLib.c1060 Size into the buffer specified by Buffer. This function only allows the PCI
1061 configuration registers from a single PCI function to be read. Size is
1063 from StartAdress to StartAddress + Size. Due to alignment restrictions, 8-bit
1068 If ((StartAddress & 0xFFF) + Size) > 0x1000, then ASSERT().
1069 If Size > 0 and Buffer is NULL, then ASSERT().
1073 @param Size The size in bytes of the transfer.
1076 @return Size
1083 IN UINTN Size,
1087 return PciExpressReadBuffer (StartAddress, Size, Buffer);
1095 Size fro
1081 PciReadBuffer( IN UINTN StartAddress, IN UINTN Size, OUT VOID *Buffer ) argument
1116 PciWriteBuffer( IN UINTN StartAddress, IN UINTN Size, IN VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
H A DUefiDevicePathLib.c461 if no more) and updates Size to hold the size of the device path instance copy.
467 If Size is NULL, then ASSERT().
475 @param Size On output, this holds the size of the device
486 OUT UINTN *Size
489 ASSERT (Size != NULL);
490 return mDevicePathUtilities->GetNextDevicePathInstance (DevicePath, Size);
609 UINTN Size; local
616 Size = StrSize (FileName);
617 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH);
622 CopyMem (&FilePath->PathName, FileName, Size);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.h64 UINTN Size; member in struct:__anon12557
71 UINT16 Size; member in struct:__anon12558
82 @param[in, out] Size The size of the Destination Selector. If it
88 @retval EFI_BUFFER_TOO_SMALL If the input Size is less than size of Source Selector.
98 IN OUT UINTN *Size
445 @param[in, out] Size The size of the Destination SPD Selector. If
452 @retval EFI_BUFFER_TOO_SMALL If the input Size is less than size of Source SPD Selector.
461 IN OUT UINTN *Size
469 @param[in, out] Size The size of the Destination SA ID. If it
475 @retval EFI_BUFFER_TOO_SMALL If the input Size les
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c93 @param[out] Size - Returns the size of the file
101 OUT UINTN *Size
107 *Size = 0;
120 *Size = (UINTN) FileInfo->FileSize;
131 @param[out] Size - Returns the size of the file
294 UINTN Size; local
307 Size = sizeof (VarData);
313 &Size,
335 Size = sizeof (VarData);
343 Size,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTisDxe.c190 UINTN Size; local
198 Size = sizeof (DataByte);
205 Size = sizeof (DataWord);
212 Size = sizeof (DataDword);
221 Size = sizeof (TpmCmdHdr);
226 Size = VA_ARG (*ap, UINTN);
236 if(*DataLength + (UINT32) Size > TPMCMDBUFLENGTH) {
239 CopyMem (TpmBuffer + *DataLength, Raw, Size);
240 *DataLength += (UINT32) Size;
271 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyAccessPolicy.c29 UINTN Size; local
45 Size = sizeof (EFI_USER_INFO_ACCESS_CONTROL);
46 if (mUserInfo.AccessPolicyLen - OffSet < Size) {
47 ExpandMemory (OffSet, Size);
51 Control.Size = (UINT32) Size;
58 Size = sizeof (EFI_USER_INFO_ACCESS_CONTROL) + sizeof (EFI_GUID);
59 if (mUserInfo.AccessPolicyLen - OffSet < Size) {
60 ExpandMemory (OffSet, Size);
64 Control.Size
297 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleWrappers.c49 UINT64 Size; local
57 ShellInfoObject.NewEfiShellProtocol->GetFileSize (((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)Context)->FileHandle, &Size );
58 if (Position < Size) {
96 UINTN Size; local
97 Size = sizeof(CHAR16);
104 &Size,
381 UINTN Size; local
382 Size = StrLen(WString) * sizeof(CHAR16);
385 &Size,

Completed in 93 milliseconds

1234567891011>>