Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:protectiveMBR

73    mbrState = protectiveMBR.GetValidity();
409 // Use a local MBR structure, copying from protectiveMBR to keep its
411 hybridMBR = protectiveMBR;
484 protectiveMBR = hybridMBR;
490 // Convert the GPT to MBR form, storing partitions in the protectiveMBR
501 protectiveMBR.EmptyMBR(0);
508 protectiveMBR.MakePart(i, partitions[i].GetFirstLBA(),
513 protectiveMBR.MakeItLegal();
514 return protectiveMBR.DoMenu();