Home
last modified time | relevance | path

Searched refs:disk_gpt_part_entry (Results 1 – 5 of 5) 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()
264 const struct disk_gpt_part_entry *gp; in notsane_gpt()
265 gp = (const struct disk_gpt_part_entry *) in notsane_gpt()
396 const struct disk_gpt_part_entry *gp; in gpt_conv_label()
399 gp = (const struct disk_gpt_part_entry *) in gpt_conv_label()
474 const struct disk_gpt_part_entry *gpt_part = NULL; in pi_gpt_next()
480 gpt_part = (const struct disk_gpt_part_entry *) in pi_gpt_next()
561 static struct disk_gpt_part_entry *try_gpt_list(const struct disk_info *di, const struct disk_gpt_h… in try_gpt_list()
565 struct disk_gpt_part_entry *gptl; in try_gpt_list()
627 gpth->part_size < sizeof(struct disk_gpt_part_entry)) in notsane_gpt_hdr()
[all …]
Dpartiter.h59 #define PI_GPTLABSIZE ((int)sizeof(((struct disk_gpt_part_entry *)0)->name))
Dchain.c439 disk_gpt_part_dump((struct disk_gpt_part_entry *)(plen + 1)); in setup_handover()
/external/syslinux/com32/include/syslinux/
Ddisk.h136 struct disk_gpt_part_entry { struct
183 extern void disk_gpt_part_dump(const struct disk_gpt_part_entry *const
/external/syslinux/com32/lib/syslinux/
Ddisk.c525 void disk_gpt_part_dump(const struct disk_gpt_part_entry *const gpt_part) in disk_gpt_part_dump()