Home
last modified time | relevance | path

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

/trusted-firmware-a/include/drivers/fwu/
A Dfwu_metadata.h21 uuid_t img_uuid;
38 uuid_t img_type_uuid;
41 uuid_t location_uuid;
/trusted-firmware-a/tools/fiptool/
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 Dtbbr_config.h18 uuid_t uuid;
A Dfiptool.h34 uuid_t uuid;
/trusted-firmware-a/include/plat/common/
A Dplat_trng.h14 extern uuid_t plat_trng_uuid;
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/lib/debugfs/
A Ddevfip.c28 uuid_t uuid;
36 const uuid_t uuid;
158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
/trusted-firmware-a/include/tools_share/
A Duuid.h72 typedef struct uuid uuid_t; typedef
A Dfirmware_image_package.h98 uuid_t uuid;
/trusted-firmware-a/plat/arm/board/juno/
A Djuno_trng.c47 uuid_t plat_trng_uuid;
/trusted-firmware-a/include/drivers/io/
A Dio_storage.h57 uuid_t uuid;
/trusted-firmware-a/services/std_svc/
A Dstd_svc_setup.c28 static uuid_t arm_svc_uid = {
/trusted-firmware-a/include/lib/
A Dsmccc.h170 static const uuid_t _name = { \
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …om:5,updat:[9,17,38,48,50,70,73,127],us:[38,41,42,47,57,105,123],usag:38,uuid_t:53,v8:71,valid:40,…
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst2152 value: uuid_t plat_trng_uuid [mandatory]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt2152 value: uuid_t plat_trng_uuid [mandatory]

Completed in 39 milliseconds