Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c40 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 Dgpt.c41 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 Davb.c207 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 Duuid.c76 if (i != UUID_STR_LEN || !valid) in uuid_str_valid()
277 char uuid[UUID_STR_LEN + 1]; in do_uuid()
H A Dvsprintf.c395 char uuid[UUID_STR_LEN + 1]; in uuid_string()
/openbmc/u-boot/include/
H A Duuid.h24 #define UUID_STR_LEN 36 macro
H A Dpart.h62 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 Duuid.h84 #define UUID_STR_LEN sizeof(UUID_NONE) macro
/openbmc/qemu/tests/unit/
H A Dtest-uuid.c148 char out[UUID_STR_LEN]; in test_uuid_unparse()
/openbmc/qemu/util/
H A Duuid.c54 snprintf(out, UUID_STR_LEN, UUID_FMT, in qemu_uuid_unparse()
/openbmc/qemu/block/
H A Dparallels-ext.c131 char uuidstr[UUID_STR_LEN]; in parallels_load_bitmap()
H A Dvdi.c242 char uuidstr[UUID_STR_LEN]; in vdi_header_print()
/openbmc/u-boot/disk/
H A Dpart_efi.c220 char uuid[UUID_STR_LEN + 1]; in part_print_efi()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c1117 char buffer[UUID_STR_LEN]; in get_uuid()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c2274 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 Dsavevm.c474 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 Dpci.c3086 char uuid[UUID_STR_LEN]; in vfio_realize()