Home
last modified time | relevance | path

Searched refs:MBRRecord (Results 1 - 4 of 4) sorted by relevance

/third_party/gptfdisk/
H A Dmbrpart.h43 struct MBRRecord { struct
50 }; // struct MBRRecord
75 virtual MBRPart& operator=(const struct MBRRecord& orig);
89 void StoreInStruct(struct MBRRecord *theStruct);
H A Dmbrpart.cc88 // Set partition data from packed MBRRecord structure.
89 MBRPart& MBRPart::operator=(const struct MBRRecord& orig) { in operator =()
105 } // MBRPart::operator=(const struct MBRRecord& orig) in operator =()
201 void MBRPart::StoreInStruct(MBRRecord* theStruct) { in StoreInStruct()
H A Dbasicmbr.h32 struct MBRRecord partitions[4];
H A Dgpt.cc2684 if (sizeof(struct MBRRecord) != 16) { in SizesOK()
2685 cerr << "MBRRecord is " << sizeof(MBRRecord) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()

Completed in 5 milliseconds