Searched refs:newMBR (Results 1 – 2 of 2) sorted by relevance
499 BasicMBRData newMBR; in BuildMBR() local511 newMBR.SetDisk(GetDisk()); in BuildMBR()526 newMBR.AddPart(mbrNum, newPart); in BuildMBR()539 newPart.SetLocation(1, newMBR.FindLastInFree(1)); in BuildMBR()542 newMBR.AddPart(mbrNum, newPart); in BuildMBR()545 SetProtectiveMBR(newMBR); in BuildMBR()
163 void SetProtectiveMBR(BasicMBRData & newMBR) {protectiveMBR = newMBR;} in SetProtectiveMBR() argument