Home
last modified time | relevance | path

Searched refs:MBRType (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DMbr.c201 HdDev.MBRType = MBR_TYPE_PCAT; in PartitionInstallMbrChildHandles()
DGpt.c388 HdDev.MBRType = MBR_TYPE_EFI_PARTITION_TABLE_HEADER; in PartitionInstallGptChildHandles()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBoot.c250 ASSERT (PartitionNode->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER); in ArmFastbootPlatformInit()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h388 UINT8 MBRType; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h975 UINT8 MBRType; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c494 … if (((HARDDRIVE_DEVICE_PATH *) DevicePathNode)->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER && in DxeTpm2MeasureBootHandler()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
DHiKeyFastboot.c290 ASSERT (PartitionNode->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER); in HiKeyFastbootPlatformInit()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c804 … if (((HARDDRIVE_DEVICE_PATH *) DevicePathNode)->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER && in DxeTpmMeasureBootHandler()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c2939 Hd->MBRType = (UINT8) 0; in DevPathFromTextHD()
2943 Hd->MBRType = 0x01; in DevPathFromTextHD()
2949 Hd->MBRType = 0x02; in DevPathFromTextHD()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c1962 (Node->MBRType == HardDriveDevicePath->MBRType) && in BmMatchPartitionDevicePathNode()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2782 if ((TmpHdPath->MBRType == HardDriveDevicePath->MBRType) && in MatchPartitionDevicePathNode()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c2793 if ((TmpHdPath->MBRType == HardDriveDevicePath->MBRType) && in MatchPartitionDevicePathNode()