Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Duuid.h40 int uuid_guid_get_str(unsigned char *guid_bin, char *guid_str);
/openbmc/u-boot/lib/
H A Duuid.c122 int uuid_guid_get_str(unsigned char *guid_bin, char *guid_str) in uuid_guid_get_str() function
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch35 const char *uuid_guid_get_str(const unsigned char *guid_bin);
/openbmc/u-boot/disk/
H A Dpart_efi.c259 if (!uuid_guid_get_str(uuid_bin, uuid)) in part_print_efi()