Home
last modified time | relevance | path

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

123

/external/e2fsprogs/lib/uuid/
Duuid.h44 typedef unsigned char uuid_t[16]; typedef
59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
70 void uuid_clear(uuid_t uu);
73 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
76 void uuid_copy(uuid_t dst, const uuid_t src);
79 void uuid_generate(uuid_t out);
80 void uuid_generate_random(uuid_t out);
81 void uuid_generate_time(uuid_t out);
84 int uuid_is_null(const uuid_t uu);
[all …]
Duuid.h.in44 typedef unsigned char uuid_t[16]; typedef
59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
70 void uuid_clear(uuid_t uu);
73 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
76 void uuid_copy(uuid_t dst, const uuid_t src);
79 void uuid_generate(uuid_t out);
80 void uuid_generate_random(uuid_t out);
81 void uuid_generate_time(uuid_t out);
84 int uuid_is_null(const uuid_t uu);
[all …]
Dunparse.c52 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt) in uuid_unparse_x()
64 void uuid_unparse_lower(const uuid_t uu, char *out) in uuid_unparse_lower()
69 void uuid_unparse_upper(const uuid_t uu, char *out) in uuid_unparse_upper()
74 void uuid_unparse(const uuid_t uu, char *out) in uuid_unparse()
Duuid_time.c52 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv) in uuid_time()
74 int uuid_type(const uuid_t uu) in uuid_type()
82 int uuid_variant(const uuid_t uu) in uuid_variant()
118 uuid_t buf; in main()
Dgen_uuid.c486 static int get_uuid_via_daemon(int op, uuid_t out, int *num) in get_uuid_via_daemon()
567 void uuid__generate_time(uuid_t out, int *num) in uuid__generate_time()
594 void uuid_generate_time(uuid_t out) in uuid_generate_time()
638 void uuid__generate_random(uuid_t out, int *num) in uuid__generate_random()
640 uuid_t buf; in uuid__generate_random()
657 out += sizeof(uuid_t); in uuid__generate_random()
661 void uuid_generate_random(uuid_t out) in uuid_generate_random()
676 void uuid_generate(uuid_t out) in uuid_generate()
Dcopy.c38 void uuid_copy(uuid_t dst, const uuid_t src) in uuid_copy()
Duuidd.h51 extern void uuid__generate_time(uuid_t out, int *num);
52 extern void uuid__generate_random(uuid_t out, int *num);
DuuidP.h70 void uuid_pack(const struct uuid *uu, uuid_t ptr);
71 void uuid_unpack(const uuid_t in, struct uuid *uu);
Dcompare.c43 int uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare()
Dtst_uuid.c45 uuid_t uuidBits; in test_uuid()
68 uuid_t buf, tst; in main()
Dclear.c40 void uuid_clear(uuid_t uu) in uuid_clear()
Disnull.c39 int uuid_is_null(const uuid_t uu) in uuid_is_null()
/external/arm-trusted-firmware/include/drivers/fwu/
Dfwu_metadata.h21 uuid_t img_uuid;
38 uuid_t img_type_uuid;
41 uuid_t location_uuid;
/external/arm-trusted-firmware/tools/fiptool/
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()
232 static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid) in lookup_image_desc_from_uuid()
237 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid()
252 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str()
267 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str()
334 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip()
385 static image_t *read_image_from_file(const uuid_t *uuid, const char *filename) in read_image_from_file()
661 static void parse_blob_opt(char *arg, uuid_t *uuid, char *filename, size_t len) in parse_blob_opt()
[all …]
Dtbbr_config.h18 uuid_t uuid;
Dfiptool.h34 uuid_t uuid;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h271 using uuid_t = raw_ostream::uuid_t; in LLVM_YAML_IS_SEQUENCE_VECTOR()
273 template <> struct ScalarTraits<uuid_t> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
274 static void output(const uuid_t &Val, void *, raw_ostream &Out); in LLVM_YAML_IS_SEQUENCE_VECTOR()
275 static StringRef input(StringRef Scalar, void *, uuid_t &Val); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/python/cpython3/Modules/
D_uuidmodule.c25 uuid_t uuid; in py_uuid_generate_time_safe()
80 assert(sizeof(uuid_t) == 16); in uuid_exec()
/external/arm-trusted-firmware/drivers/io/
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()
/external/arm-trusted-firmware/lib/debugfs/
Ddevfip.c28 uuid_t uuid;
36 const uuid_t uuid;
158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
/external/arm-trusted-firmware/services/std_svc/trng/
Dtrng_main.c20 static const uuid_t uuid_null;
113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h257 typedef uint8_t uuid_t[16]; in LLVM_YAML_IS_SEQUENCE_VECTOR()
259 template <> struct ScalarTraits<uuid_t> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
260 static void output(const uuid_t &Val, void *, llvm::raw_ostream &Out); in LLVM_YAML_IS_SEQUENCE_VECTOR()
262 static StringRef input(StringRef Scalar, void *, uuid_t &Val); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/arm-trusted-firmware/include/plat/common/
Dplat_trng.h14 extern uuid_t plat_trng_uuid;
/external/e2fsprogs/contrib/python-uuid/
Duuid.c7 uuid_t u; in _uuid_generate()
/external/arm-trusted-firmware/include/tools_share/
Duuid.h72 typedef struct uuid uuid_t; typedef

123