Home
last modified time | relevance | path

Searched refs:MakeProtectiveMBR (Results 1 – 5 of 5) sorted by relevance

/third_party/gptfdisk/
Dmbr.cc49 void MBRData::MakeProtectiveMBR(int clearBoot) { in MakeProtectiveMBR() function in MBRData
101 MakeProtectiveMBR(); // ensure it's a fully compliant protective MBR. in OptimizeEESize()
Dmbr.h33 void MakeProtectiveMBR(int clearBoot = 0);
Dgpttext.cc639 MakeProtectiveMBR(); in MainMenu()
733 MakeProtectiveMBR(); in RecoveryMenu()
747 MakeProtectiveMBR(); in RecoveryMenu()
888 MakeProtectiveMBR(); in ExpertsMenu()
Dgpt.h157 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();} in MakeProtectiveMBR() function
Dgpt.cc810 protectiveMBR.MakeProtectiveMBR(); in PartitionScan()
875 protectiveMBR.MakeProtectiveMBR(1); // clear boot area (option 1) in LoadPartitions()
881 protectiveMBR.MakeProtectiveMBR(); in LoadPartitions()
885 protectiveMBR.MakeProtectiveMBR(); in LoadPartitions()
1458 protectiveMBR.MakeProtectiveMBR(); in LoadGPTBackup()
1719 protectiveMBR.MakeProtectiveMBR(); in XFormPartitions()
2067 MakeProtectiveMBR(); in MoveSecondHeaderToEnd()