Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgpt.cc125 protectiveMBR = orig.protectiveMBR; in operator =()
300 if (protectiveMBR.IsEEActive()) { in Verify()
311 if (!protectiveMBR.DoTheyFit()) { in Verify()
593 if ((protectiveMBR.GetType(i) != 0xEE) && (protectiveMBR.GetType(i) != 0x00)) { in FindHybridMismatches()
596 mbrFirst = (uint64_t) protectiveMBR.GetFirstSector(i); in FindHybridMismatches()
597 mbrLast = mbrFirst + (uint64_t) protectiveMBR.GetLength(i) - UINT64_C(1); in FindHybridMismatches()
611 cout << hex << (int) protectiveMBR.GetType(i) << ",\n" in FindHybridMismatches()
687 protectiveMBR.SetDisk(&myDisk); in SetDisk()
688 protectiveMBR.SetDiskSize(diskSize); in SetDisk()
689 protectiveMBR.SetBlockSize(blockSize); in SetDisk()
[all …]
Dgpt.h68 MBRData protectiveMBR; variable
105 int VerifyMBR(void) {return protectiveMBR.FindOverlaps();} in VerifyMBR()
113 int LoadMBR(const string & f) {return protectiveMBR.ReadMBRData(f);} in LoadMBR()
114 int WriteProtectiveMBR(void) {return protectiveMBR.WriteMBRData(&myDisk);} in WriteProtectiveMBR()
131 void DisplayMBRData(void) {protectiveMBR.DisplayMBRData();} in DisplayMBRData()
155 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();} in MakeProtectiveMBR()
158 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;} in SetProtectiveMBR()
Dgpttext.cc73 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()
411 hybridMBR = protectiveMBR; in MakeHybrid()
484 protectiveMBR = hybridMBR; in MakeHybrid()
501 protectiveMBR.EmptyMBR(0); in XFormToMBR()
508 protectiveMBR.MakePart(i, partitions[i].GetFirstLBA(), in XFormToMBR()
513 protectiveMBR.MakeItLegal(); in XFormToMBR()
514 return protectiveMBR.DoMenu(); in XFormToMBR()