Home
last modified time | relevance | path

Searched defs:gpth (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/chain/
Dpartiter.c125 const struct disk_gpt_header *gpth, const struct disk_gpt_part_entry *gptl in pi_gpt_ctor()
543 struct disk_gpt_header *gpth; in try_gpt_hdr() local
561 …k_gpt_part_entry *try_gpt_list(const struct disk_info *di, const struct disk_gpt_header *gpth, int… in try_gpt_list()
599 static int notsane_gpt_hdr(const struct disk_info *di, const struct disk_gpt_header *gpth, int flag… in notsane_gpt_hdr()
639 struct disk_gpt_header *gpth = NULL; in pi_begin() local
/external/avb/examples/uefi/
Duefi_avb_ops.c357 static EFI_STATUS validate_gpt(const IN GPTHeader* gpth) { in validate_gpt()