Searched refs:uuid_string_t (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/uuid/
H A Duuid.h47 typedef __darwin_uuid_string_t uuid_string_t; typedef
69 int uuid_parse(const uuid_string_t in, uuid_t uu);
71 void uuid_unparse(const uuid_t uu, uuid_string_t out);
72 void uuid_unparse_lower(const uuid_t uu, uuid_string_t out);
73 void uuid_unparse_upper(const uuid_t uu, uuid_string_t out);
/darwin-on-arm/xnu/libkern/uuid/
H A Duuid.c131 uuid_parse(const uuid_string_t in, uuid_t uu)
151 uuid_unparse_lower(const uuid_t uu, uuid_string_t out)
154 sizeof(uuid_string_t),
168 uuid_unparse_upper(const uuid_t uu, uuid_string_t out)
171 sizeof(uuid_string_t),
185 uuid_unparse(const uuid_t uu, uuid_string_t out)
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c489 * including space for escaping, and NUL byte included in sizeof(uuid_string_t).
492 uuid_string_t uuidstr;
493 char c_name[2*MAXCOMLEN + 2 /* () */ + sizeof(uuid_string_t)];
494 char t_name[2*MAXCOMLEN + 2 /* () */ + sizeof(uuid_string_t)];
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_format.h778 #define JIB_RESERVED_SIZE ((32*sizeof(u_int32_t)) - sizeof(uuid_string_t) - 48)
785 uuid_string_t ext_jnl_uuid;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp935 uuid_string_t uuid;
H A DIOHibernateIO.cpp784 char str2[24 + sizeof(uuid_string_t) + 2];
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9839 uuid_string_t uuid);
9843 uuid_string_t uuid)
9870 uuid_string_t uuid;

Completed in 116 milliseconds