Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 19 of 19) sorted by relevance

/arm-trusted-firmware-2.8.0/include/drivers/fwu/
A Dfwu_metadata.h21 uuid_t img_uuid;
38 uuid_t img_type_uuid;
41 uuid_t location_uuid;
/arm-trusted-firmware-2.8.0/include/drivers/partition/
A Dpartition.h49 const partition_entry_t *get_partition_entry_by_type(const uuid_t *type_guid);
50 const partition_entry_t *get_partition_entry_by_uuid(const uuid_t *part_uuid);
/arm-trusted-firmware-2.8.0/include/plat/common/
A Dplat_trng.h14 extern uuid_t plat_trng_uuid;
/arm-trusted-firmware-2.8.0/tools/fiptool/
A Dtbbr_config.h18 uuid_t uuid;
A Dfiptool.c54 static const uuid_t uuid_null;
137 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc()
144 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc()
237 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid()
267 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str()
717 uuid_t uuid = uuid_null; in create_cmd()
723 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in create_cmd()
820 uuid_t uuid = uuid_null; in update_cmd()
934 uuid_t uuid = uuid_null; in unpack_cmd()
1079 uuid_t uuid = uuid_null; in remove_cmd()
[all …]
A Dfiptool.h34 uuid_t uuid;
/arm-trusted-firmware-2.8.0/include/tools_share/
A Duuid.h72 typedef struct uuid uuid_t; typedef
A Dfirmware_image_package.h104 uuid_t uuid;
/arm-trusted-firmware-2.8.0/services/std_svc/trng/
A Dtrng_main.c20 static const uuid_t uuid_null;
113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
/arm-trusted-firmware-2.8.0/lib/debugfs/
A Ddevfip.c28 uuid_t uuid;
36 const uuid_t uuid;
158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
/arm-trusted-firmware-2.8.0/drivers/io/
A Dio_fip.c82 static inline int compare_uuids(const uuid_t *uuid1, const uuid_t *uuid2) in compare_uuids()
84 return memcmp(uuid1, uuid2, sizeof(uuid_t)); in compare_uuids()
290 static const uuid_t uuid_null = { {0} }; /* Double braces for clang */ in fip_file_open()
A Dio_encrypted.c199 sizeof(uuid_t)); in enc_file_read()
/arm-trusted-firmware-2.8.0/plat/arm/board/juno/
A Djuno_trng.c47 uuid_t plat_trng_uuid;
/arm-trusted-firmware-2.8.0/include/drivers/io/
A Dio_storage.h56 uuid_t uuid;
/arm-trusted-firmware-2.8.0/drivers/partition/
A Dpartition.c269 const partition_entry_t *get_partition_entry_by_type(const uuid_t *type_uuid) in get_partition_entry_by_type()
282 const partition_entry_t *get_partition_entry_by_uuid(const uuid_t *part_uuid) in get_partition_entry_by_uuid()
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dbl2_io_storage.c499 uuid_t img_type_uuid; in bl2_plat_handle_pre_image_load()
639 static void *stm32_get_image_spec(const uuid_t *img_type_uuid) in stm32_get_image_spec()
657 const uuid_t *img_type_uuid, *img_uuid; in plat_fwu_set_images_source()
/arm-trusted-firmware-2.8.0/services/std_svc/
A Dstd_svc_setup.c29 static uuid_t arm_svc_uid = {
/arm-trusted-firmware-2.8.0/include/lib/
A Dsmccc.h185 static const uuid_t _name = { \
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst2511 value: uuid_t plat_trng_uuid [mandatory]

Completed in 30 milliseconds