Home
last modified time | relevance | path

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

/openbsd/lib/libc/sys/
H A Dmicrotime.c114 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 Dkern_tc.c178 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 Dkern_time.c243 BINTIME_TO_TIMESPEC(&bt, &ts); in sys_clock_getres()
/openbsd/sys/sys/
H A Dtime.h243 BINTIME_TO_TIMESPEC(const struct bintime *bt, struct timespec *ts) in BINTIME_TO_TIMESPEC() function