Searched refs:mach_ts (Results 1 – 1 of 1) sorted by relevance
2263 mach_timespec_t mach_ts; /* for IOKit call */ in gethostuuid() local2285 mach_ts.tv_sec = (unsigned int)ts.tv_sec; in gethostuuid()2286 mach_ts.tv_nsec = (clock_res_t)ts.tv_nsec; in gethostuuid()2293 mach_ts.tv_sec = ts.tv_sec; in gethostuuid()2294 mach_ts.tv_nsec = ts.tv_nsec; in gethostuuid()2298 kret = IOBSDGetPlatformUUID(uuid_kern, mach_ts); in gethostuuid()