Home
last modified time | relevance | path

Searched refs:BSDData (Results 1 - 5 of 5) sorted by relevance

/third_party/gptfdisk/
H A Dbsd.cc29 BSDData::BSDData(void) { in BSDData() function in BSDData
41 BSDData::~BSDData(void) { in ~BSDData()
48 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) { in ReadBSDData()
64 } // BSDData::ReadBSDData() (device filename version) in ReadBSDData()
68 int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) { in ReadBSDData()
140 cerr << "Unable to allocate memory in BSDData::ReadBSDData()! Terminating!\n"; in ReadBSDData()
174 } // BSDData::ReadBSDData(DiskIO* theDisk, uint64_t startSector) in ReadBSDData()
177 void BSDData
[all...]
H A Dbsd.h35 * BSDData class and related structures *
56 // about memory errors whenever a BSDData variable is destroyed.
58 class BSDData { class
73 BSDData(void);
74 ~BSDData(void);
H A Dgpt.h139 int XFormDisklabel(BSDData* disklabel);
H A Dgpt.cc803 BSDData bsdDisklabel; in PartitionScan()
842 BSDData bsdDisklabel; in LoadPartitions()
1742 BSDData disklabel; in XFormDisklabel()
1774 int GPTData::XFormDisklabel(BSDData* disklabel) { in XFormDisklabel()
1795 } // GPTData::XFormDisklabel(BSDData* disklabel) in XFormDisklabel()
H A Dgpttext.cc119 BSDData disklabel; in XFormDisklabel()

Completed in 7 milliseconds