Home
last modified time | relevance | path

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

/external/syslinux/com32/chain/
Dpartiter.c568 uint64_t gpt_lcnt; /* size of GPT partition in sectors */ in try_gpt_list() local
572 gpt_lcnt = (gpt_lsiz + di->bps - 1) / di->bps; 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()
603 uint64_t gpt_lcnt; /* size of GPT partition in sectors */ in notsane_gpt_hdr() local
615 gpt_lcnt = (gpt_lsiz + di->bps - 1) / di->bps; 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()
625 gpt_loff + gpt_lcnt > gpt_sec || in notsane_gpt_hdr()