OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labelFirstLBA
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
bsd.cc
35
labelFirstLBA
= 0;
79
labelFirstLBA
= startSector;
286
if ((sectorOne <
labelFirstLBA
) || (sectorEnd > labelLastLBA) || (sectorOne > sectorEnd))
290
if ((sectorOne <=
labelFirstLBA
) && (sectorEnd >= labelLastLBA) &&
294
if ((sectorEnd == 0) || (sectorEnd ==
labelFirstLBA
))
bsd.h
71
uint64_t
labelFirstLBA
; // first sector of BSD disklabel (partition or disk)
73
uint64_t labelStart; // BSD disklabel start point in bytes from
labelFirstLBA
Completed in 603 milliseconds