Home
last modified time | relevance | path

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

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