Searched refs:uuid_t (Results 1 – 19 of 19) sorted by relevance
/arm-trusted-firmware-2.8.0/include/drivers/fwu/ |
A D | fwu_metadata.h | 21 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 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);
|
/arm-trusted-firmware-2.8.0/include/plat/common/ |
A D | plat_trng.h | 14 extern uuid_t plat_trng_uuid;
|
/arm-trusted-firmware-2.8.0/tools/fiptool/ |
A D | tbbr_config.h | 18 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 …]
|
A D | fiptool.h | 34 uuid_t uuid;
|
/arm-trusted-firmware-2.8.0/include/tools_share/ |
A D | uuid.h | 72 typedef struct uuid uuid_t; typedef
|
A D | firmware_image_package.h | 104 uuid_t uuid;
|
/arm-trusted-firmware-2.8.0/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()
|
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | devfip.c | 28 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 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()
|
/arm-trusted-firmware-2.8.0/plat/arm/board/juno/ |
A D | juno_trng.c | 47 uuid_t plat_trng_uuid;
|
/arm-trusted-firmware-2.8.0/include/drivers/io/ |
A D | io_storage.h | 56 uuid_t uuid;
|
/arm-trusted-firmware-2.8.0/drivers/partition/ |
A D | partition.c | 269 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 D | bl2_io_storage.c | 499 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 D | std_svc_setup.c | 29 static uuid_t arm_svc_uid = {
|
/arm-trusted-firmware-2.8.0/include/lib/ |
A D | smccc.h | 185 static const uuid_t _name = { \
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 2511 value: uuid_t plat_trng_uuid [mandatory]
|
Completed in 30 milliseconds