Home
last modified time | relevance | path

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

/external/syslinux/com32/chain/
Dpartiter.c569 uint64_t gpt_loff; /* offset to GPT partition list in sectors */ in try_gpt_list() local
575 gpt_loff = gpth->lba_table; 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()
584 gptl = disk_read_sectors(di, gpt_loff, gpt_lcnt); in try_gpt_list()
601 uint64_t gpt_loff; /* offset to GPT partition list in sectors */ in notsane_gpt_hdr() local
613 gpt_loff = gpth->lba_table; in notsane_gpt_hdr()
621 if (gpt_loff < 2 || !gpt_lsiz || gpt_lcnt > 255u || in notsane_gpt_hdr()
623 !sane(gpt_loff, gpt_lcnt) || in notsane_gpt_hdr()
624 (gpt_loff + gpt_lcnt > gpth->lba_first_usable && gpt_loff <= gpth->lba_last_usable) || in notsane_gpt_hdr()
[all …]