Lines Matching refs:disk_gpt_part_entry
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()
640 struct disk_gpt_part_entry *gptl = NULL; in pi_begin()