Searched refs:ReadBSDData (Results 1 - 3 of 3) sorted by relevance
/third_party/gptfdisk/ |
H A D | bsd.h | 20 // ReadBSDData() function.... 75 int ReadBSDData(const std::string & deviceFilename, uint64_t startSector, uint64_t endSector); 76 int ReadBSDData(DiskIO *myDisk, uint64_t startSector, uint64_t endSector);
|
H A D | bsd.cc | 48 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) { in ReadBSDData() function in BSDData 54 allOK = ReadBSDData(&myDisk, startSector, 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() function in BSDData 140 cerr << "Unable to allocate memory in BSDData::ReadBSDData()! Terminating!\n"; in ReadBSDData() 174 } // BSDData::ReadBSDData(DiskIO* theDisk, uint64_t startSector) in ReadBSDData()
|
H A D | gpt.cc | 807 bsdDisklabel.ReadBSDData(&myDisk, 0, diskSize - 1); in PartitionScan() 882 bsdDisklabel.ReadBSDData(&myDisk, 0, diskSize - 1); in LoadPartitions() 1755 goOn = disklabel.ReadBSDData(&myDisk, partitions[partNum].GetFirstLBA(), in XFormDisklabel()
|
Completed in 5 milliseconds