Home
last modified time | relevance | path

Searched refs:protectiveMBR (Results 1 – 3 of 3) sorted by relevance

/third_party/gptfdisk/
Dgpt.cc99 protectiveMBR = orig.protectiveMBR; in GPTData()
170 protectiveMBR = orig.protectiveMBR; in operator =()
386 if (protectiveMBR.IsEEActive()) { in Verify()
397 if (!protectiveMBR.DoTheyFit()) { in Verify()
689 if ((protectiveMBR.GetType(i) != 0xEE) && (protectiveMBR.GetType(i) != 0x00)) { in FindHybridMismatches()
692 mbrFirst = (uint64_t) protectiveMBR.GetFirstSector(i); in FindHybridMismatches()
693 mbrLast = mbrFirst + (uint64_t) protectiveMBR.GetLength(i) - UINT64_C(1); in FindHybridMismatches()
707 cout << hex << (int) protectiveMBR.GetType(i) << ",\n" in FindHybridMismatches()
784 protectiveMBR.SetDisk(&myDisk); in SetDisk()
785 protectiveMBR.SetDiskSize(diskSize); in SetDisk()
[all …]
Dgpt.h67 MBRData protectiveMBR; variable
106 int VerifyMBR(void) {return protectiveMBR.FindOverlaps();} in VerifyMBR()
114 int LoadMBR(const std::string & f) {return protectiveMBR.ReadMBRData(f);} in LoadMBR()
115 int WriteProtectiveMBR(void) {return protectiveMBR.WriteMBRData(&myDisk);} in WriteProtectiveMBR()
132 void DisplayMBRData(void) {protectiveMBR.DisplayMBRData();} in DisplayMBRData()
157 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();} in MakeProtectiveMBR()
160 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;} in SetProtectiveMBR()
Dgpttext.cc73 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()
445 hybridMBR = protectiveMBR; in MakeHybrid()
518 protectiveMBR = hybridMBR; in MakeHybrid()
535 protectiveMBR.EmptyMBR(0); in XFormToMBR()
542 protectiveMBR.MakePart(i, partitions[i].GetFirstLBA(), in XFormToMBR()
547 protectiveMBR.MakeItLegal(); in XFormToMBR()
548 return protectiveMBR.DoMenu(); in XFormToMBR()