/external/e2fsprogs/lib/uuid/ |
uuid.h | 44 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 out) [all...] |
/external/grub/stage2/ |
xfs.h | 49 typedef xfs_uint8_t uuid_t[16]; typedef 90 uuid_t sb_uuid; /* file system unique id */
|
/external/bluetooth/bluez/lib/bluetooth/ |
sdp.h | 433 } uuid_t; typedef in typeref:struct:__anon1767 466 uuid_t uuid; 489 uuid_t svclass; 507 uuid_t uuid;
|