Searched refs:UUID_STR_LEN (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/ |
H A D | board.c | 40 char ipr_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */ 41 char hqv_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */ 42 char unielec_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */ 59 char str[UUID_STR_LEN + 1] = { 0 }; /* Enough for UUID stuff */ in prepare_uuid_var() 64 memcpy(str, fd_ptr, UUID_STR_LEN); in prepare_uuid_var() 67 for (i = 0; i < UUID_STR_LEN; i++) { in prepare_uuid_var() 86 char str[UUID_STR_LEN + 1]; /* Enough for UUID stuff */ in factory_data_env_config() 187 char str[UUID_STR_LEN + 1] = { 0 }; /* Enough for UUID stuff */ in copy_or_generate_uuid() 193 strncpy(str, env, UUID_STR_LEN); in copy_or_generate_uuid() 197 memcpy(fd_ptr, str, UUID_STR_LEN); in copy_or_generate_uuid() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | gpt.c | 41 char uuid_str[UUID_STR_LEN + 1]; in extract_env() 160 int partlistlen = UUID_STR_LEN + 1 + strlen("uuid_disk="); in calc_parts_list_len() 169 partlistlen += numparts * (strlen("uuid=;") + UUID_STR_LEN + 1); in calc_parts_list_len() 208 UUID_STR_LEN); in allocate_disk_part() 210 newpart->gpt_part_info.uuid[UUID_STR_LEN] = '\0'; in allocate_disk_part() 276 strncat(partitions_list, guid, UUID_STR_LEN + 1); in create_gpt_partitions_list() 296 UUID_STR_LEN + 1); in create_gpt_partitions_list() 403 *str_disk_guid = malloc(UUID_STR_LEN + 1); in set_gpt_info() 620 char disk_guid[UUID_STR_LEN + 1]; in do_disk_guid() 656 char disk_guid[UUID_STR_LEN + 1]; in do_rename_gpt_parts()
|
H 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()
|
/openbmc/u-boot/lib/ |
H A D | uuid.c | 76 if (i != UUID_STR_LEN || !valid) in uuid_str_valid() 277 char uuid[UUID_STR_LEN + 1]; in do_uuid()
|
H A D | vsprintf.c | 395 char uuid[UUID_STR_LEN + 1]; in uuid_string()
|
/openbmc/u-boot/include/ |
H A D | uuid.h | 24 #define UUID_STR_LEN 36 macro
|
H A D | part.h | 62 char uuid[UUID_STR_LEN + 1]; /* filesystem UUID as string, if exists */ 65 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */
|
/openbmc/qemu/include/qemu/ |
H A D | uuid.h | 84 #define UUID_STR_LEN sizeof(UUID_NONE) macro
|
/openbmc/qemu/tests/unit/ |
H A D | test-uuid.c | 148 char out[UUID_STR_LEN]; in test_uuid_unparse()
|
/openbmc/qemu/util/ |
H A D | uuid.c | 54 snprintf(out, UUID_STR_LEN, UUID_FMT, in qemu_uuid_unparse()
|
/openbmc/qemu/block/ |
H A D | parallels-ext.c | 131 char uuidstr[UUID_STR_LEN]; in parallels_load_bitmap()
|
H A D | vdi.c | 242 char uuidstr[UUID_STR_LEN]; in vdi_header_print()
|
/openbmc/u-boot/disk/ |
H A D | part_efi.c | 220 char uuid[UUID_STR_LEN + 1]; in part_print_efi()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 1146 char buffer[UUID_STR_LEN]; in get_uuid()
|
/openbmc/qemu/hw/hyperv/ |
H A D | vmbus.c | 2274 char idstr[UUID_STR_LEN]; in vmbus_dev_realize() 2470 char uuid[UUID_STR_LEN]; in vmbus_get_fw_dev_path()
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 474 char uuid_src[UUID_STR_LEN]; in vmstate_uuid_post_load() 475 char uuid_dst[UUID_STR_LEN]; in vmstate_uuid_post_load()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 2967 char uuid[UUID_STR_LEN]; in vfio_realize()
|