Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c47 gpt_header *pgpt_head, gpt_entry **pgpt_pte);
1121 gpt_header *pgpt_head, gpt_entry **pgpt_pte) in is_gpt_valid() argument
1130 if (*pgpt_pte) in is_gpt_valid()
1163 *pgpt_pte = alloc_read_gpt_entries(dev_desc, pgpt_head); in is_gpt_valid()
1164 if (*pgpt_pte == NULL) { in is_gpt_valid()
1169 if (validate_gpt_entries(pgpt_head, *pgpt_pte)) { in is_gpt_valid()
1170 free(*pgpt_pte); in is_gpt_valid()
1171 *pgpt_pte = NULL; in is_gpt_valid()