HomeSort by relevance Sort by last modified time
    Searched defs:uuid_t (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/uuid/
uuid.h 42 typedef unsigned char uuid_t[16]; typedef
57 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
60 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
68 void uuid_clear(uuid_t uu);
71 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
74 void uuid_copy(uuid_t dst, const uuid_t src);
77 void uuid_generate(uuid_t out);
78 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 431 } uuid_t; typedef in typeref:struct:__anon1919
464 uuid_t uuid;
487 uuid_t svclass;
505 uuid_t uuid;

Completed in 60 milliseconds