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 …]
53 class MBRPart {71 MBRPart();72 MBRPart(const MBRPart& other);73 virtual ~MBRPart();74 virtual MBRPart& operator=(const MBRPart& orig);75 virtual MBRPart& operator=(const struct MBRRecord& orig);76 bool operator<(const MBRPart &other) const;100 int DoTheyOverlap (const MBRPart& other);
48 MBRPart partitions[MAX_MBR_PARTS];60 MBRPart* GetPartition(int i); // Return primary or logical partition113 void AddPart(int num, const MBRPart& newPart);
1030 void BasicMBRData::AddPart(int num, const MBRPart& newPart) { in AddPart()1312 MBRPart temp; in RemoveLogicalsFromFirstFour()1339 MBRPart temp; in MovePrimariesToFirstFour()1366 MBRPart temp; in CreateExtended()1505 MBRPart* thePart; in GetStatus()1517 MBRPart* thePart; in GetType()1529 MBRPart* thePart; in GetFirstSector()1541 MBRPart* thePart; in GetLength()1560 MBRPart* BasicMBRData::GetPartition(int i) { in GetPartition()1561 MBRPart* thePart = NULL; in GetPartition()
134 MBRPart* origPart; in AsGPT()
518 MBRPart newPart; in BuildMBR()
435 MBRPart hybridPart; in MakeHybrid()