Searched refs:pteSector (Results 1 – 2 of 2) sorted by relevance
1875 int GPTData::MoveMainTable(uint64_t pteSector) { in MoveMainTable() argument1879 if ((pteSector >= 2) && ((pteSector + pteSize) <= FindFirstUsedLBA())) { in MoveMainTable()1880 mainHeader.partitionEntriesLBA = pteSector; in MoveMainTable()1881 mainHeader.firstUsableLBA = pteSector + pteSize; in MoveMainTable()1884 cerr << "Unable to set the main partition table's location to " << pteSector << "!\n"; in MoveMainTable()
147 int MoveMainTable(uint64_t pteSector);