Searched defs:my_lba (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c633 PedSector my_lba)
658 if (PED_LE64_TO_CPU (gpt->MyLBA) != my_lba)
663 if (my_lba != 1 && alt_lba != 1)
666 /* The alt_lba must never be the same as my_lba. */
667 if (alt_lba == my_lba)
632 _header_is_valid(PedDisk const *disk, GuidPartitionTableHeader_t *gpt, PedSector my_lba) argument

Completed in 21 milliseconds