Searched refs:disk_gpt_part_entry (Results 1 – 5 of 5) sorted by relevance
125 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 …]
59 #define PI_GPTLABSIZE ((int)sizeof(((struct disk_gpt_part_entry *)0)->name))
439 disk_gpt_part_dump((struct disk_gpt_part_entry *)(plen + 1)); in setup_handover()
136 struct disk_gpt_part_entry { struct183 extern void disk_gpt_part_dump(const struct disk_gpt_part_entry *const
525 void disk_gpt_part_dump(const struct disk_gpt_part_entry *const gpt_part) in disk_gpt_part_dump()