Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c2199 mach_timespec_t mach_ts; /* for IOKit call */ in gethostuuid() local
2221 mach_ts.tv_sec = (unsigned int)ts.tv_sec; in gethostuuid()
2222 mach_ts.tv_nsec = (clock_res_t)ts.tv_nsec; in gethostuuid()
2229 mach_ts.tv_sec = ts.tv_sec; in gethostuuid()
2230 mach_ts.tv_nsec = ts.tv_nsec; in gethostuuid()
2234 kret = IOBSDGetPlatformUUID(uuid_kern, mach_ts); in gethostuuid()