Searched refs:UUID_STR_LEN (Results 1 – 13 of 13) sorted by relevance
| /u-boot/board/gardena/smart-gateway-mt7688/ |
| A D | board.c | 49 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 D | gpt.c | 48 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 D | avb.c | 207 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 D | uuid.h | 27 #define UUID_STR_LEN 36 macro
|
| A D | part.h | 72 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 D | uuid.c | 83 if (i != UUID_STR_LEN || !valid) in uuid_str_valid() 307 char uuid[UUID_STR_LEN + 1]; in do_uuid()
|
| A D | vsprintf.c | 396 char uuid[UUID_STR_LEN + 1]; in uuid_string()
|
| /u-boot/test/dm/ |
| A D | fastboot.c | 22 char str_disk_guid[UUID_STR_LEN + 1]; in dm_test_fastboot_mmc_part()
|
| A D | acpi_dp.c | 75 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 D | acpigen.c | 1226 char uuid_str[UUID_STR_LEN + 1]; in dm_test_acpi_write_i2c_dsm()
|
| /u-boot/cmd/x86/ |
| A D | hob.c | 99 char uuid[UUID_STR_LEN + 1]; in do_hob()
|
| /u-boot/disk/ |
| A D | part_efi.c | 224 char uuid[UUID_STR_LEN + 1]; in part_print_efi()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.c | 882 char uuid[UUID_STR_LEN + 1]; in create_gpt_partitions()
|
Completed in 20 milliseconds