Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c450 char *str_type_guid; in gpt_fill_pte() local
497 str_type_guid = partitions[i].type_guid; in gpt_fill_pte()
499 if (strlen(str_type_guid)) { in gpt_fill_pte()
500 if (uuid_str_to_bin(str_type_guid, bin_type_guid, in gpt_fill_pte()
503 i, str_type_guid); in gpt_fill_pte()