Home
last modified time | relevance | path

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

/u-boot/include/
A Duuid.h23 #define UUID_STR_FORMAT_GUID BIT(0) macro
/u-boot/lib/
A Duuid.c381 if (str_format & UUID_STR_FORMAT_GUID) in uuid_bin_to_str()
475 str_format = UUID_STR_FORMAT_GUID; in do_uuid()
A Dvsprintf.c412 str_format = UUID_STR_FORMAT_GUID | UUID_STR_UPPER_CASE; in uuid_string()
415 str_format = UUID_STR_FORMAT_GUID; in uuid_string()
425 str_format = UUID_STR_FORMAT_GUID; in uuid_string()
/u-boot/arch/arm/mach-rockchip/
A Dboard.c42 UUID_STR_FORMAT_GUID); in updatable_image()
60 UUID_STR_FORMAT_GUID); in set_image_index()
/u-boot/lib/fwu_updates/
A Dfwu_gpt.c26 UUID_STR_FORMAT_GUID); in get_gpt_dfu_identifier()
/u-boot/disk/
A Dpart_efi.c209 uuid_bin_to_str(guid_bin, guid, UUID_STR_FORMAT_GUID); in get_disk_guid()
294 UUID_STR_FORMAT_GUID); in part_get_info_efi()
298 info->type_guid, UUID_STR_FORMAT_GUID); in part_get_info_efi()
475 UUID_STR_FORMAT_GUID)) { in gpt_fill_pte()
495 if (uuid_str_to_bin(str_uuid, bin_uuid, UUID_STR_FORMAT_GUID)) { in gpt_fill_pte()
594 if (uuid_str_to_bin(str_guid, gpt_h->disk_guid.b, UUID_STR_FORMAT_GUID)) in gpt_fill_header()
/u-boot/cmd/x86/
A Dhob.c145 UUID_STR_FORMAT_GUID); in do_hob()
/u-boot/cmd/
A Dnvedit_efi.c230 UUID_STR_FORMAT_GUID)) in do_env_print_efi()
418 UUID_STR_FORMAT_GUID)) { in do_env_set_efi()
A Dgpt.c68 gen_rand_uuid_str(uuid_str, UUID_STR_FORMAT_GUID); in extract_env()
/u-boot/drivers/fwu-mdata/
A Dgpt_blk.c41 UUID_STR_FORMAT_GUID); in gpt_get_mdata_partitions()
/u-boot/env/
A Dmmc.c81 uuid_str_to_bin(info.type_guid, type_guid.b, UUID_STR_FORMAT_GUID); in mmc_offset_try_partition()
/u-boot/lib/acpi/
A Dacpigen.c679 ret = uuid_str_to_bin(uuid, buf, UUID_STR_FORMAT_GUID); in acpigen_write_uuid()
/u-boot/lib/efi_loader/
A Defi_device_path.c903 UUID_STR_FORMAT_GUID)) { in dp_part_node()
/u-boot/test/dm/
A Dacpigen.c1261 uuid_bin_to_str(ptr, uuid_str, UUID_STR_FORMAT_GUID); in dm_test_acpi_write_i2c_dsm()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c1165 uuid_bin_to_str(uuid_bin, uuid, UUID_STR_FORMAT_GUID); in create_gpt_partitions()

Completed in 64 milliseconds