OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endSector
(Results
1 - 5
of
5
) sorted by null
/external/gptfdisk/
bsd.h
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
);
66
int BSDData::ReadBSDData(DiskIO *theDisk, uint64_t startSector, uint64_t
endSector
) {
78
labelLastLBA =
endSector
;
gptcl.cc
66
uint64_t low, high, startSector,
endSector
, sSize;
292
endSector
= IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high);
293
if (CreatePartition(newPartNum, startSector,
endSector
)) {
297
<< startSector << " to " <<
endSector
<< "\n";
306
endSector
= FindLastInFree(startSector);
309
if (CreatePartition(largestPartNum - 1, startSector,
endSector
)) {
313
<< startSector << " to " <<
endSector
<< "\n";
gpt.h
145
uint32_t CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t
endSector
);
gpt.cc
[
all
...]
Completed in 539 milliseconds