Home
last modified time | relevance | path

Searched refs:lba_alt (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/chain/
Dpartiter.c563 int pri = gpth->lba_cur < gpth->lba_alt; in try_gpt_list()
579 gpt_loff = gpth->lba_alt + 1; in try_gpt_list()
581 gpt_loff = gpth->lba_alt - gpt_lcnt; in try_gpt_list()
609 if (gpth->lba_alt < gpth->lba_cur) in notsane_gpt_hdr()
612 gpt_sec = gpth->lba_alt; in notsane_gpt_hdr()
/external/syslinux/com32/include/syslinux/
Ddisk.h160 uint64_t lba_alt; member
/external/syslinux/com32/lib/syslinux/
Ddisk.c577 gpt->lba_alt, in disk_gpt_header_dump()