Searched defs:Size (Results 226 - 250 of 315) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c163 @param DataSize Size of data to be written.
188 UINTN Size; local
230 if ((DataPtr + DataSize) >= ((UINTN) ((UINT8 *) VolatileBase + VolatileBase->Size))) {
271 Size = (UINT32) (LinearOffset + PtrBlockMapEntry->Length - CurrWritePtr);
276 &Size,
284 CurrBuffer = CurrBuffer + Size;
285 CurrWriteSize = CurrWriteSize - Size;
324 VarStoreHeader->Size == 0xffffffff &&
342 @return UINTN Size of variable in bytes.
365 @return Size o
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c1159 // FileSize - (CertDirectory->Size)
1169 mNtHeader.Pe32->OptionalHeader.DataDirectory[EFI_IMAGE_DIRECTORY_ENTRY_SECURITY].Size -
1177 mNtHeader.Pe32Plus->OptionalHeader.DataDirectory[EFI_IMAGE_DIRECTORY_ENTRY_SECURITY].Size -
2147 UINTN Size; local
2161 Size = 0;
2186 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
2187 ConfigRequest = AllocateZeroPool (Size);
2190 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c145 @param[in, out] BufferSize Size in bytes of Buffer.
192 @param[in, out] BufferSize Size in bytes of Buffer.
978 @param[in, out] BufferSize Size in bytes of Buffer.
1001 @param[in, out] BufferSize Size in bytes of Buffer.
1048 @param[in, out] BufferSize Size in bytes of Buffer.
1327 @param[in, out] BufferSize Size in bytes of Buffer.
1377 @param[in, out] BufferSize Size in bytes of Buffer.
1557 @param BufferSize Size of buffer.
1628 UINTN Size; local
1639 AsciiBuffer = AllocateZeroPool((Size
1740 UINTN Size; local
[all...]
H A DShellProtocol.c251 UINTN Size; local
254 Size = 0;
256 StrnCatGrow(&NewName, &Size, Mapping, 0);
258 StrnCatGrow(&NewName, &Size, L":", 0);
507 UINTN Size; local
527 Size = StrSize(Cwd);
528 Size += StrSize(Path);
529 NewPath = AllocateZeroPool(Size);
544 Size = 0;
548 ASSERT((MapName == NULL && Size
1580 UINTN Size; local
1793 UINTN Size; local
1881 UINTN Size; local
2042 UINTN Size; local
2402 UINTN Size; local
2608 UINTN Size; local
2666 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c1126 UINT32 Size; local
1130 Size = mCFreq[Root];
1131 PutBits (16, Size);
1159 for (LoopVar1 = 0; LoopVar1 < Size; LoopVar1++) {
H A DPci.c2057 UINTN Size; local
2063 Size = 0;
2685 // Print register Cache Line Size
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c320 if (Line == NULL || FColumn > Line->Size) {
360 if (Line == NULL || FColumn > Line->Size) {
498 Limit = Line->Size - FileBuffer.LowVisibleRange.Column + 1;
499 if (Limit > Line->Size) {
678 Line->Size = 0;
1104 Line->Size = LineSize;
1217 Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + 100;
1218 VolumeInfo = (EFI_FILE_SYSTEM_INFO *) AllocateZeroPool (Size);
1219 Status = RootFs->GetInfo (RootFs, &gEfiFileSystemInfoGuid, &Size, VolumeInfo);
1266 @param[out] Size Th
1433 UINTN Size; local
1724 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9core.h299 UINT Size; member in struct:_D3DXRTE_DESC
H A Dd3dx9shader.h344 DWORD Size; member in struct:_D3DXSHADER_CONSTANTTABLE
H A Devntrace.h72 USHORT Size; member in struct:_EVENT_TRACE_HEADER
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h86 size_t Size(void);
480 size_t Size(void) const { return cbData; } function in class:GuestWaitEventPayload
490 /** Size (in bytes) of payload. */
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp201 size_t GuestEnvironment::Size(void) function in class:GuestEnvironment
625 * @param cbData Size (in bytes) of data to add.
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiFirmwareFile.h131 UINT8 Size[3]; member in struct:__anon15563
163 /// The length of the file data is either (Size - sizeof(EFI_FFS_FILE_HEADER)). This calculation means a
164 /// zero-length file has a Size of 24 bytes, which is sizeof(EFI_FFS_FILE_HEADER).
165 /// Size is not required to be a multiple of 8 bytes. Given a file F, the next file header is
168 UINT8 Size[3]; member in struct:__anon15564
176 /// If FFS_ATTRIB_LARGE_FILE is set in Attributes, then ExtendedSize exists and Size must be set to zero.
223 UINT8 Size[3]; member in struct:__anon15565
235 UINT8 Size[3]; member in struct:__anon15566
240 /// If Size is 0xFFFFFF, then ExtendedSize contains the size of the section. If
241 /// Size i
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9core.h296 UINT Size; member in struct:_D3DXRTE_DESC
H A Dd3dx9shader.h321 DWORD Size; member in struct:_D3DXSHADER_CONSTANTTABLE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1390 UINT8 *Tail; // Tail of the data in the block, Tail-Head=Size
1391 UINT32 Size; // The size of the data member in struct:__anon11053
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c1278 if ((Offset + Width) > IfrVarStore->Size) {
1336 if ((Offset + Width) > IfrVarStore->Size) {
1427 if ((Offset + Width) > IfrVarStore->Size) {
1482 if ((Offset + Width) > IfrVarStore->Size) {
2170 UINTN Size; local
2186 Size = (StrLen (mConfigHdrTemplate) + 1) * sizeof (CHAR16);
2187 Size = Size + (StrLen (ResultsData) + 1) * sizeof (CHAR16);
2188 ConfigResp = AllocateZeroPool (Size);
2189 UnicodeSPrint (ConfigResp, Size,
2252 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c1716 @param SizeOfCount Size of element in array.
2084 UINTN Size; local
2125 Size = Private->CurrentNumberOfConsoles * sizeof (INT32);
2133 CopyMem (TextOutModeMap, SrcAddress, Size);
2135 SrcAddress += Size;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.h43 #define PXEBC_DHCP4_TAG_BOOTFILE_LEN 13 // Boot File Size
48 #define PXEBC_DHCP4_TAG_EMTU 22 // Maximum Datagram Reassembly Size
61 #define PXEBC_DHCP4_TAG_MAXMSG 57 // Maximum DHCP Message Size
173 UINT16 Size; member in struct:__anon11243
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c106 Set Buffer to Value for Size bytes.
109 @param Size Number of bytes to set
116 IN UINTN Size,
123 while ((Size--) != 0) {
891 // Size of the string visually and subtract the width by one for the null-terminator
1272 UINTN Size; local
1275 Size = 0;
1282 Size = StrLen (String);
1294 ((Statement->Operand == EFI_IFR_TEXT_OP) && (Size == 0))
114 SetUnicodeMem( IN VOID *Buffer, IN UINTN Size, IN CHAR16 Value ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c103 UINTN Size; local
116 Size = sizeof (IKEV2_NONCE) + NonceSize;
119 Nonce = AllocateZeroPool (Size);
121 CopyMem (Nonce + 1, NonceBlock, Size - sizeof (IKEV2_NONCE));
124 Nonce->Header.PayloadLength = (UINT16) Size;
130 NoncePayload->PayloadSize = Size;
271 @param[in] CertSize Size of the Certificate.
1106 @param[in] SpiSize Size of the SPI in SPI size field of the Notify Payload.
1138 // ! Protocol ID ! SPI Size ! Notify Message Type !
1202 @param[in] SpiSize Size o
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.h43 #define PXEBC_DHCP4_TAG_BOOTFILE_LEN 13 // Boot File Size
48 #define PXEBC_DHCP4_TAG_EMTU 22 // Maximum Datagram Reassembly Size
61 #define PXEBC_DHCP4_TAG_MAXMSG 57 // Maximum DHCP Message Size
209 UINT16 Size; member in struct:__anon12568
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c1050 UINT32 Size; local
1054 Size = mCFreq[Root];
1056 PutBits (16, Size);
1084 for (Index = 0; Index < Size; Index++) {
1608 UINTN Size; local
1612 Size = 0;
1637 Size += (UINTN) FileSize;
1638 *BufferLength = Size;
2678 // The length of the field 'Position Set Code Length Array Size' in Block Header.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py83 def frombuffer(m, Buffer, Offset=0, Size=None):
86 # we may need the Size information in advance if it's given
87 m._LEN_ = Size
98 Size = FieldStruct.size
99 if Size > len(m):
100 m.extend([0] * (Size - len(m)))
454 FvInfo += "[FV:%s] file_system=%s size=%x checksum=%s\n" % (self.Name, self.FileSystemGuid, self.Size, self.Checksum)
460 Size = self._LENGTH_.unpack_from(self._BUF_, self._OFF_)[0]
462 self.extend(self._BUF_[self._OFF_:self._OFF_+Size])
465 EndOfFv = Size
510 Size = property(_GetSize) variable in class:FirmwareVolume
949 Size = property(_GetSize, _SetSize) variable in class:Section
1125 Size = property(_GetSize, _SetSize) variable in class:Ffs
1440 Size = os.path.getsize(FilePath) variable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1004 if Size is NULL then ASSERT()
1010 @param Size pointer to size
1019 OUT UINT64 *Size
1022 return (FileFunctionMap.GetFileSize(FileHandle, Size));
1390 NewInfo->Info = AllocateZeroPool((UINTN)OldInfo->Info->Size);
1406 gBS->CopyMem (NewInfo->Info, OldInfo->Info, (UINTN)OldInfo->Info->Size);
1600 UINTN Size; local
1622 Size = StrSize(Path);
1623 Size += StrSize(FileName);
1624 TestPath = AllocateZeroPool(Size);
1716 UINTN Size; local
2511 UINTN Size; local
2581 UINTN Size; local
3173 UINTN Size; local
3873 UINTN Size; local
3922 ShellFileHandleReadLine( IN SHELL_FILE_HANDLE Handle, IN OUT CHAR16 *Buffer, IN OUT UINTN *Size, IN BOOLEAN Truncate, IN OUT BOOLEAN *Ascii ) argument
[all...]

Completed in 389 milliseconds

1234567891011>>