Searched refs:uuid_t (Results 1 – 19 of 19) sorted by relevance
/trusted-firmware-a-latest/include/drivers/fwu/ |
D | fwu_metadata.h | 21 uuid_t img_uuid; 38 uuid_t img_type_uuid; 41 uuid_t location_uuid;
|
/trusted-firmware-a-latest/include/drivers/partition/ |
D | partition.h | 49 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);
|
/trusted-firmware-a-latest/include/plat/common/ |
D | plat_trng.h | 14 extern uuid_t plat_trng_uuid;
|
/trusted-firmware-a-latest/tools/fiptool/ |
D | tbbr_config.h | 18 uuid_t uuid;
|
D | fiptool.c | 57 static const uuid_t uuid_null; 140 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc() 147 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc() 235 static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid) in lookup_image_desc_from_uuid() 240 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid() 255 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() 270 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str() 346 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip() 399 static image_t *read_image_from_file(const uuid_t *uuid, const char *filename) in read_image_from_file() 683 static void parse_blob_opt(char *arg, uuid_t *uuid, char *filename, size_t len) in parse_blob_opt() [all …]
|
D | fiptool.h | 34 uuid_t uuid;
|
/trusted-firmware-a-latest/include/tools_share/ |
D | uuid.h | 74 typedef struct uuid uuid_t; typedef
|
D | firmware_image_package.h | 104 uuid_t uuid;
|
/trusted-firmware-a-latest/services/std_svc/trng/ |
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()
|
/trusted-firmware-a-latest/lib/debugfs/ |
D | devfip.c | 28 uuid_t uuid; 36 const uuid_t uuid; 158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
|
/trusted-firmware-a-latest/drivers/io/ |
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()
|
D | io_encrypted.c | 199 sizeof(uuid_t)); in enc_file_read()
|
/trusted-firmware-a-latest/plat/arm/board/juno/ |
D | juno_trng.c | 47 uuid_t plat_trng_uuid;
|
/trusted-firmware-a-latest/include/drivers/io/ |
D | io_storage.h | 55 uuid_t uuid;
|
/trusted-firmware-a-latest/plat/st/common/ |
D | bl2_io_storage.c | 497 uuid_t img_type_uuid; in bl2_plat_handle_pre_image_load() 645 static void *stm32_get_image_spec(const uuid_t *img_type_uuid) in stm32_get_image_spec() 663 const uuid_t *img_type_uuid; in plat_fwu_set_images_source() 664 const uuid_t *img_uuid __maybe_unused; in plat_fwu_set_images_source()
|
/trusted-firmware-a-latest/services/std_svc/ |
D | std_svc_setup.c | 30 static uuid_t arm_svc_uid = {
|
/trusted-firmware-a-latest/drivers/partition/ |
D | partition.c | 421 const partition_entry_t *get_partition_entry_by_type(const uuid_t *type_uuid) in get_partition_entry_by_type() 437 const partition_entry_t *get_partition_entry_by_uuid(const uuid_t *part_uuid) in get_partition_entry_by_uuid()
|
/trusted-firmware-a-latest/include/lib/ |
D | smccc.h | 189 static const uuid_t _name = { \
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 2452 value: uuid_t plat_trng_uuid [mandatory]
|