Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Duuid.c158 if (str_format == UUID_STR_FORMAT_STD) { in uuid_str_to_bin()
208 if (str_format == UUID_STR_FORMAT_STD) in uuid_bin_to_str()
281 str_format = UUID_STR_FORMAT_STD; in do_uuid()
H A Dvsprintf.c396 int str_format = UUID_STR_FORMAT_STD; in uuid_string()
/openbmc/u-boot/include/
H A Duuid.h20 UUID_STR_FORMAT_STD, enumerator
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c218 uuid_bin_to_str(btrfs_info.sb.fsid, uuid_str, UUID_STR_FORMAT_STD); in btrfs_uuid()
/openbmc/u-boot/fs/ext4/
H A Dext4fs.c248 uuid_str, UUID_STR_FORMAT_STD); in ext4fs_uuid()
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c195 gen_rand_uuid_str(str, UUID_STR_FORMAT_STD); in copy_or_generate_uuid()
/openbmc/u-boot/cmd/
H A Dgpt.c406 gen_rand_uuid_str(*str_disk_guid, UUID_STR_FORMAT_STD); in set_gpt_info()
456 gen_rand_uuid_str(parts[i].uuid, UUID_STR_FORMAT_STD); in set_gpt_info()
/openbmc/u-boot/net/
H A Dbootp.c543 uuid_str_to_bin(uuid, e, UUID_STR_FORMAT_STD); in dhcp_extended()