Lines Matching refs:gpt_entry

57 				gpt_header *pgpt_head, gpt_entry **pgpt_pte);
58 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc,
60 static int is_pte_valid(gpt_entry * pte);
62 gpt_entry **pgpt_pte);
64 static char *print_efiname(gpt_entry *pte) in print_efiname()
80 static int get_bootable(gpt_entry *p) in get_bootable()
154 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries()
204 gpt_entry *gpt_pte = NULL; in get_disk_guid()
222 gpt_entry *gpt_pte = NULL; in part_print_efi()
270 gpt_entry *gpt_pte = NULL; in part_get_info_efi()
372 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table()
375 * sizeof(gpt_entry)), dev_desc); in write_gpt_table()
420 gpt_header *gpt_h, gpt_entry *gpt_e, in gpt_fill_pte()
600 gpt_h->sizeof_partition_entry = cpu_to_le32(sizeof(gpt_entry)); in gpt_fill_header()
614 gpt_entry *gpt_e; in gpt_restore()
625 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
678 gpt_entry **gpt_pte) in gpt_verify_headers()
707 gpt_header *gpt_head, gpt_entry **gpt_pte) in gpt_verify_partitions()
711 gpt_entry *gpt_e; in gpt_verify_partitions()
786 gpt_entry *gpt_e; in is_valid_gpt_buf()
807 gpt_entry *gpt_e; in write_mbr_and_gpt_partitions()
930 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid()
999 gpt_entry **pgpt_pte) in find_valid_gpt()
1032 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc, in alloc_read_gpt_entries()
1037 gpt_entry *pte = NULL; in alloc_read_gpt_entries()
1081 static int is_pte_valid(gpt_entry * pte) in is_pte_valid()