Searched defs:EndingLBA (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DMbr.c44 UINT32 EndingLBA; local
64 EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
65 if (EndingLBA > LastLba) {
86 if (NewEndingLBA >= StartingLBA && UNPACK_UINT32 (Mbr->Partition[Index2].StartingLBA) <= EndingLBA) {
H A DGpt.c366 HdDev.PartitionSize = Entry->EndingLBA - Entry->StartingLBA + 1;
371 DEBUG ((EFI_D_INFO, " End LBA : %lx\n", (UINT64) Entry->EndingLBA));
374 DEBUG ((EFI_D_INFO, " End : %lx\n", MultU64x32 (Entry->EndingLBA, BlockSize)));
385 Entry->EndingLBA,
660 EFI_LBA EndingLBA; local
673 EndingLBA = Entry->EndingLBA;
674 if (StartingLBA > EndingLBA ||
677 EndingLBA < PartHeader->FirstUsableLBA ||
678 EndingLBA > PartHeade
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiGpt.h107 EFI_LBA EndingLBA; member in struct:__anon12399
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DMbr.c70 UINT32 EndingLBA; local
90 EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
91 if (EndingLBA > LastLba) {
112 if (NewEndingLBA >= StartingLBA && UNPACK_UINT32 (Mbr->Partition[Index2].StartingLBA) <= EndingLBA) {
H A DGpt.c393 HdDev.PartitionSize = Entry->EndingLBA - Entry->StartingLBA + 1;
398 DEBUG ((EFI_D_INFO, " End LBA : %lx\n", (UINT64) Entry->EndingLBA));
401 DEBUG ((EFI_D_INFO, " End : %lx\n", MultU64x32 (Entry->EndingLBA, BlockSize)));
412 Entry->EndingLBA,
687 EFI_LBA EndingLBA; local
700 EndingLBA = Entry->EndingLBA;
701 if (StartingLBA > EndingLBA ||
704 EndingLBA < PartHeader->FirstUsableLBA ||
705 EndingLBA > PartHeade
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiGpt.h108 EFI_LBA EndingLBA; member in struct:__anon15675

Completed in 3618 milliseconds