Lines Matching refs:gpt_entry
51 gpt_header *pgpt_head, gpt_entry **pgpt_pte);
52 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc,
54 static int is_pte_valid(gpt_entry * pte);
56 static char *print_efiname(gpt_entry *pte) in print_efiname()
72 static inline int is_bootable(gpt_entry *p) in is_bootable()
142 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries()
192 gpt_entry *gpt_pte = NULL; in get_disk_guid()
219 gpt_entry *gpt_pte = NULL; in part_print_efi()
277 gpt_entry *gpt_pte = NULL; in part_get_info_efi()
390 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table()
393 * sizeof(gpt_entry)), dev_desc); in write_gpt_table()
438 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte()
618 gpt_h->sizeof_partition_entry = cpu_to_le32(sizeof(gpt_entry)); in gpt_fill_header()
632 gpt_entry *gpt_e; in gpt_restore()
643 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
687 gpt_entry **gpt_pte) in gpt_verify_headers()
712 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions()
716 gpt_entry *gpt_e; in gpt_verify_partitions()
791 gpt_entry *gpt_e; in is_valid_gpt_buf()
812 gpt_entry *gpt_e; in write_mbr_and_gpt_partitions()
932 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid()
994 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc, in alloc_read_gpt_entries()
999 gpt_entry *pte = NULL; in alloc_read_gpt_entries()
1043 static int is_pte_valid(gpt_entry * pte) in is_pte_valid()