Searched refs:BINTIME_TO_TIMESPEC (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libc/sys/ |
H A D | microtime.c | 114 BINTIME_TO_TIMESPEC(&bt, tsp); in _nanotime() 125 BINTIME_TO_TIMESPEC(&bt, ts); in _nanoruntime() 137 BINTIME_TO_TIMESPEC(&bt, tsp); in _nanouptime()
|
/openbsd/sys/kern/ |
H A D | kern_tc.c | 178 BINTIME_TO_TIMESPEC(&bt, tsp); in nanoboottime() 218 BINTIME_TO_TIMESPEC(&bt, tsp); in nanouptime() 293 BINTIME_TO_TIMESPEC(&bt, ts); in nanoruntime() 343 BINTIME_TO_TIMESPEC(&bt, tsp); in nanotime() 387 BINTIME_TO_TIMESPEC(&th->th_offset, tsp); in getnanouptime() 563 BINTIME_TO_TIMESPEC(&old_utc, &tmp); in tc_setrealtimeclock() 737 BINTIME_TO_TIMESPEC(&bt, &th->th_nanotime); in tc_windup()
|
H A D | kern_time.c | 243 BINTIME_TO_TIMESPEC(&bt, &ts); in sys_clock_getres()
|
/openbsd/sys/sys/ |
H A D | time.h | 243 BINTIME_TO_TIMESPEC(const struct bintime *bt, struct timespec *ts) in BINTIME_TO_TIMESPEC() function
|