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 48 int BSDData::ReadBSDData(const string & device, uint64_t startSector, uint64_t endSector) {
54 allOK = ReadBSDData(&myDisk, startSector, 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)
gpt.cc 707 bsdDisklabel.ReadBSDData(&myDisk, 0, diskSize - 1);
774 bsdDisklabel.ReadBSDData(&myDisk, 0, diskSize - 1);
    [all...]

Completed in 93 milliseconds