Home
last modified time | relevance | path

Searched refs:uuid_null (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/services/std_svc/trng/
Dtrng_main.c20 static const uuid_t uuid_null; variable
113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
/external/arm-trusted-firmware/tools/fiptool/
Dfiptool.c54 static const uuid_t uuid_null; variable
322 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip()
705 uuid_t uuid = uuid_null; in create_cmd()
711 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in create_cmd()
802 uuid_t uuid = uuid_null; in update_cmd()
808 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in update_cmd()
910 uuid_t uuid = uuid_null; in unpack_cmd()
916 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0 || in unpack_cmd()
1049 uuid_t uuid = uuid_null; in remove_cmd()
1055 if (memcmp(&uuid, &uuid_null, sizeof(uuid_t)) == 0) in remove_cmd()
/external/arm-trusted-firmware/drivers/io/
Dio_fip.c290 static const uuid_t uuid_null = { {0} }; /* Double braces for clang */ in fip_file_open() local
343 &uuid_null) != 0)); in fip_file_open()