/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) {
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
hand.c | 106 IN UINT8 MBRType, 220 if ((HardDriveDevicePath->MBRType == MBRType) &&
|
dpath.c | 773 CatPrint(Str, L"HD(Part%d,MBRType=%02x,SigType=%02x)", 775 Hd->MBRType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/ |
Mbr.c | 201 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 | 248 // ("MBRType" is a misnomer - this field is actually called "Partition
250 ASSERT (PartitionNode->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER);
|
/external/syslinux/efi32/include/efi/ |
efidevp.h | 278 UINT8 MBRType;
|
efilib.h | 577 IN UINT8 MBRType,
|
/external/syslinux/efi64/include/efi/ |
efidevp.h | 278 UINT8 MBRType;
|
efilib.h | 577 IN UINT8 MBRType,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efidevp.h | 278 UINT8 MBRType;
|
efilib.h | 577 IN UINT8 MBRType,
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
DevicePath.h | 374 UINT8 MBRType;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiDevicePath.h | 388 UINT8 MBRType;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DevicePath.h | 975 UINT8 MBRType;
[all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/ |
DxeTpm2MeasureBootLib.c | 494 if (((HARDDRIVE_DEVICE_PATH *) DevicePathNode)->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER &&
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/ |
HiKeyFastboot.c | 288 // ("MBRType" is a misnomer - this field is actually called "Partition
290 ASSERT (PartitionNode->MBRType == MBR_TYPE_EFI_PARTITION_TABLE_HEADER);
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/ |
DxeTpmMeasureBootLib.c | 804 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...] |