Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dgpt.cc100 protectiveMBR = orig.protectiveMBR; in GPTData()
171 protectiveMBR = orig.protectiveMBR; in operator =()
394 if (protectiveMBR.IsEEActive()) { in Verify()
405 if (!protectiveMBR.DoTheyFit()) { in Verify()
697 if ((protectiveMBR.GetType(i) != 0xEE) && (protectiveMBR.GetType(i) != 0x00)) { in FindHybridMismatches()
700 mbrFirst = (uint64_t) protectiveMBR.GetFirstSector(i); in FindHybridMismatches()
701 mbrLast = mbrFirst + (uint64_t) protectiveMBR in FindHybridMismatches()
[all...]
H A Dgpt.h67 MBRData protectiveMBR; member in GPTData
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()
158 void MakeProtectiveMBR(void) {protectiveMBR.MakeProtectiveMBR();} in MakeProtectiveMBR()
161 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;} in SetProtectiveMBR()
H A Dgpttext.cc73 mbrState = protectiveMBR.GetValidity(); in UseWhichPartitions()
465 // Use a local MBR structure, copying from protectiveMBR to keep its in MakeHybrid()
467 hybridMBR = protectiveMBR; in MakeHybrid()
540 protectiveMBR = hybridMBR; in MakeHybrid()
546 // Convert the GPT to MBR form, storing partitions in the protectiveMBR
557 protectiveMBR.EmptyMBR(0); in XFormToMBR()
564 protectiveMBR.MakePart(i, partitions[i].GetFirstLBA(), in XFormToMBR()
569 protectiveMBR.MakeItLegal(); in XFormToMBR()
570 return protectiveMBR.DoMenu(); in XFormToMBR()

Completed in 5 milliseconds