Home
last modified time | relevance | path

Searched refs:labelFirstLBA (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dbsd.cc35 labelFirstLBA = 0; in BSDData()
79 labelFirstLBA = startSector; in ReadBSDData()
286 if ((sectorOne < labelFirstLBA) || (sectorEnd > labelLastLBA) || (sectorOne > sectorEnd)) in AsGPT()
290 if ((sectorOne <= labelFirstLBA) && (sectorEnd >= labelLastLBA) && in AsGPT()
294 if ((sectorEnd == 0) || (sectorEnd == labelFirstLBA)) in AsGPT()
Dbsd.h71 uint64_t labelFirstLBA; // first sector of BSD disklabel (partition or disk) variable