Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:firstBlock

184    uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector;
194 if (((firstBlock = FindFirstAvailable()) != 0) &&
211 prompt2 << "First sector (" << firstBlock << "-" << lastBlock << ", default = "
214 sector = GetSectorNum(firstBlock, lastBlock, firstInLargest, blockSize, prompt2.str());
225 firstBlock = sector;
228 lastBlock = FindLastInFree(firstBlock);
229 prompt3 << "Last sector (" << firstBlock << "-" << lastBlock << ", default = "
232 sector = GetSectorNum(firstBlock, lastBlock, lastBlock, blockSize, prompt3.str());
236 firstFreePart = GPTData::CreatePartition(partNum, firstBlock, lastBlock);