Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:BSDData

29 BSDData::BSDData(void) {
41 BSDData::~BSDData(void) {
48 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) {
64 } // BSDData::ReadBSDData() (device filename version)
68 int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) {
140 cerr << "Unable to allocate memory in BSDData::ReadBSDData()! Terminating!\n";
174 } // BSDData::ReadBSDData(DiskIO* theDisk, uint64_t startSector)
177 void BSDData::ReverseMetaBytes(void) {
182 } // BSDData::ReverseMetaByteOrder()
185 void BSDData::DisplayBSDData(void) {
204 } // BSDData::DisplayBSDData()
208 int BSDData::ShowState(void) {
224 } // BSDData::ShowState()
228 int BSDData::IsDisklabel(void) {
230 } // BSDData::IsDiskLabel()
233 uint8_t BSDData::GetType(int i) {
240 } // BSDData::GetType()
243 uint64_t BSDData::GetFirstSector(int i) {
250 } // BSDData::GetFirstSector
253 uint64_t BSDData::GetLength(int i) {
260 } // BSDData::GetLength()
263 int BSDData::GetNumParts(void) {
265 } // BSDData::GetNumParts()
269 GPTPart BSDData::AsGPT(int i) {
334 } // BSDData::AsGPT()