Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c2200 __darwin_uuid_t uuid_kern = {}; /* for IOKit call */ in gethostuuid() local
2234 kret = IOBSDGetPlatformUUID(uuid_kern, mach_ts); in gethostuuid()
2242 error = copyout(uuid_kern, uap->uuid_buf, sizeof(uuid_kern)); in gethostuuid()