Searched refs:newMBR (Results 1 – 2 of 2) sorted by relevance
479 BasicMBRData newMBR; in BuildMBR() local484 newMBR.SetDisk(GetDisk()); in BuildMBR()493 newMBR.AddPart(i + isHybrid, newPart); in BuildMBR()501 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()504 newMBR.AddPart(0, newPart); in BuildMBR()507 SetProtectiveMBR(newMBR); in BuildMBR()
158 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;} in SetProtectiveMBR() argument