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

/xnu-2422.115.4/bsd/uuid/
H A Duuid.h43 typedef __darwin_uuid_string_t uuid_string_t; typedef
65 int uuid_parse(const uuid_string_t in, uuid_t uu);
67 void uuid_unparse(const uuid_t uu, uuid_string_t out);
68 void uuid_unparse_lower(const uuid_t uu, uuid_string_t out);
69 void uuid_unparse_upper(const uuid_t uu, uuid_string_t out);
/xnu-2422.115.4/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)
/xnu-2422.115.4/bsd/kern/
H A Dproc_uuid_policy.c120 uuid_string_t uuidstr;
188 uuid_string_t uuidstr;
229 uuid_string_t uuidstr;
H A Duipc_socket2.c2449 uuid_string_t buf;
2462 uuid_string_t buf;
H A Duipc_socket.c5233 uuid_string_t buf;
5258 uuid_string_t buf;
H A Dkern_sysctl.c171 extern uuid_string_t bootsessionuuid_string;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fslog.c65 * including space for escaping, and NUL byte included in sizeof(uuid_string_t).
68 uuid_string_t uuidstr;
69 char c_name[2*MAXCOMLEN + 2 /* () */ + sizeof(uuid_string_t)];
70 char t_name[2*MAXCOMLEN + 2 /* () */ + sizeof(uuid_string_t)];
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h775 #define JIB_RESERVED_SIZE ((32*sizeof(u_int32_t)) - sizeof(uuid_string_t) - 48)
782 uuid_string_t ext_jnl_uuid;
/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp955 uuid_string_t uuid;
H A DIOPMrootDomain.cpp313 uuid_string_t bootsessionuuid_string;
2981 uuid_string_t new_uuid_string;
2985 memcpy(bootsessionuuid_string, new_uuid_string, sizeof(uuid_string_t));
H A DIOHibernateIO.cpp816 char str2[24 + sizeof(uuid_string_t) + 2];
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c2749 uuid_string_t euuid_buf;
2798 uuid_string_t euuid_buf;
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp10178 uuid_string_t uuid);
10182 uuid_string_t uuid)
10209 uuid_string_t uuid;

Completed in 146 milliseconds