Home
last modified time | relevance | path

Searched refs:gpt_e (Results 1 – 2 of 2) sorted by relevance

/u-boot/disk/
A Dpart_efi.c512 memset(&gpt_e[i].attributes, 0, in gpt_fill_pte()
523 memset(gpt_e[i].partition_name, 0, in gpt_fill_pte()
527 gpt_e[i].partition_name[k] = in gpt_fill_pte()
614 gpt_entry *gpt_e; in gpt_restore() local
628 if (gpt_e == NULL) { in gpt_restore()
633 memset(gpt_e, 0, size); in gpt_restore()
649 free(gpt_e); in gpt_restore()
711 gpt_entry *gpt_e; in gpt_verify_partitions() local
718 gpt_e = *gpt_pte; in gpt_verify_partitions()
786 gpt_entry *gpt_e; in is_valid_gpt_buf() local
[all …]
/u-boot/include/
A Dpart.h348 gpt_header *gpt_h, gpt_entry *gpt_e);
362 gpt_header *gpt_h, gpt_entry *gpt_e,

Completed in 4 milliseconds