Symbol: bintime
usr/src/boot/sys/sys/time.h
106
bintime_shift(struct bintime *_bt, int _exp)
usr/src/boot/sys/sys/time.h
142
bttosbt(const struct bintime _bt)
usr/src/boot/sys/sys/time.h
148
static __inline struct bintime
usr/src/boot/sys/sys/time.h
151
struct bintime _bt;
usr/src/boot/sys/sys/time.h
173
bintime2timespec(const struct bintime *_bt, struct timespec *_ts)
usr/src/boot/sys/sys/time.h
182
timespec2bintime(const struct timespec *_ts, struct bintime *_bt)
usr/src/boot/sys/sys/time.h
191
bintime2timeval(const struct bintime *_bt, struct timeval *_tv)
usr/src/boot/sys/sys/time.h
199
timeval2bintime(const struct timeval *_tv, struct bintime *_bt)
usr/src/boot/sys/sys/time.h
375
extern struct bintime boottimebin;
usr/src/boot/sys/sys/time.h
377
extern struct bintime tc_tick_bt;
usr/src/boot/sys/sys/time.h
379
extern struct bintime tick_bt;
usr/src/boot/sys/sys/time.h
383
extern struct bintime bt_timethreshold;
usr/src/boot/sys/sys/time.h
384
extern struct bintime bt_tickthreshold;
usr/src/boot/sys/sys/time.h
409
void binuptime(struct bintime *bt);
usr/src/boot/sys/sys/time.h
416
struct bintime _bt;
usr/src/boot/sys/sys/time.h
422
void bintime(struct bintime *bt);
usr/src/boot/sys/sys/time.h
426
void getbinuptime(struct bintime *bt);
usr/src/boot/sys/sys/time.h
433
struct bintime _bt;
usr/src/boot/sys/sys/time.h
439
void getbintime(struct bintime *bt);
usr/src/boot/sys/sys/time.h
59
bintime_addx(struct bintime *_bt, uint64_t _x)
usr/src/boot/sys/sys/time.h
70
bintime_add(struct bintime *_bt, const struct bintime *_bt2)
usr/src/boot/sys/sys/time.h
82
bintime_sub(struct bintime *_bt, const struct bintime *_bt2)
usr/src/boot/sys/sys/time.h
94
bintime_mul(struct bintime *_bt, u_int _x)