Searched refs:mbrPart (Results 1 – 2 of 2) sorted by relevance
141 …int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if success…
1796 int GPTData::OnePartToMBR(uint32_t gptPart, int mbrPart) { in OnePartToMBR() argument1799 if ((mbrPart < 0) || (mbrPart > 3)) { in OnePartToMBR()1800 cout << "MBR partition " << mbrPart + 1 << " is out of range; omitting it.\n"; in OnePartToMBR()1817 protectiveMBR.MakePart(mbrPart, (uint32_t) partitions[gptPart].GetFirstLBA(), in OnePartToMBR()