Searched refs:UUID_STR_LEN (Results 1 – 16 of 16) sorted by relevance
| /u-boot/board/gardena/smart-gateway-mt7688/ |
| A D | board.c | 48 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 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() 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 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 | 73 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 D | uuid.c | 84 if (i != UUID_STR_LEN || !valid) in uuid_str_valid() 469 char uuid[UUID_STR_LEN + 1]; in do_uuid()
|
| A D | vsprintf.c | 406 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 | part.c | 30 char str_disk_guid[UUID_STR_LEN + 1]; in dm_test_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/test/cmd/ |
| A D | rw.c | 15 char str_disk_guid[UUID_STR_LEN + 1]; in setup_partitions()
|
| /u-boot/cmd/x86/ |
| A D | hob.c | 99 char uuid[UUID_STR_LEN + 1]; in do_hob()
|
| /u-boot/board/xilinx/common/ |
| A D | board.c | 447 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 D | gpt_blk.c | 76 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 D | stm32prog.c | 1081 char uuid[UUID_STR_LEN + 1]; in create_gpt_partitions()
|
Completed in 44 milliseconds