Searched defs:Size (Results 76 - 100 of 315) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c262 UINTN Size; local
277 Size = 1024;
280 ReadLine = AllocateZeroPool(Size);
285 for (;!ShellFileHandleEof(Handle);Size = 1024) {
286 Status = ShellFileHandleReadLine(Handle, ReadLine, &Size, TRUE, &Ascii);
466 UINTN Size; local
479 Size = 1024;
482 ReadLine = AllocateZeroPool(Size);
495 for (;!ShellFileHandleEof(Handle);Size = 1024) {
496 Status = ShellFileHandleReadLine(Handle, ReadLine, &Size, TRU
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditInputBar.c20 UINTN StringSize; // Size of mReturnString space size.
69 UINTN Size; local
76 Size = StrLen (mReturnString);
82 if (Size <= Limit) {
85 Buffer = mReturnString + Size - Limit;
91 Size = StrLen (Buffer);
96 for (Index = Size; Index < Limit; Index++) {
97 ShellPrintEx ((INT32)(mPromptLen + Size), ((INT32)LastRow) - 1, L" ");
101 gST->ConOut->SetCursorPosition (gST->ConOut, Size + mPromptLen, LastRow - 1);
133 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCp.c72 UINTN Size; local
146 Size = 0;
147 StrnCatGrow(&TempName, &Size, Source, 0);
148 StrnCatGrow(&TempName, &Size, L"\\*", 0);
151 StrnCatGrow(&TempName, &Size, Dest, 0);
152 StrnCatGrow(&TempName, &Size, L"\\", 0);
156 Size = 0;
H A DLs.c419 UINTN Size; local
423 Size = 0;
530 ASSERT((FullPath == NULL && Size == 0) || (FullPath != NULL));
531 StrnCatGrow(&FullPath, &Size, PathName, 0);
533 StrnCatGrow(&FullPath, &Size, L"\\*", 0);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h69 UINT64 Size; // (d_reclen) Size of this dirent structure instance, member in struct:dirent
84 #define d_reclen Size
106 #define _DIRENT_ALIGN(dp) (sizeof((dp)->Size) - 1)
126 ((dp)->Size - _DIRENT_NAMEOFF(dp) - 1)
137 #define _DIRENT_NEXT(dp) ((void *)((char *)(void *)(dp) + (dp)->Size))
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DGpt.c126 @param MaxSize Max Size limit
127 @param Size The size of the table
137 IN UINTN Size,
145 @param MaxSize Max Size limit
162 @param Size The size of the table
168 IN UINTN Size,
530 UINTN Size; local
553 Size = PartHeader->NumberOfPartitionEntries * PartHeader->SizeOfPartitionEntry;
555 Status = gBS->CalculateCrc32 (Ptr, Size, &Crc);
757 @param Size Th
762 PartitionSetCrcAltSize( IN UINTN Size, IN OUT EFI_TABLE_HEADER *Hdr ) argument
807 PartitionCheckCrcAltSize( IN UINTN MaxSize, IN UINTN Size, IN OUT EFI_TABLE_HEADER *Hdr ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dclipper.c110 RGNDATA *ClipList, DWORD *Size)
113 TRACE("(%p,%p,%p,%p)\n", This, Rect, ClipList, Size);
137 *Size = GetRegionData(hRgn, *Size, ClipList);
148 FIXME("(%p,%p,%p,%p),stub!\n",This,Rect,ClipList,Size);
149 if (Size) *Size=0;
109 IWineD3DClipperImpl_GetClipList(IWineD3DClipper *iface, const RECT *Rect, RGNDATA *ClipList, DWORD *Size) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIde.c74 UINTN Size; local
82 Size = sizeof (UINT16) * Count;
86 Size + 1,
107 CopyMem (Buffer, (UINT16*)AlignedBuffer, Size);
187 UINTN Size; local
195 Size = sizeof (UINT16) * Count;
199 Size + 1,
208 CopyMem ((UINT16 *) AlignedBuffer, Buffer, Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DMisc.c301 "The Stack is \n\r\tSegment Addr = 0x%X\n\r\tPhysical Addr = 0x%X\n\r\tSeg Size = 0x%X\n\r",
308 "The UNDIData is \n\r\tSegment Addr = 0x%X\n\r\tPhysical Addr = 0x%X\n\r\tSeg Size = 0x%X\n\r",
315 "The UNDICodeWrite is \n\r\tSegment Addr = 0x%X\n\r\tPhysical Addr = 0x%X\n\r\tSeg Size = 0x%X\n\r",
322 "The Stack is \n\r\tSegment Addr = 0x%X\n\r\tPhysical Addr = 0x%X\n\r\tSeg Size = 0x%X\n\r",
329 "The BC_Data is \n\r\tSegment Addr = 0x%X\n\r\tPhysical Addr = 0x%X\n\r\tSeg Size = 0x%X\n\r",
336 "The BC_Code is \n\r\tSegment Addr = 0x%X\n\r\tPhysical Addr = 0x%X\n\r\tSeg Size = 0x%X\n\r",
343 "The BC_CodeWrite is \n\r\tSegment Addr = 0x%X\n\r\tPhysical Addr = 0x%X\n\r\tSeg Size = 0x%X\n\r",
450 UINTN Size; local
538 Size = 0x100;
539 Status = gBS->AllocatePool (EfiLoaderData, Size,
837 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c69 @param Size Number of bytes to checksum
77 IN UINTN Size,
1607 @param Size Number of bytes to checksum
1616 IN UINTN Size,
1637 while ((Size--) != 0) {
1614 AcpiPlatformChecksum( IN VOID *Buffer, IN UINTN Size, IN UINTN ChecksumOffset ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c774 UINTN Size; local
845 DevicePathInst = GetNextDevicePathInstance (&MultiDevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwPadFile.c61 @param Size Pad file Size, not include the header.
66 @retval EFI_INVALID_PARAMETER Size is not 8 byte alignment.
73 IN UINTN Size,
88 FileSize = Size + HeaderSize;
91 FileSize = Size + HeaderSize;
98 if ((Size & 0x07) != 0) {
148 // Fill File Type, checksum(0), Attributes(0), Size
154 *(UINT32 *) PadFileHeader->Size &= 0xFF000000;
157 *(UINT32 *) PadFileHeader->Size
70 FvCreatePadFileInFreeSpace( IN FV_DEVICE *FvDevice, IN FREE_SPACE_ENTRY *FreeSpaceEntry, IN UINTN Size, OUT FFS_FILE_LIST_ENTRY **PadFileEntry ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DFlashUpdate.c40 UINTN Size; local
58 Size = BlockSize;
63 &Size, // Size
66 if ((EFI_ERROR (Status)) || (Size != BlockSize)) {
79 @param Length Size of buffer to be updated.
98 UINTN Size; local
130 Size = BlockSize;
135 &Size,
138 if ((EFI_ERROR (Status)) || (Size !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c1218 UINTN Size; local
1228 Size = 0;
1229 Status = gRT->GetVariable ((CHAR16 *) Name, (EFI_GUID *) Guid, NULL, &Size, Value);
1237 Value = AllocatePool (Size);
1245 Status = gRT->GetVariable ((CHAR16 *) Name, (EFI_GUID *) Guid, NULL, &Size, Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.h94 UINT8 Size; member in struct:__anon10909
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.h94 UINT8 Size; member in struct:__anon10913
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVol.c66 @param DataSize Size of data to be read.
307 UINTN Size; local
322 // Size is the size of the FV minus the head. We have already allocated
325 Size = (UINTN)(FwVolHeader->FvLength - FwVolHeader->HeaderLength);
326 FvDevice->CachedFv = AllocatePool (Size);
335 FvDevice->EndOfCachedFv = FvDevice->CachedFv + Size;
348 Size = BlockMap->Length;
366 Size = BlockMap->Length - HeaderSize;
378 &Size,
383 // Not check EFI_BAD_BUFFER_SIZE, for Size
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c1312 UINTN Size; local
1343 Size = sizeof(EFI_OPEN_PROTOCOL_INFORMATION_ENTRY);
1345 Size = Count * sizeof(EFI_OPEN_PROTOCOL_INFORMATION_ENTRY);
1348 Buffer = AllocatePool (Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c29 UINT32 Size; member in struct:__anon10942
40 UINT32 Size; member in struct:__anon10943
49 ((POOL_TAIL *) (((CHAR8 *) (a)) + (a)->Size - sizeof(POOL_TAIL)));
166 @param Size The amount of pool to allocate
171 @retval EFI_OUT_OF_RESOURCES Size exceeds max pool size or allocation failed.
179 IN UINTN Size,
203 if (Size > MAX_POOL_SIZE) {
215 *Buffer = CoreAllocatePoolI (PoolType, Size);
227 @param Size The amount of pool to allocate
235 IN UINTN Size
177 CoreAllocatePool( IN EFI_MEMORY_TYPE PoolType, IN UINTN Size, OUT VOID **Buffer ) argument
414 UINTN Size; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c232 UINTN Size; local
267 Size = sizeof (EFI_IMAGE_SECTION_HEADER);
271 &Size,
444 @param ImageSizeArg Size of PE/TE image.
604 @param ImageSizeArg - Size of PE/TE image.
676 if ((Hdr.Te->DataDirectory[0].Size == 0) && (Hdr.Te->DataDirectory[0].VirtualAddress == 0)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DVariableFormat.h79 /// Size of entire variable store,
82 UINT32 Size; member in struct:__anon11023
126 /// Size of variable null-terminated Unicode string name.
130 /// Size of the variable data without this header.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/
H A DDxeUdpIoLib.c417 UINTN Size; local
425 Size = sizeof (UDP_TX_TOKEN) + sizeof (EFI_UDP4_FRAGMENT_DATA) * (Packet->BlockOpNum - 1);
427 Size = sizeof (UDP_TX_TOKEN) + sizeof (EFI_UDP6_FRAGMENT_DATA) * (Packet->BlockOpNum - 1);
430 TxToken = AllocatePool (Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c43 UINTN Size; local
58 Size = 0;
59 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, NULL);
62 mSmramRanges = (EFI_SMRAM_DESCRIPTOR *) AllocatePool (Size);
65 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, mSmramRanges);
68 mSmramRangeCount = Size / sizeof (EFI_SMRAM_DESCRIPTOR);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c654 UINTN Size; local
673 Size = 0;
674 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, NULL);
679 Size,
684 Status = SmmAccess->GetCapabilities (SmmAccess, &Size, mSmramRanges);
687 mSmramRangeCount = Size / sizeof (EFI_SMRAM_DESCRIPTOR);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.h62 // Size is the total size of this ACPI node buffer.
71 UINTN Size; member in struct:_EFI_AML_NODE_LIST
95 // Size is the total size of this ACPI node buffer.
100 UINTN Size; member in struct:__anon11116
421 @return Size of the object.

Completed in 292 milliseconds

1234567891011>>