Symbol: bintime
lib/libc/sys/microtime.c
101
if (bintime(&bt, tk))
lib/libc/sys/microtime.c
110
struct bintime bt;
lib/libc/sys/microtime.c
112
if (bintime(&bt, tk))
lib/libc/sys/microtime.c
121
struct bintime bt;
lib/libc/sys/microtime.c
133
struct bintime bt;
lib/libc/sys/microtime.c
41
binuptime(struct bintime *bt, struct timekeep *tk)
lib/libc/sys/microtime.c
59
binruntime(struct bintime *bt, struct timekeep *tk)
lib/libc/sys/microtime.c
78
bintime(struct bintime *bt, struct timekeep *tk)
lib/libc/sys/microtime.c
99
struct bintime bt;
sys/kern/kern_tc.c
126
void tc_windup(struct bintime *, struct bintime *, int64_t *);
sys/kern/kern_tc.c
149
binboottime(struct bintime *bt)
sys/kern/kern_tc.c
166
struct bintime bt;
sys/kern/kern_tc.c
175
struct bintime bt;
sys/kern/kern_tc.c
182
binuptime(struct bintime *bt)
sys/kern/kern_tc.c
198
getbinuptime(struct bintime *bt)
sys/kern/kern_tc.c
215
struct bintime bt;
sys/kern/kern_tc.c
224
struct bintime bt;
sys/kern/kern_tc.c
255
struct bintime bt;
sys/kern/kern_tc.c
264
struct bintime bt;
sys/kern/kern_tc.c
271
binruntime(struct bintime *bt)
sys/kern/kern_tc.c
290
struct bintime bt;
sys/kern/kern_tc.c
297
getbinruntime(struct bintime *bt)
sys/kern/kern_tc.c
314
struct bintime bt;
sys/kern/kern_tc.c
321
bintime(struct bintime *bt)
sys/kern/kern_tc.c
340
struct bintime bt;
sys/kern/kern_tc.c
342
bintime(&bt);
sys/kern/kern_tc.c
349
struct bintime bt;
sys/kern/kern_tc.c
351
bintime(&bt);
sys/kern/kern_tc.c
542
struct bintime boottime, old_utc, uptime, utc;
sys/kern/kern_tc.c
577
struct bintime new_naptime, old_naptime, uptime, utc;
sys/kern/kern_tc.c
580
struct bintime elapsed;
sys/kern/kern_tc.c
656
tc_windup(struct bintime *new_boottime, struct bintime *new_offset,
sys/kern/kern_tc.c
659
struct bintime bt;
sys/kern/kern_tc.c
78
struct bintime th_next_ntp_update; /* [T,W] */
sys/kern/kern_tc.c
82
struct bintime th_boottime; /* [T,W] */
sys/kern/kern_tc.c
83
struct bintime th_offset; /* [W] */
sys/kern/kern_tc.c
84
struct bintime th_naptime; /* [W] */
sys/kern/kern_time.c
224
struct bintime bt;
sys/sys/time.h
183
bintimeaddfrac(const struct bintime *bt, uint64_t x, struct bintime *ct)
sys/sys/time.h
192
bintimeadd(const struct bintime *bt, const struct bintime *ct,
sys/sys/time.h
193
struct bintime *dt)
sys/sys/time.h
202
bintimesub(const struct bintime *bt, const struct bintime *ct,
sys/sys/time.h
203
struct bintime *dt)
sys/sys/time.h
212
TIMECOUNT_TO_BINTIME(u_int count, uint64_t scale, struct bintime *bt)
sys/sys/time.h
243
BINTIME_TO_TIMESPEC(const struct bintime *bt, struct timespec *ts)
sys/sys/time.h
250
TIMESPEC_TO_BINTIME(const struct timespec *ts, struct bintime *bt)
sys/sys/time.h
258
BINTIME_TO_TIMEVAL(const struct bintime *bt, struct timeval *tv)
sys/sys/time.h
265
TIMEVAL_TO_BINTIME(const struct timeval *tv, struct bintime *bt)
sys/sys/time.h
299
void bintime(struct bintime *);
sys/sys/time.h
306
void binuptime(struct bintime *);
sys/sys/time.h
310
void getbinuptime(struct bintime *);
sys/sys/time.h
314
void binboottime(struct bintime *);
sys/sys/time.h
318
void binruntime(struct bintime *);
sys/sys/time.h
321
void getbinruntime(struct bintime *);
sys/sys/time.h
438
BINTIME_TO_NSEC(const struct bintime *bt)
sys/sys/timetc.h
93
struct bintime tk_offset;
sys/sys/timetc.h
94
struct bintime tk_naptime;
sys/sys/timetc.h
95
struct bintime tk_boottime;