Home
last modified time | relevance | path

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

/u-boot/board/gardena/smart-gateway-mt7688/
A Dboard.c49 char ipr_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */
50 char hqv_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */
51 char unielec_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */
68 char str[UUID_STR_LEN + 1] = { 0 }; /* Enough for UUID stuff */ in prepare_uuid_var()
73 memcpy(str, fd_ptr, UUID_STR_LEN); in prepare_uuid_var()
76 for (i = 0; i < UUID_STR_LEN; i++) { in prepare_uuid_var()
95 char str[UUID_STR_LEN + 1]; /* Enough for UUID stuff */ in factory_data_env_config()
196 char str[UUID_STR_LEN + 1] = { 0 }; /* Enough for UUID stuff */ in copy_or_generate_uuid()
202 strncpy(str, env, UUID_STR_LEN); in copy_or_generate_uuid()
206 memcpy(fd_ptr, str, UUID_STR_LEN); in copy_or_generate_uuid()
[all …]
/u-boot/cmd/
A Dgpt.c48 char uuid_str[UUID_STR_LEN + 1]; in extract_env()
167 int partlistlen = UUID_STR_LEN + 1 + strlen("uuid_disk="); in calc_parts_list_len()
176 partlistlen += numparts * (strlen("uuid=;") + UUID_STR_LEN + 1); in calc_parts_list_len()
216 UUID_STR_LEN); in allocate_disk_part()
218 newpart->gpt_part_info.uuid[UUID_STR_LEN] = '\0'; in allocate_disk_part()
284 strncat(partitions_list, guid, UUID_STR_LEN + 1); in create_gpt_partitions_list()
304 UUID_STR_LEN + 1); in create_gpt_partitions_list()
411 *str_disk_guid = malloc(UUID_STR_LEN + 1); in set_gpt_info()
774 char disk_guid[UUID_STR_LEN + 1]; in do_disk_guid()
795 char disk_guid[UUID_STR_LEN + 1]; in do_rename_gpt_parts()
A Davb.c207 char buffer[UUID_STR_LEN + 1]; in do_avb_get_uuid()
220 UUID_STR_LEN + 1) == in do_avb_get_uuid()
/u-boot/include/
A Duuid.h27 #define UUID_STR_LEN 36 macro
A Dpart.h72 char uuid[UUID_STR_LEN + 1]; /* filesystem UUID as string, if exists */
75 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */
/u-boot/lib/
A Duuid.c83 if (i != UUID_STR_LEN || !valid) in uuid_str_valid()
307 char uuid[UUID_STR_LEN + 1]; in do_uuid()
A Dvsprintf.c396 char uuid[UUID_STR_LEN + 1]; in uuid_string()
/u-boot/test/dm/
A Dfastboot.c22 char str_disk_guid[UUID_STR_LEN + 1]; in dm_test_fastboot_mmc_part()
A Dacpi_dp.c75 char uuid[UUID_STR_LEN + 1]; in dm_test_acpi_dp_int()
281 char uuid[UUID_STR_LEN + 1]; in dm_test_acpi_dp_child()
A Dacpigen.c1226 char uuid_str[UUID_STR_LEN + 1]; in dm_test_acpi_write_i2c_dsm()
/u-boot/cmd/x86/
A Dhob.c99 char uuid[UUID_STR_LEN + 1]; in do_hob()
/u-boot/disk/
A Dpart_efi.c224 char uuid[UUID_STR_LEN + 1]; in part_print_efi()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c882 char uuid[UUID_STR_LEN + 1]; in create_gpt_partitions()

Completed in 33 milliseconds