Home
last modified time | relevance | path

Searched refs:__darwin_uuid_t (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/sys/_types/
H A D_uuid_t.h31 typedef __darwin_uuid_t uuid_t;
/xnu-10063.141.1/bsd/sys/
H A D_types.h79 typedef unsigned char __darwin_uuid_t[16]; typedef
/xnu-10063.141.1/bsd/kern/
H A Dsys_generic.c165 extern kern_return_t IOBSDGetPlatformUUID(__darwin_uuid_t uuid, mach_timespec_t timeoutp);
2197 __darwin_uuid_t uuid_kern = {}; /* for IOKit call */ in gethostuuid()