Searched refs:PartitionTypeGUID (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/ |
H A D | UefiGpt.h | 93 EFI_GUID PartitionTypeGUID; member in struct:__anon12399 128 /// PartitionTypeGUID. Only the owner of the PartitionTypeGUID is allowed
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/ |
H A D | UefiGpt.h | 94 EFI_GUID PartitionTypeGUID; member in struct:__anon15675 129 /// PartitionTypeGUID. Only the owner of the PartitionTypeGUID is allowed
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/ |
H A D | Gpt.c | 345 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid) || 387 CompareGuid(&Entry->PartitionTypeGUID, &gEfiPartTypeSystemPartGuid) 668 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid)) { 693 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/ |
H A D | Gpt.c | 372 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid) || 414 CompareGuid(&Entry->PartitionTypeGUID, &gEfiPartTypeSystemPartGuid) 695 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid)) { 720 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/ |
H A D | DxeTpmMeasureBootLib.c | 177 if (!CompareGuid (&PartitionEntry->PartitionTypeGUID, &mZeroGuid)) { 211 if (!CompareGuid (&PartitionEntry->PartitionTypeGUID, &mZeroGuid)) {
|
Completed in 142 milliseconds