Searched refs:MBRPart (Results 1 – 7 of 7) sorted by relevance
33 uint32_t MBRPart::numHeads = MAX_HEADS;34 uint32_t MBRPart::numSecspTrack = MAX_SECSPERTRACK;35 uint64_t MBRPart::diskSize = 0;36 uint32_t MBRPart::blockSize = 512;37 int MBRPart::numInstances = 0;39 MBRPart::MBRPart() { in MBRPart() function in MBRPart62 MBRPart::MBRPart(const MBRPart& orig) { in MBRPart() function in MBRPart67 MBRPart::~MBRPart() { in ~MBRPart()71 MBRPart& MBRPart::operator=(const MBRPart& orig) { in operator =()89 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);
999 void BasicMBRData::AddPart(int num, const MBRPart& newPart) { in AddPart()1281 MBRPart temp; in RemoveLogicalsFromFirstFour()1308 MBRPart temp; in MovePrimariesToFirstFour()1335 MBRPart temp; in CreateExtended()1474 MBRPart* thePart; in GetStatus()1486 MBRPart* thePart; in GetType()1498 MBRPart* thePart; in GetFirstSector()1510 MBRPart* thePart; in GetLength()1529 MBRPart* BasicMBRData::GetPartition(int i) { in GetPartition()1530 MBRPart* thePart = NULL; in GetPartition()
139 MBRPart* origPart; in AsGPT()
487 MBRPart newPart; in BuildMBR()
401 MBRPart hybridPart; in MakeHybrid()