Searched refs:labelFirstLBA (Results 1 – 2 of 2) sorted by relevance
35 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()
71 uint64_t labelFirstLBA; // first sector of BSD disklabel (partition or disk) variable