Lines Matching refs:bintime
78 struct bintime th_next_ntp_update; /* [T,W] */
82 struct bintime th_boottime; /* [T,W] */
83 struct bintime th_offset; /* [W] */
84 struct bintime th_naptime; /* [W] */
126 void tc_windup(struct bintime *, struct bintime *, int64_t *);
149 binboottime(struct bintime *bt) in binboottime()
166 struct bintime bt; in microboottime()
175 struct bintime bt; in nanoboottime()
182 binuptime(struct bintime *bt) in binuptime()
198 getbinuptime(struct bintime *bt) in getbinuptime()
215 struct bintime bt; in nanouptime()
224 struct bintime bt; in microuptime()
255 struct bintime bt; in nsecuptime()
264 struct bintime bt; in getnsecuptime()
271 binruntime(struct bintime *bt) in binruntime()
290 struct bintime bt; in nanoruntime()
297 getbinruntime(struct bintime *bt) in getbinruntime()
314 struct bintime bt; in getnsecruntime()
321 bintime(struct bintime *bt) in bintime() function
340 struct bintime bt; in nanotime()
342 bintime(&bt); in nanotime()
349 struct bintime bt; in microtime()
351 bintime(&bt); in microtime()
542 struct bintime boottime, old_utc, uptime, utc; in tc_setrealtimeclock()
577 struct bintime new_naptime, old_naptime, uptime, utc; in tc_setclock()
580 struct bintime elapsed; in tc_setclock()
656 tc_windup(struct bintime *new_boottime, struct bintime *new_offset, in tc_windup()
659 struct bintime bt; in tc_windup()