Home
last modified time | relevance | path

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

/u-boot/board/gardena/smart-gateway-mt7688/
A Dboard.c48 char ipr_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */
49 char hqv_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */
50 char unielec_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */
67 char str[UUID_STR_LEN + 1] = { 0 }; /* Enough for UUID stuff */ in prepare_uuid_var()
72 memcpy(str, fd_ptr, UUID_STR_LEN); in prepare_uuid_var()
75 for (i = 0; i < UUID_STR_LEN; i++) { in prepare_uuid_var()
94 char str[UUID_STR_LEN + 1]; /* Enough for UUID stuff */ in factory_data_env_config()
192 char str[UUID_STR_LEN + 1] = { 0 }; /* Enough for UUID stuff */ in copy_or_generate_uuid()
198 strncpy(str, env, UUID_STR_LEN); in copy_or_generate_uuid()
202 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()
361 char disk_guid[UUID_STR_LEN + 1]; in do_get_gpt_info()
440 *str_disk_guid = malloc(UUID_STR_LEN + 1); in set_gpt_info()
812 char disk_guid[UUID_STR_LEN + 1]; in do_disk_guid()
[all …]
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.h73 char uuid[UUID_STR_LEN + 1]; /* filesystem UUID as string, if exists */
76 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */
/u-boot/lib/
A Duuid.c84 if (i != UUID_STR_LEN || !valid) in uuid_str_valid()
469 char uuid[UUID_STR_LEN + 1]; in do_uuid()
A Dvsprintf.c406 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 Dpart.c30 char str_disk_guid[UUID_STR_LEN + 1]; in dm_test_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/test/cmd/
A Drw.c15 char str_disk_guid[UUID_STR_LEN + 1]; in setup_partitions()
/u-boot/cmd/x86/
A Dhob.c99 char uuid[UUID_STR_LEN + 1]; in do_hob()
/u-boot/board/xilinx/common/
A Dboard.c447 unsigned char uuid[UUID_STR_LEN + 1]; in board_late_init_xilinx()
450 memset(uuid, 0, UUID_STR_LEN + 1); in board_late_init_xilinx()
/u-boot/drivers/fwu-mdata/
A Dgpt_blk.c76 if (!strncmp(info->type_guid, mdata_guid_str, UUID_STR_LEN)) in gpt_get_mdata_disk_part()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c1081 char uuid[UUID_STR_LEN + 1]; in create_gpt_partitions()

Completed in 44 milliseconds