HomeSort by relevance Sort by last modified time
    Searched refs:gEfiPartTypeUnusedGuid (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/Gpt/
Gpt.c 28 EFI_GUID gEfiPartTypeUnusedGuid = EFI_PART_TYPE_UNUSED_GUID;
30 EFI_GUID_STRING(&gEfiPartTypeUnusedGuid, "G0", "Null Partition Type GUID");
Gpt.h 43 extern EFI_GUID gEfiPartTypeUnusedGuid;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Gpt.h 39 extern EFI_GUID gEfiPartTypeUnusedGuid;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
PartitionDxe.inf 69 gEfiPartTypeUnusedGuid ## SOMETIMES_CONSUMES ## GUID
Gpt.c 370 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid) ||
710 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid)) {
735 if (CompareGuid (&Entry->PartitionTypeGUID, &gEfiPartTypeUnusedGuid)) {
  /device/linaro/bootloader/edk2/MdePkg/
MdePkg.dec 299 gEfiPartTypeUnusedGuid = { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}
    [all...]

Completed in 237 milliseconds