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