Home
last modified time | relevance | path

Searched refs:gpt_entry (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/disk/
Dpart_efi.c51 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()
[all …]
/external/u-boot/include/
Dpart.h311 gpt_header *gpt_h, gpt_entry *gpt_e);
325 gpt_header *gpt_h, gpt_entry *gpt_e,
387 gpt_entry **gpt_pte);
407 gpt_header *gpt_head, gpt_entry **gpt_pte);
Dpart_efi.h112 } __packed gpt_entry; typedef
/external/u-boot/cmd/
Dgpt.c585 gpt_entry *gpt_pte = NULL; in gpt_verify()