/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 324 Allocates the number bytes specified by AllocationSize of a certain pool type and returns a 325 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 329 @param AllocationSize The number of bytes to allocate. 337 IN UINTN AllocationSize 345 return InternalAllocatePages (MemoryType, EFI_SIZE_TO_PAGES (AllocationSize)); 351 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a 352 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 355 @param AllocationSize The number of bytes to allocate. 363 IN UINTN AllocationSize 369 Status = PeiServicesAllocatePool (AllocationSize, 537 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 574 AllocateCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 610 AllocateRuntimeCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 637 AllocateReservedCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 355 Allocates the number bytes specified by AllocationSize of a certain pool type and returns a 356 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 360 @param AllocationSize The number of bytes to allocate. 368 IN UINTN AllocationSize 374 Status = CoreAllocatePool (MemoryType, AllocationSize, &Memory); 384 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a 385 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 388 @param AllocationSize The number of bytes to allocate. 396 IN UINTN AllocationSize 399 return InternalAllocatePool (EfiBootServicesData, AllocationSize); 557 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 594 AllocateCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 621 AllocateRuntimeCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 648 AllocateReservedCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 355 Allocates the number bytes specified by AllocationSize of a certain pool type and returns a 356 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 360 @param AllocationSize The number of bytes to allocate. 368 IN UINTN AllocationSize 374 Status = gBS->AllocatePool (MemoryType, AllocationSize, &Memory); 384 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a 385 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 388 @param AllocationSize The number of bytes to allocate. 396 IN UINTN AllocationSize 399 return InternalAllocatePool (EfiBootServicesData, AllocationSize); 557 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 594 AllocateCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 621 AllocateRuntimeCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 648 AllocateReservedCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | MemoryAllocationLib.h | 203 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a 204 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 207 @param AllocationSize The number of bytes to allocate. 215 IN UINTN AllocationSize 221 Allocates the number bytes specified by AllocationSize of type EfiRuntimeServicesData and returns 222 a pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 225 @param AllocationSize The number of bytes to allocate. 233 IN UINTN AllocationSize 239 Allocates the number bytes specified by AllocationSize of type EfiReservedMemoryType and returns 240 a pointer to the allocated buffer. If AllocationSize i [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 458 Allocates the number bytes specified by AllocationSize of a certain pool type and returns a 459 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 463 @param AllocationSize The number of bytes to allocate. 471 IN UINTN AllocationSize 477 Status = SmmAllocatePool (MemoryType, AllocationSize, &Memory); 487 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a 488 pointer to the allocated buffer. If AllocationSize is 0, then a valid buffer of 0 size is 491 @param AllocationSize The number of bytes to allocate. 499 IN UINTN AllocationSize 502 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); 660 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 697 AllocateCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 724 AllocateRuntimeCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 751 AllocateReservedCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/ |
H A D | MemoryAllocationLib.c | 496 Allocates the number bytes specified by AllocationSize of a certain pool type 497 and returns a pointer to the allocated buffer. If AllocationSize is 0, then a 502 @param AllocationSize The number of bytes to allocate. 510 IN UINTN AllocationSize 516 Status = gSmst->SmmAllocatePool (MemoryType, AllocationSize, &Memory); 526 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData 527 and returns a pointer to the allocated buffer. If AllocationSize is 0, then a 531 @param AllocationSize The number of bytes to allocate. 539 IN UINTN AllocationSize 542 return InternalAllocatePool (EfiRuntimeServicesData, AllocationSize); 702 InternalAllocateCopyPool( IN EFI_MEMORY_TYPE PoolType, IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 740 AllocateCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 768 AllocateRuntimeCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument 796 AllocateReservedCopyPool( IN UINTN AllocationSize, IN CONST VOID *Buffer ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | RuntimeMemAllocation.c | 126 @param[in] AllocationSize Bytes to be allocated. 133 IN UINTN AllocationSize 142 ReqPages = RT_SIZE_TO_PAGES (AllocationSize); 216 @param[in] AllocationSize Bytes to be allocated. 223 IN UINTN AllocationSize 240 AllocOffset = LookupFreeMemRegion (AllocationSize); 249 ReqPages = RT_SIZE_TO_PAGES (AllocationSize); 262 ZeroMem (AllocPtr, AllocationSize);
|
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/ |
H A D | info.c | 273 pInfo->AllocationSize.QuadPart = pDirEntry->Info.cbAllocated; 310 pInfo->AllocationSize.QuadPart = pDirEntry->Info.cbAllocated; 348 pInfo->AllocationSize.QuadPart = pDirEntry->Info.cbAllocated; 396 pInfo->AllocationSize.QuadPart = pDirEntry->Info.cbAllocated; 1069 pInfo->AllocationSize.QuadPart = 0; 1145 pInfo->AllocationSize.QuadPart = pFileEntry->cbAllocated; 1253 pInfo->AllocationSize.QuadPart = pFileEntry->cbAllocated; 1272 pInfo->AllocationSize.QuadPart = pFileEntry->cbAllocated; 1486 pInfo->AllocationSize.QuadPart, capFcb->Header.FileSize.QuadPart)); 1489 if (pInfo->AllocationSize [all...] |
H A D | path.c | 241 pCreateParms->Info.cbObject = RxContext->Create.NtCreateParameters.AllocationSize.QuadPart; 421 pFileStandardInfo->AllocationSize.QuadPart = pCreateParms->Info.cbAllocated; 425 Log(("VBOXSF: vbsfProcessCreate: AllocationSize = 0x%RX64, EndOfFile = 0x%RX64\n", 430 pFileStandardInfo->AllocationSize.QuadPart = 0; 528 FileStandardInfo.EndOfFile.QuadPart, FileStandardInfo.AllocationSize.QuadPart)); 553 &FileStandardInfo.AllocationSize,
|
/vbox/src/VBox/Runtime/r3/nt/ |
H A D | direnum-r3-nt.cpp | 66 AssertCompileMembersSameSizeAndOffset(FILE_BOTH_DIR_INFORMATION, AllocationSize , FILE_ID_BOTH_DIR_INFORMATION, AllocationSize ); 598 pDirEntry->Info.cbAllocated = pBoth->AllocationSize.QuadPart;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winternl.h | 162 ULONG AllocationSize; member in struct:_RTL_USER_PROCESS_PARAMETERS 444 LARGE_INTEGER AllocationSize; member in struct:_FILE_DIRECTORY_INFORMATION 458 LARGE_INTEGER AllocationSize; member in struct:_FILE_FULL_DIRECTORY_INFORMATION 474 LARGE_INTEGER AllocationSize; member in struct:_FILE_ID_FULL_DIRECTORY_INFORMATION 490 LARGE_INTEGER AllocationSize; member in struct:_FILE_BOTH_DIRECTORY_INFORMATION 508 LARGE_INTEGER AllocationSize; member in struct:_FILE_ID_BOTH_DIRECTORY_INFORMATION 527 LARGE_INTEGER AllocationSize; member in struct:_FILE_STANDARD_INFORMATION 578 LARGE_INTEGER AllocationSize; member in struct:_FILE_ALLOCATION_INFORMATION 590 LARGE_INTEGER AllocationSize; member in struct:_FILE_NETWORK_OPEN_INFORMATION
|
H A D | winbase.h | 803 LARGE_INTEGER AllocationSize; member in struct:_FILE_ID_BOTH_DIR_INFO
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winternl.h | 162 ULONG AllocationSize; member in struct:_RTL_USER_PROCESS_PARAMETERS 444 LARGE_INTEGER AllocationSize; member in struct:_FILE_DIRECTORY_INFORMATION 458 LARGE_INTEGER AllocationSize; member in struct:_FILE_FULL_DIRECTORY_INFORMATION 474 LARGE_INTEGER AllocationSize; member in struct:_FILE_ID_FULL_DIRECTORY_INFORMATION 490 LARGE_INTEGER AllocationSize; member in struct:_FILE_BOTH_DIRECTORY_INFORMATION 508 LARGE_INTEGER AllocationSize; member in struct:_FILE_ID_BOTH_DIRECTORY_INFORMATION 527 LARGE_INTEGER AllocationSize; member in struct:_FILE_STANDARD_INFORMATION 578 LARGE_INTEGER AllocationSize; member in struct:_FILE_ALLOCATION_INFORMATION 590 LARGE_INTEGER AllocationSize; member in struct:_FILE_NETWORK_OPEN_INFORMATION
|
/vbox/include/iprt/nt/ |
H A D | nt.h | 1422 LARGE_INTEGER AllocationSize; member in struct:_FILE_BOTH_DIR_INFORMATION 1442 LARGE_INTEGER AllocationSize; member in struct:_FILE_STANDARD_INFORMATION
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/ |
H A D | wdm.h | 424 LARGE_INTEGER AllocationSize; member in union:_IRP::__anon793
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/ |
H A D | wdm.h | 432 LARGE_INTEGER AllocationSize; member in union:_IRP::__anon13396
|