Searched refs:uuid_t (Results 1 – 16 of 16) sorted by relevance
| /tf-a-ffa_el3_spmc/include/drivers/fwu/ |
| A D | fwu_metadata.h | 21 uuid_t img_uuid; 38 uuid_t img_type_uuid; 41 uuid_t location_uuid;
|
| /tf-a-ffa_el3_spmc/include/plat/common/ |
| A D | plat_trng.h | 14 extern uuid_t plat_trng_uuid;
|
| /tf-a-ffa_el3_spmc/tools/fiptool/ |
| A D | tbbr_config.h | 18 uuid_t uuid;
|
| A D | fiptool.h | 34 uuid_t uuid;
|
| A D | fiptool.c | 54 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 …]
|
| /tf-a-ffa_el3_spmc/include/tools_share/ |
| A D | uuid.h | 72 typedef struct uuid uuid_t; typedef
|
| A D | firmware_image_package.h | 96 uuid_t uuid;
|
| /tf-a-ffa_el3_spmc/services/std_svc/trng/ |
| A D | trng_main.c | 20 static const uuid_t uuid_null; 113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
|
| /tf-a-ffa_el3_spmc/lib/debugfs/ |
| A D | devfip.c | 28 uuid_t uuid; 36 const uuid_t uuid; 158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
|
| /tf-a-ffa_el3_spmc/drivers/io/ |
| A D | io_fip.c | 82 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 D | io_encrypted.c | 199 sizeof(uuid_t)); in enc_file_read()
|
| /tf-a-ffa_el3_spmc/plat/arm/board/juno/ |
| A D | juno_trng.c | 47 uuid_t plat_trng_uuid;
|
| /tf-a-ffa_el3_spmc/include/drivers/io/ |
| A D | io_storage.h | 57 uuid_t uuid;
|
| /tf-a-ffa_el3_spmc/services/std_svc/ |
| A D | std_svc_setup.c | 27 static uuid_t arm_svc_uid = {
|
| /tf-a-ffa_el3_spmc/include/lib/ |
| A D | smccc.h | 145 static const uuid_t _name = { \
|
| /tf-a-ffa_el3_spmc/docs/getting_started/ |
| A D | porting-guide.rst | 2071 value: uuid_t plat_trng_uuid [mandatory]
|
Completed in 30 milliseconds