Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c50 gpt_header *pgpt_head, gpt_entry **pgpt_pte);
931 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid() argument
969 *pgpt_pte = alloc_read_gpt_entries(dev_desc, pgpt_head); in is_gpt_valid()
970 if (*pgpt_pte == NULL) { in is_gpt_valid()
975 if (validate_gpt_entries(pgpt_head, *pgpt_pte)) { in is_gpt_valid()
976 free(*pgpt_pte); in is_gpt_valid()