Searched refs:mach_ts (Results 1 – 1 of 1) sorted by relevance
2199 mach_timespec_t mach_ts; /* for IOKit call */ in gethostuuid() local2221 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()