Home
last modified time | relevance | path

Searched refs:disk_gpt_header (Results 1 – 3 of 3) 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()
417 struct disk_gpt_header *gh = buf; in valid_crc_hdr()
539 static struct disk_gpt_header *try_gpt_hdr(const struct disk_info *di, int sec) in try_gpt_hdr()
543 struct disk_gpt_header *gpth; in try_gpt_hdr()
561 …pt_part_entry *try_gpt_list(const struct disk_info *di, const struct disk_gpt_header *gpth, int al… 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()
/external/syslinux/com32/include/syslinux/
Ddisk.h146 struct disk_gpt_header { struct
185 extern void disk_gpt_header_dump(const struct disk_gpt_header *const gpt); argument
/external/syslinux/com32/lib/syslinux/
Ddisk.c552 void disk_gpt_header_dump(const struct disk_gpt_header *const gpt) in disk_gpt_header_dump()