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

  /external/gptfdisk/
parttypes.h 25 uint16_t MBRType;
45 int AddType(uint16_t mbrType, const char * guidData, const char * name, int toDisplay = 1);
parttypes.cc 237 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name,
244 tempType->MBRType = mbrType;
293 if (theItem->MBRType == ID) {
367 theID = theItem->MBRType;
396 cout << hex << thisType->MBRType << " ";
425 if (thisType->MBRType == code) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c 198 HdDev.MBRType = MBR_TYPE_PCAT;
Gpt.c 388 HdDev.MBRType = MBR_TYPE_EFI_PARTITION_TABLE_HEADER;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 252 // ("MBRType" is a misnomer - this field is actually called "Partition
254 ASSERT (PartitionNode->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 388 UINT8 MBRType;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 984 UINT8 MBRType;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c 493 if (((HARDDRIVE_DEVICE_PATH *) DevicePathNode)->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER &&
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 806 if (((HARDDRIVE_DEVICE_PATH *) DevicePathNode)->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER &&
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]

Completed in 408 milliseconds