Symbol: timehands
sys/kern/kern_tc.c
111
static struct timehands *volatile timehands = &th0; /* [W] */
sys/kern/kern_tc.c
125
void ntp_update_second(struct timehands *);
sys/kern/kern_tc.c
133
tc_delta(struct timehands *th)
sys/kern/kern_tc.c
151
struct timehands *th;
sys/kern/kern_tc.c
155
th = timehands;
sys/kern/kern_tc.c
184
struct timehands *th;
sys/kern/kern_tc.c
188
th = timehands;
sys/kern/kern_tc.c
200
struct timehands *th;
sys/kern/kern_tc.c
204
th = timehands;
sys/kern/kern_tc.c
237
struct timehands *th;
sys/kern/kern_tc.c
241
th = timehands;
sys/kern/kern_tc.c
273
struct timehands *th;
sys/kern/kern_tc.c
277
th = timehands;
sys/kern/kern_tc.c
299
struct timehands *th;
sys/kern/kern_tc.c
303
th = timehands;
sys/kern/kern_tc.c
323
struct timehands *th;
sys/kern/kern_tc.c
327
th = timehands;
sys/kern/kern_tc.c
362
struct timehands *th;
sys/kern/kern_tc.c
366
th = timehands;
sys/kern/kern_tc.c
380
struct timehands *th;
sys/kern/kern_tc.c
384
th = timehands;
sys/kern/kern_tc.c
395
struct timehands *th;
sys/kern/kern_tc.c
399
th = timehands;
sys/kern/kern_tc.c
410
struct timehands *th;
sys/kern/kern_tc.c
414
th = timehands;
sys/kern/kern_tc.c
425
struct timehands *th;
sys/kern/kern_tc.c
429
th = timehands;
sys/kern/kern_tc.c
522
return (timehands->th_counter->tc_frequency);
sys/kern/kern_tc.c
529
return (timehands->th_counter->tc_precision);
sys/kern/kern_tc.c
553
bintimeadd(&timehands->th_boottime, &uptime, &old_utc);
sys/kern/kern_tc.c
600
bintimesub(&utc, &timehands->th_boottime, &uptime);
sys/kern/kern_tc.c
601
old_naptime = timehands->th_naptime;
sys/kern/kern_tc.c
604
new_naptime = timehands->th_naptime;
sys/kern/kern_tc.c
624
struct timehands *th;
sys/kern/kern_tc.c
631
th = timehands;
sys/kern/kern_tc.c
661
struct timehands *th, *tho;
sys/kern/kern_tc.c
676
tho = timehands;
sys/kern/kern_tc.c
681
memcpy(th, tho, offsetof(struct timehands, th_generation));
sys/kern/kern_tc.c
787
timehands = th;
sys/kern/kern_tc.c
89
struct timehands *th_next; /* [I] */
sys/kern/kern_tc.c
92
static struct timehands th0;
sys/kern/kern_tc.c
93
static struct timehands th1 = {
sys/kern/kern_tc.c
935
ntp_update_second(struct timehands *th)
sys/kern/kern_tc.c
96
static struct timehands th0 = {
sys/kern/kern_tc.c
968
struct timehands *th;
sys/kern/kern_tc.c
973
th = timehands;