Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c446 char *str_uuid; in gpt_fill_pte() local
518 str_uuid = partitions[i].uuid; in gpt_fill_pte()
521 if (uuid_str_to_bin(str_uuid, bin_uuid, UUID_STR_FORMAT_GUID)) { in gpt_fill_pte()
523 i, str_uuid); in gpt_fill_pte()