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