Searched defs:uuid_t (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A 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,u14,u15}
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 ou
[all...]
/external/grub/stage2/
H A Dxfs.h49 typedef xfs_uint8_t uuid_t[16]; typedef
90 uuid_t sb_uuid; /* file system unique id */
/external/bluetooth/bluez/lib/bluetooth/
H A Dsdp.h433 } uuid_t; typedef in typeref:struct:__anon372
466 uuid_t uuid;
489 uuid_t svclass;
507 uuid_t uuid;

Completed in 118 milliseconds