HomeSort by relevance Sort by last modified time
    Searched refs:ReadBSDData (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
bsd.h 20 // ReadBSDData() function....
78 int ReadBSDData(const string & deviceFilename, uint64_t startSector, uint64_t endSector);
79 int ReadBSDData(DiskIO *myDisk, uint64_t startSector, uint64_t endSector);
bsd.cc 46 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) {
52 allOK = ReadBSDData(&myDisk, startSector, endSector);
62 } // BSDData::ReadBSDData() (device filename version)
66 int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t endSector) {
138 cerr << "Unable to allocate memory in BSDData::ReadBSDData()! Terminating!\n";
172 } // BSDData::ReadBSDData(DiskIO* theDisk, uint64_t startSector)
gpt.cc 702 bsdDisklabel.ReadBSDData(&myDisk, 0, diskSize - 1);
769 bsdDisklabel.ReadBSDData(&myDisk, 0, diskSize - 1);
    [all...]

Completed in 354 milliseconds