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

  /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 */

Completed in 124 milliseconds