Searched refs:MBRPart (Results 1 – 7 of 7) sorted by relevance
31 uint32_t MBRPart::numHeads = MAX_HEADS;32 uint32_t MBRPart::numSecspTrack = MAX_SECSPERTRACK;33 uint64_t MBRPart::diskSize = 0;34 uint32_t MBRPart::blockSize = 512;35 int MBRPart::numInstances = 0;37 MBRPart::MBRPart() { in MBRPart() function in MBRPart60 MBRPart::MBRPart(const MBRPart& orig) { in MBRPart() function in MBRPart65 MBRPart::~MBRPart() { in ~MBRPart()69 MBRPart& MBRPart::operator=(const MBRPart& orig) { in operator =()87 MBRPart& MBRPart::operator=(const struct MBRRecord& orig) { in operator =()[all …]
54 class MBRPart {72 MBRPart();73 MBRPart(const MBRPart& other);74 virtual ~MBRPart();75 virtual MBRPart& operator=(const MBRPart& orig);76 virtual MBRPart& operator=(const struct MBRRecord& orig);77 bool operator<(const MBRPart &other) const;101 int DoTheyOverlap (const MBRPart& other);
49 MBRPart partitions[MAX_MBR_PARTS];61 MBRPart* GetPartition(int i); // Return primary or logical partition113 void AddPart(int num, const MBRPart& newPart);
997 void BasicMBRData::AddPart(int num, const MBRPart& newPart) { in AddPart()1279 MBRPart temp; in RemoveLogicalsFromFirstFour()1306 MBRPart temp; in MovePrimariesToFirstFour()1333 MBRPart temp; in CreateExtended()1472 MBRPart* thePart; in GetStatus()1484 MBRPart* thePart; in GetType()1496 MBRPart* thePart; in GetFirstSector()1508 MBRPart* thePart; in GetLength()1527 MBRPart* BasicMBRData::GetPartition(int i) { in GetPartition()1528 MBRPart* thePart = NULL; in GetPartition()
137 MBRPart* origPart; in AsGPT()
478 MBRPart newPart; in BuildMBR()
401 MBRPart hybridPart; in MakeHybrid()