Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
284 static gpt_entry *gpt_pte = NULL; in part_get_info_efi()
357 gpt_entry *gpt_pte, in gpt_entry_modify()
[all …]
/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.c273 static gpt_entry *alloc_read_gpt_entries(struct parsed_partitions *state, in alloc_read_gpt_entries()
277 gpt_entry *pte; in alloc_read_gpt_entries()
338 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid()
418 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid()
463 is_pte_valid(const gpt_entry *pte, const u64 lastlba) in is_pte_valid()
584 gpt_entry **ptes) in find_valid_gpt()
588 gpt_entry *pptes = NULL, *aptes = NULL; in find_valid_gpt()
706 gpt_entry *ptes = NULL; in efi_partition()
H A Defi.h92 } __packed gpt_entry; typedef
/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h169 } gpt_entry; typedef
H A Dflash_image.c530 gpt_entry *gptEntry = (gpt_entry *)(gpt + 2 * SECTOR_SIZE); in create_gpt_buffer()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h161 } gpt_entry; typedef
H A DRKAndroidDevice.cpp3554 gpt_entry *gptEntry = (gpt_entry *)(gpt + 2 * SECTOR_SIZE); in create_gpt_buffer()
/OK3568_Linux_fs/u-boot/cmd/
H A Dgpt.c586 gpt_entry *gpt_pte = NULL; in gpt_verify()