Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c47 gpt_header *pgpt_head, gpt_entry **pgpt_pte);
48 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc,
50 static int is_pte_valid(gpt_entry * pte);
52 static char *print_efiname(gpt_entry *pte) in print_efiname()
68 static inline int is_bootable(gpt_entry *p) in is_bootable()
150 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries()
200 gpt_entry *gpt_pte = NULL; in get_disk_guid()
227 gpt_entry *gpt_pte = NULL; in part_print_efi()
286 static gpt_entry *gpt_pte = NULL; in part_get_info_efi()
377 gpt_entry *gpt_pte, in gpt_entry_modify()
[all …]
/rk3399_rockchip-uboot/include/
H A Dpart.h314 gpt_header *gpt_h, gpt_entry *gpt_e);
328 gpt_header *gpt_h, gpt_entry *gpt_e,
390 gpt_entry **gpt_pte);
410 gpt_header *gpt_head, gpt_entry **gpt_pte);
H A Dpart_efi.h112 } __packed gpt_entry; typedef
/rk3399_rockchip-uboot/cmd/
H A Dgpt.c585 gpt_entry *gpt_pte = NULL; in gpt_verify()