OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labelLastLBA
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
bsd.cc
36
labelLastLBA
= 0;
80
labelLastLBA
= endSector;
160
&& (partitions[i].lengthLBA <
labelLastLBA
))
286
if ((sectorOne < labelFirstLBA) || (sectorEnd >
labelLastLBA
) || (sectorOne > sectorEnd))
290
if ((sectorOne <= labelFirstLBA) && (sectorEnd >=
labelLastLBA
) &&
bsd.h
72
uint64_t
labelLastLBA
; // final sector of BSD disklabel
Completed in 269 milliseconds