Searched refs:Partition (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DMbr.c25 #include "Partition.h"
58 if (Mbr->Partition[Index1].OSIndicator == 0x00 || UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) == 0) {
63 StartingLBA = UNPACK_UINT32 (Mbr->Partition[Index1].StartingLBA);
64 EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
81 if (Mbr->Partition[Index2].OSIndicator == 0x00 || UNPACK_UINT32 (Mbr->Partition[Index2].SizeInLBA) == 0) {
85 NewEndingLBA = UNPACK_UINT32 (Mbr->Partition[Index2].StartingLBA) + UNPACK_UINT32 (Mbr->Partition[Index2].SizeInLBA) - 1;
86 if (NewEndingLBA >= StartingLBA && UNPACK_UINT32 (Mbr->Partition[Index
[all...]
H A DGpt.c17 #include "Partition.h"
24 @param[in] Lba The starting Lba of the Partition Table
40 Check if the CRC field in the Partition table header is valid
41 for Partition entry array.
45 @param[in] PartHeader Partition table header structure
60 Restore Partition Table to its alternate place
65 @param[in] PartHeader Partition table header structure.
80 Restore Partition Table to its alternate place.
83 @param[in] PartHeader Partition table header structure
239 if (ProtectiveMbr->Partition[Inde
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DMbr.c51 #include "Partition.h"
84 if (Mbr->Partition[Index1].OSIndicator == 0x00 || UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) == 0) {
89 StartingLBA = UNPACK_UINT32 (Mbr->Partition[Index1].StartingLBA);
90 EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
107 if (Mbr->Partition[Index2].OSIndicator == 0x00 || UNPACK_UINT32 (Mbr->Partition[Index2].SizeInLBA) == 0) {
111 NewEndingLBA = UNPACK_UINT32 (Mbr->Partition[Index2].StartingLBA) + UNPACK_UINT32 (Mbr->Partition[Index2].SizeInLBA) - 1;
112 if (NewEndingLBA >= StartingLBA && UNPACK_UINT32 (Mbr->Partition[Index
[all...]
H A DApple.c27 #include "Partition.h"
102 UINT32 Partition; local
154 for (Partition = 1; Partition <= PartitionEntries; Partition++)
163 MultU64x32 (Partition, SubBlockSize),
182 if (Partition == 1)
192 Partition, PartitionEntries, StartLba,
H A DGpt.c43 #include "Partition.h"
50 @param[in] Lba The starting Lba of the Partition Table
66 Check if the CRC field in the Partition table header is valid
67 for Partition entry array.
71 @param[in] PartHeader Partition table header structure
86 Restore Partition Table to its alternate place
91 @param[in] PartHeader Partition table header structure.
106 Restore Partition Table to its alternate place.
109 @param[in] PartHeader Partition table header structure
266 if (ProtectiveMbr->Partition[Inde
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DMbr.h32 /// MBR Partition Entry
48 /// MBR Partition Table
54 MBR_PARTITION_RECORD Partition[MAX_MBR_PARTITIONS]; member in struct:__anon11664
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h5046 ULONG Partition; member in struct:_TAPE_GET_POSITION
5053 ULONG Partition; member in struct:_TAPE_SET_POSITION
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h4928 ULONG Partition; member in struct:_TAPE_GET_POSITION
4935 ULONG Partition; member in struct:_TAPE_SET_POSITION

Completed in 6167 milliseconds